#b70c01 color space conversions
Hex:
        #b70c01
        RGB:
        183, 12, 1
        CMY:
        28, 95, 100
        CMYK:
        0, 93, 99, 28
      HSL:
        4°, 98.9130%, 36.0784%
        HSV (HSB):
        4°, 99.4536%, 71.7647%
        XYZ:
        19.6654, 10.3324, 0.9866
        xyY:
        0.6347, 0.3335, 10.3324
      CIE-Lab:
        38.4325, 61.1043, 52.1537
        CIE-LCH:
        38.4325, 80.3352, 40.4814
        CIE-Luv:
        38.4325, 122.4306, 27.5953
        Hunter-Lab:
        32.1441, 52.9522, 20.6811
      #b70c01 color charts
#b70c01 RGB chart
      #b70c01 CMYK chart
      #b70c01 RGB pie chart
      #b70c01 color shades, tints & tones
#b70c01 color schemes
#b70c01 color preview, HTML & CSS examples
           This text has a color of #b70c01        
        
          <p style="color:#b70c01;">Text here</p>
        
        
          .mytext {color:#b70c01;}
        
        Text color #b70c01
      
           This box has a color of #b70c01        
        
          <div style="background-color:#b70c01;">Content here</div>
        
        
          .mybackground {background-color:#b70c01;}
        
        Background color #b70c01
      
           Border around this has a color of #b70c01        
        
          <div style="border:2px solid #b70c01;">Content here</div>
        
        
          .myborder {border:2px solid #b70c01;}
        
        Border color #b70c01