Shades of Guardsman Red #A8222E
Tints of Guardsman Red #A8222E
RGB
CMYK
RGB Variations
Color information
#A8222E (or 0xA8222E) is known color: Guardsman Red. HEX triplet: A8, 22 and 2E. RGB value is (168,34,46). Sum of RGB (Red+Green+Blue) = 168+34+46=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8222E is #57DDD1. Grayscale: #4B4B4B. Windows color (decimal): -5758418 or 3023528. OLE color: 3023528.
HSL color Cylindrical-coordinate representation of color #A8222E: hue angle of 354.63º degrees, saturation: 0.66, 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 #A8222E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 46 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.34 |
| HSL | 354.63º | 0.66% | 0.4% | - |
| HSV(B) | 354.63º | 0.8% | 0.66% | - |
| XYZ | 17.21 | 9.67 | 3.54 | - |
| YUV | 75.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 46 | 0 | 0.80 | 0.73 | 0.34 | 354.63 | 0.66 | 0.4 |
| Hex | A8 | 22 | 2E | 0 | 50 | 49 | 22 | 163 | 42 | 28 |
| Octal | 250 | 42 | 56 | 0 | 120 | 111 | 42 | 543 | 102 | 50 |
| Binary | 10101000 | 100010 | 101110 | 0 | 1010000 | 1001001 | 100010 | 101100011 | 1000010 | 101000 |
Color Harmonies of #A8222E
Complementary color
Monochromatic Colors of #A8222E
Black with #A8222E
Text Example
Text Example
White with #A8222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8222E; }
p { color: rgb(168,34,46); }
H1.HeaderClassName
{
color: #A8222E;
}
.AnyTagClassName
{
color: #A8222E;
}
</style>
background-color css
<style>
a { background-color: #A8222E; }
a { background-color: rgb(168,34,46); }
div.DivClassName
{
background-color: #A8222E;
}
.BgClassName
{
background-color: #A8222E;
}
</style>
border-color css
<style>
span { border-color: #A8222E; }
span { border-color: rgb(168,34,46); }
td.TdClassName
{
border-color: #A8222E;
}
.TagClassName
{
border-color: #A8222E;
}
</style>