#b1111f color space conversions
Hex:
        #b1111f
        RGB:
        177, 17, 31
        CMY:
        31, 93, 88
        CMYK:
        0, 90, 82, 31
      HSL:
        355°, 82.4742%, 38.0392%
        HSV (HSB):
        355°, 90.3955%, 69.4118%
        XYZ:
        18.5792, 9.8469, 2.2177
        xyY:
        0.6063, 0.3213, 9.8469
      CIE-Lab:
        37.5663, 59.2901, 37.7363
        CIE-LCH:
        37.5663, 70.2805, 32.4755
        CIE-Luv:
        37.5663, 113.2490, 21.5466
        Hunter-Lab:
        31.3798, 50.7708, 17.7756
      #b1111f color charts
#b1111f RGB chart
      #b1111f CMYK chart
      #b1111f RGB pie chart
      #b1111f color shades, tints & tones
#b1111f color schemes
#b1111f color preview, HTML & CSS examples
           This text has a color of #b1111f        
        
          <p style="color:#b1111f;">Text here</p>
        
        
          .mytext {color:#b1111f;}
        
        Text color #b1111f
      
           This box has a color of #b1111f        
        
          <div style="background-color:#b1111f;">Content here</div>
        
        
          .mybackground {background-color:#b1111f;}
        
        Background color #b1111f
      
           Border around this has a color of #b1111f        
        
          <div style="border:2px solid #b1111f;">Content here</div>
        
        
          .myborder {border:2px solid #b1111f;}
        
        Border color #b1111f