#b12b34 color space conversions
Hex:
        #b12b34
        RGB:
        177, 43, 52
        CMY:
        31, 83, 80
        CMYK:
        0, 76, 71, 31
      HSL:
        356°, 60.9091%, 43.1373%
        HSV (HSB):
        356°, 75.7062%, 69.4118%
        XYZ:
        19.6152, 11.3228, 4.4005
        xyY:
        0.5551, 0.3204, 11.3228
      CIE-Lab:
        40.1189, 53.5835, 28.1220
        CIE-LCH:
        40.1189, 60.5148, 27.6917
        CIE-Luv:
        40.1189, 98.7375, 17.9961
        Hunter-Lab:
        33.6494, 45.1663, 15.8009
      #b12b34 color charts
#b12b34 RGB chart
      #b12b34 CMYK chart
      #b12b34 RGB pie chart
      #b12b34 color shades, tints & tones
#b12b34 color schemes
#b12b34 color preview, HTML & CSS examples
           This text has a color of #b12b34        
        
          <p style="color:#b12b34;">Text here</p>
        
        
          .mytext {color:#b12b34;}
        
        Text color #b12b34
      
           This box has a color of #b12b34        
        
          <div style="background-color:#b12b34;">Content here</div>
        
        
          .mybackground {background-color:#b12b34;}
        
        Background color #b12b34
      
           Border around this has a color of #b12b34        
        
          <div style="border:2px solid #b12b34;">Content here</div>
        
        
          .myborder {border:2px solid #b12b34;}
        
        Border color #b12b34