#bd2004 color space conversions
Hex:
        #bd2004
        RGB:
        189, 32, 4
        CMY:
        26, 87, 98
        CMYK:
        0, 83, 98, 26
      HSL:
        9°, 95.8549%, 37.8431%
        HSV (HSB):
        9°, 97.8836%, 74.1176%
        XYZ:
        21.5247, 11.8606, 1.2697
        xyY:
        0.6211, 0.3422, 11.8606
      CIE-Lab:
        40.9937, 59.1055, 52.9114
        CIE-LCH:
        40.9937, 79.3290, 41.8350
        CIE-Luv:
        40.9937, 120.3250, 30.3097
        Hunter-Lab:
        34.4392, 51.2947, 21.9215
      #bd2004 color charts
#bd2004 RGB chart
      #bd2004 CMYK chart
      #bd2004 RGB pie chart
      #bd2004 color shades, tints & tones
#bd2004 color schemes
#bd2004 color preview, HTML & CSS examples
           This text has a color of #bd2004        
        
          <p style="color:#bd2004;">Text here</p>
        
        
          .mytext {color:#bd2004;}
        
        Text color #bd2004
      
           This box has a color of #bd2004        
        
          <div style="background-color:#bd2004;">Content here</div>
        
        
          .mybackground {background-color:#bd2004;}
        
        Background color #bd2004
      
           Border around this has a color of #bd2004        
        
          <div style="border:2px solid #bd2004;">Content here</div>
        
        
          .myborder {border:2px solid #bd2004;}
        
        Border color #bd2004