#a5012b color space conversions
Hex:
        #a5012b
        RGB:
        165, 1, 43
        CMY:
        35, 100, 83
        CMYK:
        0, 99, 74, 35
      HSL:
        345°, 98.7952%, 32.5490%
        HSV (HSB):
        345°, 99.3939%, 64.7059%
        XYZ:
        15.9639, 8.1955, 3.0260
        xyY:
        0.5872, 0.3015, 8.1955
      CIE-Lab:
        34.3867, 58.6857, 26.2932
        CIE-LCH:
        34.3867, 64.3066, 24.1340
        CIE-Luv:
        34.3867, 104.4678, 13.4664
        Hunter-Lab:
        28.6277, 49.4402, 13.7724
      #a5012b color charts
#a5012b RGB chart
      #a5012b CMYK chart
      #a5012b RGB pie chart
      #a5012b color shades, tints & tones
#a5012b color schemes
#a5012b color preview, HTML & CSS examples
           This text has a color of #a5012b        
        
          <p style="color:#a5012b;">Text here</p>
        
        
          .mytext {color:#a5012b;}
        
        Text color #a5012b
      
           This box has a color of #a5012b        
        
          <div style="background-color:#a5012b;">Content here</div>
        
        
          .mybackground {background-color:#a5012b;}
        
        Background color #a5012b
      
           Border around this has a color of #a5012b        
        
          <div style="border:2px solid #a5012b;">Content here</div>
        
        
          .myborder {border:2px solid #a5012b;}
        
        Border color #a5012b