#a9100f color space conversions
Hex:
        #a9100f
        RGB:
        169, 16, 15
        CMY:
        34, 94, 94
        CMYK:
        0, 91, 91, 34
      HSL:
        0°, 83.6957%, 36.0784%
        HSV (HSB):
        0°, 91.1243%, 66.2745%
        XYZ:
        16.6337, 8.8401, 1.2816
        xyY:
        0.6217, 0.3304, 8.8401
      CIE-Lab:
        35.6746, 56.9397, 43.6000
        CIE-LCH:
        35.6746, 71.7153, 37.4421
        CIE-Luv:
        35.6746, 109.8215, 23.8369
        Hunter-Lab:
        29.7323, 47.8302, 18.2570
      #a9100f color charts
#a9100f RGB chart
      #a9100f CMYK chart
      #a9100f RGB pie chart
      #a9100f color shades, tints & tones
#a9100f color schemes
#a9100f color preview, HTML & CSS examples
           This text has a color of #a9100f        
        
          <p style="color:#a9100f;">Text here</p>
        
        
          .mytext {color:#a9100f;}
        
        Text color #a9100f
      
           This box has a color of #a9100f        
        
          <div style="background-color:#a9100f;">Content here</div>
        
        
          .mybackground {background-color:#a9100f;}
        
        Background color #a9100f
      
           Border around this has a color of #a9100f        
        
          <div style="border:2px solid #a9100f;">Content here</div>
        
        
          .myborder {border:2px solid #a9100f;}
        
        Border color #a9100f