#a0120b color space conversions
Hex:
        #a0120b
        RGB:
        160, 18, 11
        CMY:
        37, 93, 96
        CMYK:
        0, 89, 93, 37
      HSL:
        3°, 87.1345%, 33.5294%
        HSV (HSB):
        3°, 93.1250%, 62.7451%
        XYZ:
        14.7739, 7.9304, 1.0686
        xyY:
        0.6215, 0.3336, 7.9304
      CIE-Lab:
        33.8374, 54.0205, 43.1058
        CIE-LCH:
        33.8374, 69.1110, 38.5882
        CIE-Luv:
        33.8374, 102.8100, 23.2623
        Hunter-Lab:
        28.1609, 44.3641, 17.4627
      #a0120b color charts
#a0120b RGB chart
      #a0120b CMYK chart
      #a0120b RGB pie chart
      #a0120b color shades, tints & tones
#a0120b color schemes
#a0120b color preview, HTML & CSS examples
           This text has a color of #a0120b        
        
          <p style="color:#a0120b;">Text here</p>
        
        
          .mytext {color:#a0120b;}
        
        Text color #a0120b
      
           This box has a color of #a0120b        
        
          <div style="background-color:#a0120b;">Content here</div>
        
        
          .mybackground {background-color:#a0120b;}
        
        Background color #a0120b
      
           Border around this has a color of #a0120b        
        
          <div style="border:2px solid #a0120b;">Content here</div>
        
        
          .myborder {border:2px solid #a0120b;}
        
        Border color #a0120b