Shades of Guardsman Red #A9212E
Tints of Guardsman Red #A9212E
RGB
CMYK
RGB Variations
Color information
#A9212E (or 0xA9212E) is known color: Guardsman Red. HEX triplet: A9, 21 and 2E. RGB value is (169,33,46). Sum of RGB (Red+Green+Blue) = 169+33+46=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9212E is #56DED1. Grayscale: #4B4B4B. Windows color (decimal): -5693138 or 3023273. OLE color: 3023273.
HSL color Cylindrical-coordinate representation of color #A9212E: hue angle of 354.26º 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 #A9212E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 46 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.34 |
| HSL | 354.26º | 0.67% | 0.4% | - |
| HSV(B) | 354.26º | 0.8% | 0.66% | - |
| XYZ | 17.4 | 9.72 | 3.54 | - |
| YUV | 75.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 46 | 0 | 0.80 | 0.73 | 0.34 | 354.26 | 0.67 | 0.4 |
| Hex | A9 | 21 | 2E | 0 | 50 | 49 | 22 | 162 | 43 | 28 |
| Octal | 251 | 41 | 56 | 0 | 120 | 111 | 42 | 542 | 103 | 50 |
| Binary | 10101001 | 100001 | 101110 | 0 | 1010000 | 1001001 | 100010 | 101100010 | 1000011 | 101000 |
Color Harmonies of #A9212E
Complementary color
Monochromatic Colors of #A9212E
Black with #A9212E
Text Example
Text Example
White with #A9212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9212E; }
p { color: rgb(169,33,46); }
H1.HeaderClassName
{
color: #A9212E;
}
.AnyTagClassName
{
color: #A9212E;
}
</style>
background-color css
<style>
a { background-color: #A9212E; }
a { background-color: rgb(169,33,46); }
div.DivClassName
{
background-color: #A9212E;
}
.BgClassName
{
background-color: #A9212E;
}
</style>
border-color css
<style>
span { border-color: #A9212E; }
span { border-color: rgb(169,33,46); }
td.TdClassName
{
border-color: #A9212E;
}
.TagClassName
{
border-color: #A9212E;
}
</style>