#bc0007 color space conversions
Hex:
        #bc0007
        RGB:
        188, 0, 7
        CMY:
        26, 100, 97
        CMYK:
        0, 100, 96, 26
      HSL:
        358°, 100.0000%, 36.8627%
        HSV (HSB):
        358°, 100.0000%, 73.7255%
        XYZ:
        20.7774, 10.7067, 1.1725
        xyY:
        0.6362, 0.3279, 10.7067
      CIE-Lab:
        39.0820, 63.7769, 50.8035
        CIE-LCH:
        39.0820, 81.5382, 38.5402
        CIE-Luv:
        39.0820, 127.8574, 26.8385
        Hunter-Lab:
        32.7211, 56.0828, 20.7802
      #bc0007 color charts
#bc0007 RGB chart
      #bc0007 CMYK chart
      #bc0007 RGB pie chart
      #bc0007 color shades, tints & tones
#bc0007 color schemes
#bc0007 color preview, HTML & CSS examples
           This text has a color of #bc0007        
        
          <p style="color:#bc0007;">Text here</p>
        
        
          .mytext {color:#bc0007;}
        
        Text color #bc0007
      
           This box has a color of #bc0007        
        
          <div style="background-color:#bc0007;">Content here</div>
        
        
          .mybackground {background-color:#bc0007;}
        
        Background color #bc0007
      
           Border around this has a color of #bc0007        
        
          <div style="border:2px solid #bc0007;">Content here</div>
        
        
          .myborder {border:2px solid #bc0007;}
        
        Border color #bc0007