Shades of Guardsman Red #AA2A2E
Tints of Guardsman Red #AA2A2E
RGB
CMYK
RGB Variations
Color information
#AA2A2E (or 0xAA2A2E) is known color: Guardsman Red. HEX triplet: AA, 2A and 2E. RGB value is (170,42,46). Sum of RGB (Red+Green+Blue) = 170+42+46=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A2E is #55D5D1. Grayscale: #505050. Windows color (decimal): -5625298 or 3025578. OLE color: 3025578.
HSL color Cylindrical-coordinate representation of color #AA2A2E: hue angle of 358.12º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A2E is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 46 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.33 |
| HSL | 358.13º | 0.6% | 0.42% | - |
| HSV(B) | 358.13º | 0.75% | 0.67% | - |
| XYZ | 17.9 | 10.4 | 3.65 | - |
| YUV | 80.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 46 | 0 | 0.75 | 0.73 | 0.33 | 358.13 | 0.6 | 0.42 |
| Hex | AA | 2A | 2E | 0 | 4B | 49 | 21 | 166 | 3C | 2A |
| Octal | 252 | 52 | 56 | 0 | 113 | 111 | 41 | 546 | 74 | 52 |
| Binary | 10101010 | 101010 | 101110 | 0 | 1001011 | 1001001 | 100001 | 101100110 | 111100 | 101010 |
Color Harmonies of #AA2A2E
Complementary color
Monochromatic Colors of #AA2A2E
Black with #AA2A2E
Text Example
Text Example
White with #AA2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A2E; }
p { color: rgb(170,42,46); }
H1.HeaderClassName
{
color: #AA2A2E;
}
.AnyTagClassName
{
color: #AA2A2E;
}
</style>
background-color css
<style>
a { background-color: #AA2A2E; }
a { background-color: rgb(170,42,46); }
div.DivClassName
{
background-color: #AA2A2E;
}
.BgClassName
{
background-color: #AA2A2E;
}
</style>
border-color css
<style>
span { border-color: #AA2A2E; }
span { border-color: rgb(170,42,46); }
td.TdClassName
{
border-color: #AA2A2E;
}
.TagClassName
{
border-color: #AA2A2E;
}
</style>