#bc303d color space conversions
Hex:
        #bc303d
        RGB:
        188, 48, 61
        CMY:
        26, 81, 76
        CMYK:
        0, 74, 68, 26
      HSL:
        354°, 59.3220%, 46.2745%
        HSV (HSB):
        354°, 74.4681%, 73.7255%
        XYZ:
        22.6383, 13.1422, 5.7584
        xyY:
        0.5450, 0.3164, 13.1422
      CIE-Lab:
        42.9767, 55.7258, 26.6121
        CIE-LCH:
        42.9767, 61.7541, 25.5270
        CIE-Luv:
        42.9767, 102.8932, 17.1166
        Hunter-Lab:
        36.2522, 48.0262, 15.9587
      #bc303d color charts
#bc303d RGB chart
      #bc303d CMYK chart
      #bc303d RGB pie chart
      #bc303d color shades, tints & tones
#bc303d color schemes
#bc303d color preview, HTML & CSS examples
           This text has a color of #bc303d        
        
          <p style="color:#bc303d;">Text here</p>
        
        
          .mytext {color:#bc303d;}
        
        Text color #bc303d
      
           This box has a color of #bc303d        
        
          <div style="background-color:#bc303d;">Content here</div>
        
        
          .mybackground {background-color:#bc303d;}
        
        Background color #bc303d
      
           Border around this has a color of #bc303d        
        
          <div style="border:2px solid #bc303d;">Content here</div>
        
        
          .myborder {border:2px solid #bc303d;}
        
        Border color #bc303d