#a00400 color space conversions
Hex:
        #a00400
        RGB:
        160, 4, 0
        CMY:
        37, 98, 100
        CMYK:
        0, 98, 100, 37
      HSL:
        1°, 100.0000%, 31.3725%
        HSV (HSB):
        1°, 100.0000%, 62.7451%
        XYZ:
        14.5406, 7.5604, 0.6929
        xyY:
        0.6379, 0.3317, 7.5604
      CIE-Lab:
        33.0501, 55.9916, 47.0717
        CIE-LCH:
        33.0501, 73.1492, 40.0535
        CIE-Luv:
        33.0501, 107.1875, 23.6196
        Hunter-Lab:
        27.4962, 46.2765, 17.7532
      #a00400 color charts
#a00400 RGB chart
      #a00400 CMYK chart
      #a00400 RGB pie chart
      #a00400 color shades, tints & tones
#a00400 color schemes
#a00400 color preview, HTML & CSS examples
           This text has a color of #a00400        
        
          <p style="color:#a00400;">Text here</p>
        
        
          .mytext {color:#a00400;}
        
        Text color #a00400
      
           This box has a color of #a00400        
        
          <div style="background-color:#a00400;">Content here</div>
        
        
          .mybackground {background-color:#a00400;}
        
        Background color #a00400
      
           Border around this has a color of #a00400        
        
          <div style="border:2px solid #a00400;">Content here</div>
        
        
          .myborder {border:2px solid #a00400;}
        
        Border color #a00400