#a00105 color space conversions
Hex:
        #a00105
        RGB:
        160, 1, 5
        CMY:
        37, 100, 98
        CMYK:
        0, 99, 97, 37
      HSL:
        358°, 98.7578%, 31.5686%
        HSV (HSB):
        358°, 99.3750%, 62.7451%
        XYZ:
        14.5355, 7.5062, 0.8263
        xyY:
        0.6356, 0.3282, 7.5062
      CIE-Lab:
        32.9327, 56.4660, 44.9612
        CIE-LCH:
        32.9327, 72.1798, 38.5286
        CIE-Luv:
        32.9327, 107.3553, 22.6470
        Hunter-Lab:
        27.3975, 46.7555, 17.3900
      #a00105 color charts
#a00105 RGB chart
      #a00105 CMYK chart
      #a00105 RGB pie chart
      #a00105 color shades, tints & tones
#a00105 color schemes
#a00105 color preview, HTML & CSS examples
           This text has a color of #a00105        
        
          <p style="color:#a00105;">Text here</p>
        
        
          .mytext {color:#a00105;}
        
        Text color #a00105
      
           This box has a color of #a00105        
        
          <div style="background-color:#a00105;">Content here</div>
        
        
          .mybackground {background-color:#a00105;}
        
        Background color #a00105
      
           Border around this has a color of #a00105        
        
          <div style="border:2px solid #a00105;">Content here</div>
        
        
          .myborder {border:2px solid #a00105;}
        
        Border color #a00105