#bc130a color space conversions
Hex:
        #bc130a
        RGB:
        188, 19, 10
        CMY:
        26, 93, 96
        CMYK:
        0, 90, 95, 26
      HSL:
        3°, 89.8990%, 38.8235%
        HSV (HSB):
        3°, 94.6809%, 73.7255%
        XYZ:
        21.0267, 11.1790, 1.3367
        xyY:
        0.6269, 0.3333, 11.1790
      CIE-Lab:
        39.8804, 61.5357, 50.2079
        CIE-LCH:
        39.8804, 79.4196, 39.2116
        CIE-Luv:
        39.8804, 123.6879, 27.8493
        Hunter-Lab:
        33.4350, 53.7441, 21.0342
      #bc130a color charts
#bc130a RGB chart
      #bc130a CMYK chart
      #bc130a RGB pie chart
      #bc130a color shades, tints & tones
#bc130a color schemes
#bc130a color preview, HTML & CSS examples
           This text has a color of #bc130a        
        
          <p style="color:#bc130a;">Text here</p>
        
        
          .mytext {color:#bc130a;}
        
        Text color #bc130a
      
           This box has a color of #bc130a        
        
          <div style="background-color:#bc130a;">Content here</div>
        
        
          .mybackground {background-color:#bc130a;}
        
        Background color #bc130a
      
           Border around this has a color of #bc130a        
        
          <div style="border:2px solid #bc130a;">Content here</div>
        
        
          .myborder {border:2px solid #bc130a;}
        
        Border color #bc130a