#bd010b color space conversions
Hex:
        #bd010b
        RGB:
        189, 1, 11
        CMY:
        26, 100, 96
        CMYK:
        0, 99, 94, 26
      HSL:
        357°, 98.9474%, 37.2549%
        HSV (HSB):
        357°, 99.4709%, 74.1176%
        XYZ:
        21.0575, 10.8647, 1.3038
        xyY:
        0.6338, 0.3270, 10.8647
      CIE-Lab:
        39.3516, 63.9625, 49.6774
        CIE-LCH:
        39.3516, 80.9879, 37.8352
        CIE-Luv:
        39.3516, 128.0653, 26.5759
        Hunter-Lab:
        32.9616, 56.3518, 20.7278
      #bd010b color charts
#bd010b RGB chart
      #bd010b CMYK chart
      #bd010b RGB pie chart
      #bd010b color shades, tints & tones
#bd010b color schemes
#bd010b color preview, HTML & CSS examples
           This text has a color of #bd010b        
        
          <p style="color:#bd010b;">Text here</p>
        
        
          .mytext {color:#bd010b;}
        
        Text color #bd010b
      
           This box has a color of #bd010b        
        
          <div style="background-color:#bd010b;">Content here</div>
        
        
          .mybackground {background-color:#bd010b;}
        
        Background color #bd010b
      
           Border around this has a color of #bd010b        
        
          <div style="border:2px solid #bd010b;">Content here</div>
        
        
          .myborder {border:2px solid #bd010b;}
        
        Border color #bd010b