Shades of Guardsman Red #A9212B
Tints of Guardsman Red #A9212B
RGB
CMYK
RGB Variations
Color information
#A9212B (or 0xA9212B) is known color: Guardsman Red. HEX triplet: A9, 21 and 2B. RGB value is (169,33,43). Sum of RGB (Red+Green+Blue) = 169+33+43=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A9212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9212B is #56DED4. Grayscale: #4A4A4A. Windows color (decimal): -5693141 or 2826665. OLE color: 2826665.
HSL color Cylindrical-coordinate representation of color #A9212B: hue angle of 355.59º 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 #A9212B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 43 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.34 |
| HSL | 355.59º | 0.67% | 0.4% | - |
| HSV(B) | 355.59º | 0.8% | 0.66% | - |
| XYZ | 17.34 | 9.7 | 3.24 | - |
| YUV | 74.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 43 | 0 | 0.80 | 0.75 | 0.34 | 355.59 | 0.67 | 0.4 |
| Hex | A9 | 21 | 2B | 0 | 50 | 4B | 22 | 164 | 43 | 28 |
| Octal | 251 | 41 | 53 | 0 | 120 | 113 | 42 | 544 | 103 | 50 |
| Binary | 10101001 | 100001 | 101011 | 0 | 1010000 | 1001011 | 100010 | 101100100 | 1000011 | 101000 |
Color Harmonies of #A9212B
Complementary color
Monochromatic Colors of #A9212B
Black with #A9212B
Text Example
Text Example
White with #A9212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9212B; }
p { color: rgb(169,33,43); }
H1.HeaderClassName
{
color: #A9212B;
}
.AnyTagClassName
{
color: #A9212B;
}
</style>
background-color css
<style>
a { background-color: #A9212B; }
a { background-color: rgb(169,33,43); }
div.DivClassName
{
background-color: #A9212B;
}
.BgClassName
{
background-color: #A9212B;
}
</style>
border-color css
<style>
span { border-color: #A9212B; }
span { border-color: rgb(169,33,43); }
td.TdClassName
{
border-color: #A9212B;
}
.TagClassName
{
border-color: #A9212B;
}
</style>