#b0012a color space conversions
Hex:
        #b0012a
        RGB:
        176, 1, 42
        CMY:
        31, 100, 84
        CMYK:
        0, 99, 76, 31
      HSL:
        346°, 98.8701%, 34.7059%
        HSV (HSB):
        346°, 99.4318%, 69.0196%
        XYZ:
        18.3333, 9.4190, 3.0423
        xyY:
        0.5953, 0.3059, 9.4190
      CIE-Lab:
        36.7788, 61.3984, 30.3090
        CIE-LCH:
        36.7788, 68.4719, 26.2731
        CIE-Luv:
        36.7788, 113.1911, 16.2681
        Hunter-Lab:
        30.6904, 52.9211, 15.6060
      #b0012a color charts
#b0012a RGB chart
      #b0012a CMYK chart
      #b0012a RGB pie chart
      #b0012a color shades, tints & tones
#b0012a color schemes
#b0012a color preview, HTML & CSS examples
           This text has a color of #b0012a        
        
          <p style="color:#b0012a;">Text here</p>
        
        
          .mytext {color:#b0012a;}
        
        Text color #b0012a
      
           This box has a color of #b0012a        
        
          <div style="background-color:#b0012a;">Content here</div>
        
        
          .mybackground {background-color:#b0012a;}
        
        Background color #b0012a
      
           Border around this has a color of #b0012a        
        
          <div style="border:2px solid #b0012a;">Content here</div>
        
        
          .myborder {border:2px solid #b0012a;}
        
        Border color #b0012a