#bb001b color space conversions
Hex:
        #bb001b
        RGB:
        187, 0, 27
        CMY:
        27, 100, 89
        CMYK:
        0, 100, 86, 27
      HSL:
        351°, 100.0000%, 36.6667%
        HSV (HSB):
        351°, 100.0000%, 73.3333%
        XYZ:
        20.6913, 10.6439, 2.0008
        xyY:
        0.6207, 0.3193, 10.6439
      CIE-Lab:
        38.9742, 63.8255, 42.0057
        CIE-LCH:
        38.9742, 76.4080, 33.3503
        CIE-Luv:
        38.9742, 124.7878, 23.1634
        Hunter-Lab:
        32.6250, 56.1139, 19.2014
      #bb001b color charts
#bb001b RGB chart
      #bb001b CMYK chart
      #bb001b RGB pie chart
      #bb001b color shades, tints & tones
#bb001b color schemes
#bb001b color preview, HTML & CSS examples
           This text has a color of #bb001b        
        
          <p style="color:#bb001b;">Text here</p>
        
        
          .mytext {color:#bb001b;}
        
        Text color #bb001b
      
           This box has a color of #bb001b        
        
          <div style="background-color:#bb001b;">Content here</div>
        
        
          .mybackground {background-color:#bb001b;}
        
        Background color #bb001b
      
           Border around this has a color of #bb001b        
        
          <div style="border:2px solid #bb001b;">Content here</div>
        
        
          .myborder {border:2px solid #bb001b;}
        
        Border color #bb001b