#bc101a color space conversions
Hex:
        #bc101a
        RGB:
        188, 16, 26
        CMY:
        26, 94, 90
        CMYK:
        0, 91, 86, 26
      HSL:
        357°, 84.3137%, 40.0000%
        HSV (HSB):
        357°, 91.4894%, 73.7255%
        XYZ:
        21.1108, 11.1365, 2.0142
        xyY:
        0.6162, 0.3250, 11.1365
      CIE-Lab:
        39.8095, 62.2438, 43.3288
        CIE-LCH:
        39.8095, 75.8399, 34.8423
        CIE-Luv:
        39.8095, 122.6442, 24.7228
        Hunter-Lab:
        33.3714, 54.5191, 19.7815
      #bc101a color charts
#bc101a RGB chart
      #bc101a CMYK chart
      #bc101a RGB pie chart
      #bc101a color shades, tints & tones
#bc101a color schemes
#bc101a color preview, HTML & CSS examples
           This text has a color of #bc101a        
        
          <p style="color:#bc101a;">Text here</p>
        
        
          .mytext {color:#bc101a;}
        
        Text color #bc101a
      
           This box has a color of #bc101a        
        
          <div style="background-color:#bc101a;">Content here</div>
        
        
          .mybackground {background-color:#bc101a;}
        
        Background color #bc101a
      
           Border around this has a color of #bc101a        
        
          <div style="border:2px solid #bc101a;">Content here</div>
        
        
          .myborder {border:2px solid #bc101a;}
        
        Border color #bc101a