Shades of Guardsman Red #A8212C
Tints of Guardsman Red #A8212C
RGB
CMYK
RGB Variations
Color information
#A8212C (or 0xA8212C) is known color: Guardsman Red. HEX triplet: A8, 21 and 2C. RGB value is (168,33,44). Sum of RGB (Red+Green+Blue) = 168+33+44=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8212C is #57DED3. Grayscale: #4A4A4A. Windows color (decimal): -5758676 or 2892200. OLE color: 2892200.
HSL color Cylindrical-coordinate representation of color #A8212C: hue angle of 355.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8212C is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 44 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.34 |
| HSL | 355.11º | 0.67% | 0.39% | - |
| HSV(B) | 355.11º | 0.8% | 0.66% | - |
| XYZ | 17.15 | 9.59 | 3.33 | - |
| YUV | 74.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 44 | 0 | 0.80 | 0.74 | 0.34 | 355.11 | 0.67 | 0.39 |
| Hex | A8 | 21 | 2C | 0 | 50 | 4A | 22 | 163 | 43 | 27 |
| Octal | 250 | 41 | 54 | 0 | 120 | 112 | 42 | 543 | 103 | 47 |
| Binary | 10101000 | 100001 | 101100 | 0 | 1010000 | 1001010 | 100010 | 101100011 | 1000011 | 100111 |
Color Harmonies of #A8212C
Complementary color
Monochromatic Colors of #A8212C
Black with #A8212C
Text Example
Text Example
White with #A8212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8212C; }
p { color: rgb(168,33,44); }
H1.HeaderClassName
{
color: #A8212C;
}
.AnyTagClassName
{
color: #A8212C;
}
</style>
background-color css
<style>
a { background-color: #A8212C; }
a { background-color: rgb(168,33,44); }
div.DivClassName
{
background-color: #A8212C;
}
.BgClassName
{
background-color: #A8212C;
}
</style>
border-color css
<style>
span { border-color: #A8212C; }
span { border-color: rgb(168,33,44); }
td.TdClassName
{
border-color: #A8212C;
}
.TagClassName
{
border-color: #A8212C;
}
</style>