Shades of Guardsman Red #A8212B
Tints of Guardsman Red #A8212B
RGB
CMYK
RGB Variations
Color information
#A8212B (or 0xA8212B) is known color: Guardsman Red. HEX triplet: A8, 21 and 2B. RGB value is (168,33,43). Sum of RGB (Red+Green+Blue) = 168+33+43=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A8212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8212B is #57DED4. Grayscale: #4A4A4A. Windows color (decimal): -5758677 or 2826664. OLE color: 2826664.
HSL color Cylindrical-coordinate representation of color #A8212B: hue angle of 355.56º 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 #A8212B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 43 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.34 |
| HSL | 355.56º | 0.67% | 0.39% | - |
| HSV(B) | 355.56º | 0.8% | 0.66% | - |
| XYZ | 17.13 | 9.59 | 3.23 | - |
| YUV | 74.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 43 | 0 | 0.80 | 0.74 | 0.34 | 355.56 | 0.67 | 0.39 |
| Hex | A8 | 21 | 2B | 0 | 50 | 4A | 22 | 164 | 43 | 27 |
| Octal | 250 | 41 | 53 | 0 | 120 | 112 | 42 | 544 | 103 | 47 |
| Binary | 10101000 | 100001 | 101011 | 0 | 1010000 | 1001010 | 100010 | 101100100 | 1000011 | 100111 |
Color Harmonies of #A8212B
Complementary color
Monochromatic Colors of #A8212B
Black with #A8212B
Text Example
Text Example
White with #A8212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8212B; }
p { color: rgb(168,33,43); }
H1.HeaderClassName
{
color: #A8212B;
}
.AnyTagClassName
{
color: #A8212B;
}
</style>
background-color css
<style>
a { background-color: #A8212B; }
a { background-color: rgb(168,33,43); }
div.DivClassName
{
background-color: #A8212B;
}
.BgClassName
{
background-color: #A8212B;
}
</style>
border-color css
<style>
span { border-color: #A8212B; }
span { border-color: rgb(168,33,43); }
td.TdClassName
{
border-color: #A8212B;
}
.TagClassName
{
border-color: #A8212B;
}
</style>