Shades of Guardsman Red #AA202C
Tints of Guardsman Red #AA202C
RGB
CMYK
RGB Variations
Color information
#AA202C (or 0xAA202C) is known color: Guardsman Red. HEX triplet: AA, 20 and 2C. RGB value is (170,32,44). Sum of RGB (Red+Green+Blue) = 170+32+44=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA202C is #55DFD3. Grayscale: #4A4A4A. Windows color (decimal): -5627860 or 2891946. OLE color: 2891946.
HSL color Cylindrical-coordinate representation of color #AA202C: hue angle of 354.78º 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 #AA202C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 44 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.33 |
| HSL | 354.78º | 0.68% | 0.4% | - |
| HSV(B) | 354.78º | 0.81% | 0.67% | - |
| XYZ | 17.55 | 9.76 | 3.34 | - |
| YUV | 74.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 44 | 0 | 0.81 | 0.74 | 0.33 | 354.78 | 0.68 | 0.4 |
| Hex | AA | 20 | 2C | 0 | 51 | 4A | 21 | 163 | 44 | 28 |
| Octal | 252 | 40 | 54 | 0 | 121 | 112 | 41 | 543 | 104 | 50 |
| Binary | 10101010 | 100000 | 101100 | 0 | 1010001 | 1001010 | 100001 | 101100011 | 1000100 | 101000 |
Color Harmonies of #AA202C
Complementary color
Monochromatic Colors of #AA202C
Black with #AA202C
Text Example
Text Example
White with #AA202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA202C; }
p { color: rgb(170,32,44); }
H1.HeaderClassName
{
color: #AA202C;
}
.AnyTagClassName
{
color: #AA202C;
}
</style>
background-color css
<style>
a { background-color: #AA202C; }
a { background-color: rgb(170,32,44); }
div.DivClassName
{
background-color: #AA202C;
}
.BgClassName
{
background-color: #AA202C;
}
</style>
border-color css
<style>
span { border-color: #AA202C; }
span { border-color: rgb(170,32,44); }
td.TdClassName
{
border-color: #AA202C;
}
.TagClassName
{
border-color: #AA202C;
}
</style>