#bb200d color space conversions
Hex:
        #bb200d
        RGB:
        187, 32, 13
        CMY:
        27, 87, 95
        CMYK:
        0, 83, 93, 27
      HSL:
        7°, 87.0000%, 39.2157%
        HSV (HSB):
        7°, 93.0481%, 73.3333%
        XYZ:
        21.0827, 11.6269, 1.5138
        xyY:
        0.6160, 0.3397, 11.6269
      CIE-Lab:
        40.6168, 58.6293, 49.5240
        CIE-LCH:
        40.6168, 76.7465, 40.1877
        CIE-Luv:
        40.6168, 118.1476, 28.9365
        Hunter-Lab:
        34.0982, 50.6934, 21.2365
      #bb200d color charts
#bb200d RGB chart
      #bb200d CMYK chart
      #bb200d RGB pie chart
      #bb200d color shades, tints & tones
#bb200d color schemes
#bb200d color preview, HTML & CSS examples
           This text has a color of #bb200d        
        
          <p style="color:#bb200d;">Text here</p>
        
        
          .mytext {color:#bb200d;}
        
        Text color #bb200d
      
           This box has a color of #bb200d        
        
          <div style="background-color:#bb200d;">Content here</div>
        
        
          .mybackground {background-color:#bb200d;}
        
        Background color #bb200d
      
           Border around this has a color of #bb200d        
        
          <div style="border:2px solid #bb200d;">Content here</div>
        
        
          .myborder {border:2px solid #bb200d;}
        
        Border color #bb200d