#bc111f color space conversions
Hex:
        #bc111f
        RGB:
        188, 17, 31
        CMY:
        26, 93, 88
        CMYK:
        0, 91, 84, 26
      HSL:
        355°, 83.4146%, 40.1961%
        HSV (HSB):
        355°, 90.9574%, 73.7255%
        XYZ:
        21.1868, 11.1912, 2.3398
        xyY:
        0.6103, 0.3223, 11.1912
      CIE-Lab:
        39.9006, 62.2140, 40.7771
        CIE-LCH:
        39.9006, 74.3865, 33.2421
        CIE-Luv:
        39.9006, 121.5753, 23.5240
        Hunter-Lab:
        33.4532, 54.5055, 19.2704
      #bc111f color charts
#bc111f RGB chart
      #bc111f CMYK chart
      #bc111f RGB pie chart
      #bc111f color shades, tints & tones
#bc111f color schemes
#bc111f color preview, HTML & CSS examples
           This text has a color of #bc111f        
        
          <p style="color:#bc111f;">Text here</p>
        
        
          .mytext {color:#bc111f;}
        
        Text color #bc111f
      
           This box has a color of #bc111f        
        
          <div style="background-color:#bc111f;">Content here</div>
        
        
          .mybackground {background-color:#bc111f;}
        
        Background color #bc111f
      
           Border around this has a color of #bc111f        
        
          <div style="border:2px solid #bc111f;">Content here</div>
        
        
          .myborder {border:2px solid #bc111f;}
        
        Border color #bc111f