#bd003f color space conversions
Hex:
        #bd003f
        RGB:
        189, 0, 63
        CMY:
        26, 100, 75
        CMYK:
        0, 100, 67, 26
      HSL:
        340°, 100.0000%, 37.0588%
        HSV (HSB):
        340°, 100.0000%, 74.1176%
        XYZ:
        21.8835, 11.1777, 5.7068
        xyY:
        0.5645, 0.2883, 11.1777
      CIE-Lab:
        39.8782, 65.5979, 21.4949
        CIE-LCH:
        39.8782, 69.0299, 18.1428
        CIE-Luv:
        39.8782, 117.0096, 9.5536
        Hunter-Lab:
        33.4331, 58.3285, 13.2828
      #bd003f color charts
#bd003f RGB chart
      #bd003f CMYK chart
      #bd003f RGB pie chart
      #bd003f color shades, tints & tones
#bd003f color schemes
#bd003f color preview, HTML & CSS examples
           This text has a color of #bd003f        
        
          <p style="color:#bd003f;">Text here</p>
        
        
          .mytext {color:#bd003f;}
        
        Text color #bd003f
      
           This box has a color of #bd003f        
        
          <div style="background-color:#bd003f;">Content here</div>
        
        
          .mybackground {background-color:#bd003f;}
        
        Background color #bd003f
      
           Border around this has a color of #bd003f        
        
          <div style="border:2px solid #bd003f;">Content here</div>
        
        
          .myborder {border:2px solid #bd003f;}
        
        Border color #bd003f