Shades of Guardsman Red #AA2022
Tints of Guardsman Red #AA2022
RGB
CMYK
RGB Variations
Color information
#AA2022 (or 0xAA2022) is known color: Guardsman Red. HEX triplet: AA, 20 and 22. RGB value is (170,32,34). Sum of RGB (Red+Green+Blue) = 170+32+34=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2022 is #55DFDD. Grayscale: #494949. Windows color (decimal): -5627870 or 2236586. OLE color: 2236586.
HSL color Cylindrical-coordinate representation of color #AA2022: hue angle of 359.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2022 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 34 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.33 |
| HSL | 359.13º | 0.68% | 0.4% | - |
| HSV(B) | 359.13º | 0.81% | 0.67% | - |
| XYZ | 17.38 | 9.69 | 2.47 | - |
| YUV | 73.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 34 | 0 | 0.81 | 0.80 | 0.33 | 359.13 | 0.68 | 0.4 |
| Hex | AA | 20 | 22 | 0 | 51 | 50 | 21 | 167 | 44 | 28 |
| Octal | 252 | 40 | 42 | 0 | 121 | 120 | 41 | 547 | 104 | 50 |
| Binary | 10101010 | 100000 | 100010 | 0 | 1010001 | 1010000 | 100001 | 101100111 | 1000100 | 101000 |
Color Harmonies of #AA2022
Complementary color
Monochromatic Colors of #AA2022
Black with #AA2022
Text Example
Text Example
White with #AA2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2022; }
p { color: rgb(170,32,34); }
H1.HeaderClassName
{
color: #AA2022;
}
.AnyTagClassName
{
color: #AA2022;
}
</style>
background-color css
<style>
a { background-color: #AA2022; }
a { background-color: rgb(170,32,34); }
div.DivClassName
{
background-color: #AA2022;
}
.BgClassName
{
background-color: #AA2022;
}
</style>
border-color css
<style>
span { border-color: #AA2022; }
span { border-color: rgb(170,32,34); }
td.TdClassName
{
border-color: #AA2022;
}
.TagClassName
{
border-color: #AA2022;
}
</style>