I would make two separate textures: a brick texture and a blood texture. Make everything in the blood texture except for the blood itself transparent, then use the alpha output of the image texture as the factor for a mixRGB node that mixes the two textures together. I hope that helps.