Shades of Guardsman Red #AA202A
Tints of Guardsman Red #AA202A
RGB
CMYK
RGB Variations
Color information
#AA202A (or 0xAA202A) is known color: Guardsman Red. HEX triplet: AA, 20 and 2A. RGB value is (170,32,42). Sum of RGB (Red+Green+Blue) = 170+32+42=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA202A is #55DFD5. Grayscale: #4A4A4A. Windows color (decimal): -5627862 or 2760874. OLE color: 2760874.
HSL color Cylindrical-coordinate representation of color #AA202A: hue angle of 355.65º 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 #AA202A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 42 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.33 |
| HSL | 355.65º | 0.68% | 0.4% | - |
| HSV(B) | 355.65º | 0.81% | 0.67% | - |
| XYZ | 17.51 | 9.75 | 3.15 | - |
| YUV | 74.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 42 | 0 | 0.81 | 0.75 | 0.33 | 355.65 | 0.68 | 0.4 |
| Hex | AA | 20 | 2A | 0 | 51 | 4B | 21 | 164 | 44 | 28 |
| Octal | 252 | 40 | 52 | 0 | 121 | 113 | 41 | 544 | 104 | 50 |
| Binary | 10101010 | 100000 | 101010 | 0 | 1010001 | 1001011 | 100001 | 101100100 | 1000100 | 101000 |
Color Harmonies of #AA202A
Complementary color
Monochromatic Colors of #AA202A
Black with #AA202A
Text Example
Text Example
White with #AA202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA202A; }
p { color: rgb(170,32,42); }
H1.HeaderClassName
{
color: #AA202A;
}
.AnyTagClassName
{
color: #AA202A;
}
</style>
background-color css
<style>
a { background-color: #AA202A; }
a { background-color: rgb(170,32,42); }
div.DivClassName
{
background-color: #AA202A;
}
.BgClassName
{
background-color: #AA202A;
}
</style>
border-color css
<style>
span { border-color: #AA202A; }
span { border-color: rgb(170,32,42); }
td.TdClassName
{
border-color: #AA202A;
}
.TagClassName
{
border-color: #AA202A;
}
</style>