#b2013e color space conversions
Hex:
        #b2013e
        RGB:
        178, 1, 62
        CMY:
        30, 100, 76
        CMYK:
        0, 99, 65, 30
      HSL:
        339°, 98.8827%, 35.0980%
        HSV (HSB):
        339°, 99.4382%, 69.8039%
        XYZ:
        19.2405, 9.8345, 5.4416
        xyY:
        0.5574, 0.2849, 9.8345
      CIE-Lab:
        37.5437, 62.7898, 18.6477
        CIE-LCH:
        37.5437, 65.5003, 16.5407
        CIE-Luv:
        37.5437, 108.6084, 7.3742
        Hunter-Lab:
        31.3600, 54.6361, 11.6640
      #b2013e color charts
#b2013e RGB chart
      #b2013e CMYK chart
      #b2013e RGB pie chart
      #b2013e color shades, tints & tones
#b2013e color schemes
#b2013e color preview, HTML & CSS examples
           This text has a color of #b2013e        
        
          <p style="color:#b2013e;">Text here</p>
        
        
          .mytext {color:#b2013e;}
        
        Text color #b2013e
      
           This box has a color of #b2013e        
        
          <div style="background-color:#b2013e;">Content here</div>
        
        
          .mybackground {background-color:#b2013e;}
        
        Background color #b2013e
      
           Border around this has a color of #b2013e        
        
          <div style="border:2px solid #b2013e;">Content here</div>
        
        
          .myborder {border:2px solid #b2013e;}
        
        Border color #b2013e