#bc011e color space conversions
Hex:
        #bc011e
        RGB:
        188, 1, 30
        CMY:
        26, 100, 88
        CMYK:
        0, 99, 84, 26
      HSL:
        351°, 98.9418%, 37.0588%
        HSV (HSB):
        351°, 99.4681%, 73.7255%
        XYZ:
        20.9842, 10.8068, 2.2082
        xyY:
        0.6172, 0.3179, 10.8068
      CIE-Lab:
        39.2532, 64.0355, 40.7229
        CIE-LCH:
        39.2532, 75.8874, 32.4540
        CIE-Luv:
        39.2532, 124.8205, 22.6288
        Hunter-Lab:
        32.8737, 56.4127, 19.0289
      #bc011e color charts
#bc011e RGB chart
      #bc011e CMYK chart
      #bc011e RGB pie chart
      #bc011e color shades, tints & tones
#bc011e color schemes
#bc011e color preview, HTML & CSS examples
           This text has a color of #bc011e        
        
          <p style="color:#bc011e;">Text here</p>
        
        
          .mytext {color:#bc011e;}
        
        Text color #bc011e
      
           This box has a color of #bc011e        
        
          <div style="background-color:#bc011e;">Content here</div>
        
        
          .mybackground {background-color:#bc011e;}
        
        Background color #bc011e
      
           Border around this has a color of #bc011e        
        
          <div style="border:2px solid #bc011e;">Content here</div>
        
        
          .myborder {border:2px solid #bc011e;}
        
        Border color #bc011e