#bc003a color space conversions
Hex:
        #bc003a
        RGB:
        188, 0, 58
        CMY:
        26, 100, 77
        CMYK:
        0, 100, 69, 26
      HSL:
        341°, 100.0000%, 36.8627%
        HSV (HSB):
        341°, 100.0000%, 73.7255%
        XYZ:
        21.5028, 10.9969, 4.9923
        xyY:
        0.5735, 0.2933, 10.9969
      CIE-Lab:
        39.5752, 65.1164, 24.2364
        CIE-LCH:
        39.5752, 69.4805, 20.4153
        CIE-Luv:
        39.5752, 117.8962, 11.8346
        Hunter-Lab:
        33.1615, 57.7113, 14.2873
      #bc003a color charts
#bc003a RGB chart
      #bc003a CMYK chart
      #bc003a RGB pie chart
      #bc003a color shades, tints & tones
#bc003a color schemes
#bc003a color preview, HTML & CSS examples
           This text has a color of #bc003a        
        
          <p style="color:#bc003a;">Text here</p>
        
        
          .mytext {color:#bc003a;}
        
        Text color #bc003a
      
           This box has a color of #bc003a        
        
          <div style="background-color:#bc003a;">Content here</div>
        
        
          .mybackground {background-color:#bc003a;}
        
        Background color #bc003a
      
           Border around this has a color of #bc003a        
        
          <div style="border:2px solid #bc003a;">Content here</div>
        
        
          .myborder {border:2px solid #bc003a;}
        
        Border color #bc003a