Shades of Guardsman Red #AA2223
Tints of Guardsman Red #AA2223
RGB
CMYK
RGB Variations
Color information
#AA2223 (or 0xAA2223) is known color: Guardsman Red. HEX triplet: AA, 22 and 23. RGB value is (170,34,35). Sum of RGB (Red+Green+Blue) = 170+34+35=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2223 is #55DDDC. Grayscale: #4A4A4A. Windows color (decimal): -5627357 or 2302634. OLE color: 2302634.
HSL color Cylindrical-coordinate representation of color #AA2223: hue angle of 359.56º 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 #AA2223 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 35 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.33 |
| HSL | 359.56º | 0.67% | 0.4% | - |
| HSV(B) | 359.56º | 0.8% | 0.67% | - |
| XYZ | 17.45 | 9.81 | 2.56 | - |
| YUV | 74.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 35 | 0 | 0.80 | 0.79 | 0.33 | 359.56 | 0.67 | 0.4 |
| Hex | AA | 22 | 23 | 0 | 50 | 4F | 21 | 168 | 43 | 28 |
| Octal | 252 | 42 | 43 | 0 | 120 | 117 | 41 | 550 | 103 | 50 |
| Binary | 10101010 | 100010 | 100011 | 0 | 1010000 | 1001111 | 100001 | 101101000 | 1000011 | 101000 |
Color Harmonies of #AA2223
Complementary color
Monochromatic Colors of #AA2223
Black with #AA2223
Text Example
Text Example
White with #AA2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2223; }
p { color: rgb(170,34,35); }
H1.HeaderClassName
{
color: #AA2223;
}
.AnyTagClassName
{
color: #AA2223;
}
</style>
background-color css
<style>
a { background-color: #AA2223; }
a { background-color: rgb(170,34,35); }
div.DivClassName
{
background-color: #AA2223;
}
.BgClassName
{
background-color: #AA2223;
}
</style>
border-color css
<style>
span { border-color: #AA2223; }
span { border-color: rgb(170,34,35); }
td.TdClassName
{
border-color: #AA2223;
}
.TagClassName
{
border-color: #AA2223;
}
</style>