Shades of Guardsman Red #A9373C
Tints of Guardsman Red #A9373C
RGB
CMYK
RGB Variations
Color information
#A9373C (or 0xA9373C) is known color: Guardsman Red. HEX triplet: A9, 37 and 3C. RGB value is (169,55,60). Sum of RGB (Red+Green+Blue) = 169+55+60=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9373C is #56C8C3. Grayscale: #595959. Windows color (decimal): -5687492 or 3946409. OLE color: 3946409.
HSL color Cylindrical-coordinate representation of color #A9373C: hue angle of 357.37º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9373C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 60 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.34 |
| HSL | 357.37º | 0.51% | 0.44% | - |
| HSV(B) | 357.37º | 0.67% | 0.66% | - |
| XYZ | 18.54 | 11.49 | 5.52 | - |
| YUV | 89.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 60 | 0 | 0.67 | 0.64 | 0.34 | 357.37 | 0.51 | 0.44 |
| Hex | A9 | 37 | 3C | 0 | 43 | 40 | 22 | 165 | 33 | 2C |
| Octal | 251 | 67 | 74 | 0 | 103 | 100 | 42 | 545 | 63 | 54 |
| Binary | 10101001 | 110111 | 111100 | 0 | 1000011 | 1000000 | 100010 | 101100101 | 110011 | 101100 |
Color Harmonies of #A9373C
Complementary color
Monochromatic Colors of #A9373C
Black with #A9373C
Text Example
Text Example
White with #A9373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9373C; }
p { color: rgb(169,55,60); }
H1.HeaderClassName
{
color: #A9373C;
}
.AnyTagClassName
{
color: #A9373C;
}
</style>
background-color css
<style>
a { background-color: #A9373C; }
a { background-color: rgb(169,55,60); }
div.DivClassName
{
background-color: #A9373C;
}
.BgClassName
{
background-color: #A9373C;
}
</style>
border-color css
<style>
span { border-color: #A9373C; }
span { border-color: rgb(169,55,60); }
td.TdClassName
{
border-color: #A9373C;
}
.TagClassName
{
border-color: #A9373C;
}
</style>