#bf2005 color space conversions
Hex:
        #bf2005
        RGB:
        191, 32, 5
        CMY:
        25, 87, 98
        CMYK:
        0, 83, 97, 25
      HSL:
        9°, 94.8980%, 38.4314%
        HSV (HSB):
        9°, 97.3822%, 74.9020%
        XYZ:
        22.0298, 12.1203, 1.3219
        xyY:
        0.6210, 0.3417, 12.1203
      CIE-Lab:
        41.4068, 59.6906, 53.0100
        CIE-LCH:
        41.4068, 79.8312, 41.6077
        CIE-Luv:
        41.4068, 121.7691, 30.4695
        Hunter-Lab:
        34.8143, 52.0261, 22.1187
      #bf2005 color charts
#bf2005 RGB chart
      #bf2005 CMYK chart
      #bf2005 RGB pie chart
      #bf2005 color shades, tints & tones
#bf2005 color schemes
#bf2005 color preview, HTML & CSS examples
           This text has a color of #bf2005        
        
          <p style="color:#bf2005;">Text here</p>
        
        
          .mytext {color:#bf2005;}
        
        Text color #bf2005
      
           This box has a color of #bf2005        
        
          <div style="background-color:#bf2005;">Content here</div>
        
        
          .mybackground {background-color:#bf2005;}
        
        Background color #bf2005
      
           Border around this has a color of #bf2005        
        
          <div style="border:2px solid #bf2005;">Content here</div>
        
        
          .myborder {border:2px solid #bf2005;}
        
        Border color #bf2005