Shades of Guardsman Red #AA2227
Tints of Guardsman Red #AA2227
RGB
CMYK
RGB Variations
Color information
#AA2227 (or 0xAA2227) is known color: Guardsman Red. HEX triplet: AA, 22 and 27. RGB value is (170,34,39). Sum of RGB (Red+Green+Blue) = 170+34+39=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2227 is #55DDD8. Grayscale: #4B4B4B. Windows color (decimal): -5627353 or 2564778. OLE color: 2564778.
HSL color Cylindrical-coordinate representation of color #AA2227: hue angle of 357.79º 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 #AA2227 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 39 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.33 |
| HSL | 357.79º | 0.67% | 0.4% | - |
| HSV(B) | 357.79º | 0.8% | 0.67% | - |
| XYZ | 17.52 | 9.84 | 2.89 | - |
| YUV | 75.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 39 | 0 | 0.80 | 0.77 | 0.33 | 357.79 | 0.67 | 0.4 |
| Hex | AA | 22 | 27 | 0 | 50 | 4D | 21 | 166 | 43 | 28 |
| Octal | 252 | 42 | 47 | 0 | 120 | 115 | 41 | 546 | 103 | 50 |
| Binary | 10101010 | 100010 | 100111 | 0 | 1010000 | 1001101 | 100001 | 101100110 | 1000011 | 101000 |
Color Harmonies of #AA2227
Complementary color
Monochromatic Colors of #AA2227
Black with #AA2227
Text Example
Text Example
White with #AA2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2227; }
p { color: rgb(170,34,39); }
H1.HeaderClassName
{
color: #AA2227;
}
.AnyTagClassName
{
color: #AA2227;
}
</style>
background-color css
<style>
a { background-color: #AA2227; }
a { background-color: rgb(170,34,39); }
div.DivClassName
{
background-color: #AA2227;
}
.BgClassName
{
background-color: #AA2227;
}
</style>
border-color css
<style>
span { border-color: #AA2227; }
span { border-color: rgb(170,34,39); }
td.TdClassName
{
border-color: #AA2227;
}
.TagClassName
{
border-color: #AA2227;
}
</style>