#bc120d color space conversions
Hex:
        #bc120d
        RGB:
        188, 18, 13
        CMY:
        26, 93, 95
        CMYK:
        0, 90, 93, 26
      HSL:
        2°, 87.0647%, 39.4118%
        HSV (HSB):
        2°, 93.0851%, 73.7255%
        XYZ:
        21.0280, 11.1530, 1.4252
        xyY:
        0.6257, 0.3319, 11.1530
      CIE-Lab:
        39.8370, 61.7287, 49.1364
        CIE-LCH:
        39.8370, 78.8975, 38.5200
        CIE-Luv:
        39.8370, 123.7117, 27.3627
        Hunter-Lab:
        33.3962, 53.9498, 20.8470
      #bc120d color charts
#bc120d RGB chart
      #bc120d CMYK chart
      #bc120d RGB pie chart
      #bc120d color shades, tints & tones
#bc120d color schemes
#bc120d color preview, HTML & CSS examples
           This text has a color of #bc120d        
        
          <p style="color:#bc120d;">Text here</p>
        
        
          .mytext {color:#bc120d;}
        
        Text color #bc120d
      
           This box has a color of #bc120d        
        
          <div style="background-color:#bc120d;">Content here</div>
        
        
          .mybackground {background-color:#bc120d;}
        
        Background color #bc120d
      
           Border around this has a color of #bc120d        
        
          <div style="border:2px solid #bc120d;">Content here</div>
        
        
          .myborder {border:2px solid #bc120d;}
        
        Border color #bc120d