Shades of Guardsman Red #A9212A
Tints of Guardsman Red #A9212A
RGB
CMYK
RGB Variations
Color information
#A9212A (or 0xA9212A) is known color: Guardsman Red. HEX triplet: A9, 21 and 2A. RGB value is (169,33,42). Sum of RGB (Red+Green+Blue) = 169+33+42=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A9212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9212A is #56DED5. Grayscale: #4A4A4A. Windows color (decimal): -5693142 or 2761129. OLE color: 2761129.
HSL color Cylindrical-coordinate representation of color #A9212A: hue angle of 356.03º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9212A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 42 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.34 |
| HSL | 356.03º | 0.67% | 0.4% | - |
| HSV(B) | 356.03º | 0.8% | 0.66% | - |
| XYZ | 17.32 | 9.69 | 3.15 | - |
| YUV | 74.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 42 | 0 | 0.80 | 0.75 | 0.34 | 356.03 | 0.67 | 0.4 |
| Hex | A9 | 21 | 2A | 0 | 50 | 4B | 22 | 164 | 43 | 28 |
| Octal | 251 | 41 | 52 | 0 | 120 | 113 | 42 | 544 | 103 | 50 |
| Binary | 10101001 | 100001 | 101010 | 0 | 1010000 | 1001011 | 100010 | 101100100 | 1000011 | 101000 |
Color Harmonies of #A9212A
Complementary color
Monochromatic Colors of #A9212A
Black with #A9212A
Text Example
Text Example
White with #A9212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9212A; }
p { color: rgb(169,33,42); }
H1.HeaderClassName
{
color: #A9212A;
}
.AnyTagClassName
{
color: #A9212A;
}
</style>
background-color css
<style>
a { background-color: #A9212A; }
a { background-color: rgb(169,33,42); }
div.DivClassName
{
background-color: #A9212A;
}
.BgClassName
{
background-color: #A9212A;
}
</style>
border-color css
<style>
span { border-color: #A9212A; }
span { border-color: rgb(169,33,42); }
td.TdClassName
{
border-color: #A9212A;
}
.TagClassName
{
border-color: #A9212A;
}
</style>