Shades of Guardsman Red #AA222C
Tints of Guardsman Red #AA222C
RGB
CMYK
RGB Variations
Color information
#AA222C (or 0xAA222C) is known color: Guardsman Red. HEX triplet: AA, 22 and 2C. RGB value is (170,34,44). Sum of RGB (Red+Green+Blue) = 170+34+44=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA222C is #55DDD3. Grayscale: #4B4B4B. Windows color (decimal): -5627348 or 2892458. OLE color: 2892458.
HSL color Cylindrical-coordinate representation of color #AA222C: hue angle of 355.59º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA222C is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 44 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.33 |
| HSL | 355.59º | 0.67% | 0.4% | - |
| HSV(B) | 355.59º | 0.8% | 0.67% | - |
| XYZ | 17.6 | 9.87 | 3.36 | - |
| YUV | 75.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 44 | 0 | 0.80 | 0.74 | 0.33 | 355.59 | 0.67 | 0.4 |
| Hex | AA | 22 | 2C | 0 | 50 | 4A | 21 | 164 | 43 | 28 |
| Octal | 252 | 42 | 54 | 0 | 120 | 112 | 41 | 544 | 103 | 50 |
| Binary | 10101010 | 100010 | 101100 | 0 | 1010000 | 1001010 | 100001 | 101100100 | 1000011 | 101000 |
Color Harmonies of #AA222C
Complementary color
Monochromatic Colors of #AA222C
Black with #AA222C
Text Example
Text Example
White with #AA222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA222C; }
p { color: rgb(170,34,44); }
H1.HeaderClassName
{
color: #AA222C;
}
.AnyTagClassName
{
color: #AA222C;
}
</style>
background-color css
<style>
a { background-color: #AA222C; }
a { background-color: rgb(170,34,44); }
div.DivClassName
{
background-color: #AA222C;
}
.BgClassName
{
background-color: #AA222C;
}
</style>
border-color css
<style>
span { border-color: #AA222C; }
span { border-color: rgb(170,34,44); }
td.TdClassName
{
border-color: #AA222C;
}
.TagClassName
{
border-color: #AA222C;
}
</style>