Shades of Guardsman Red #AA222F
Tints of Guardsman Red #AA222F
RGB
CMYK
RGB Variations
Color information
#AA222F (or 0xAA222F) is known color: Guardsman Red. HEX triplet: AA, 22 and 2F. RGB value is (170,34,47). Sum of RGB (Red+Green+Blue) = 170+34+47=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA222F is #55DDD0. Grayscale: #4C4C4C. Windows color (decimal): -5627345 or 3089066. OLE color: 3089066.
HSL color Cylindrical-coordinate representation of color #AA222F: hue angle of 354.26º 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 #AA222F is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 47 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.33 |
| HSL | 354.26º | 0.67% | 0.4% | - |
| HSV(B) | 354.26º | 0.8% | 0.67% | - |
| XYZ | 17.66 | 9.9 | 3.67 | - |
| YUV | 76.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 47 | 0 | 0.80 | 0.72 | 0.33 | 354.26 | 0.67 | 0.4 |
| Hex | AA | 22 | 2F | 0 | 50 | 48 | 21 | 162 | 43 | 28 |
| Octal | 252 | 42 | 57 | 0 | 120 | 110 | 41 | 542 | 103 | 50 |
| Binary | 10101010 | 100010 | 101111 | 0 | 1010000 | 1001000 | 100001 | 101100010 | 1000011 | 101000 |
Color Harmonies of #AA222F
Complementary color
Monochromatic Colors of #AA222F
Black with #AA222F
Text Example
Text Example
White with #AA222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA222F; }
p { color: rgb(170,34,47); }
H1.HeaderClassName
{
color: #AA222F;
}
.AnyTagClassName
{
color: #AA222F;
}
</style>
background-color css
<style>
a { background-color: #AA222F; }
a { background-color: rgb(170,34,47); }
div.DivClassName
{
background-color: #AA222F;
}
.BgClassName
{
background-color: #AA222F;
}
</style>
border-color css
<style>
span { border-color: #AA222F; }
span { border-color: rgb(170,34,47); }
td.TdClassName
{
border-color: #AA222F;
}
.TagClassName
{
border-color: #AA222F;
}
</style>