Shades of Guardsman Red #AA2E2F
Tints of Guardsman Red #AA2E2F
RGB
CMYK
RGB Variations
Color information
#AA2E2F (or 0xAA2E2F) is known color: Guardsman Red. HEX triplet: AA, 2E and 2F. RGB value is (170,46,47). Sum of RGB (Red+Green+Blue) = 170+46+47=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E2F is #55D1D0. Grayscale: #535353. Windows color (decimal): -5624273 or 3092138. OLE color: 3092138.
HSL color Cylindrical-coordinate representation of color #AA2E2F: hue angle of 359.52º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E2F is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 47 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.33 |
| HSL | 359.52º | 0.57% | 0.42% | - |
| HSV(B) | 359.52º | 0.73% | 0.67% | - |
| XYZ | 18.07 | 10.71 | 3.8 | - |
| YUV | 83.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 47 | 0 | 0.73 | 0.72 | 0.33 | 359.52 | 0.57 | 0.42 |
| Hex | AA | 2E | 2F | 0 | 49 | 48 | 21 | 168 | 39 | 2A |
| Octal | 252 | 56 | 57 | 0 | 111 | 110 | 41 | 550 | 71 | 52 |
| Binary | 10101010 | 101110 | 101111 | 0 | 1001001 | 1001000 | 100001 | 101101000 | 111001 | 101010 |
Color Harmonies of #AA2E2F
Complementary color
Monochromatic Colors of #AA2E2F
Black with #AA2E2F
Text Example
Text Example
White with #AA2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E2F; }
p { color: rgb(170,46,47); }
H1.HeaderClassName
{
color: #AA2E2F;
}
.AnyTagClassName
{
color: #AA2E2F;
}
</style>
background-color css
<style>
a { background-color: #AA2E2F; }
a { background-color: rgb(170,46,47); }
div.DivClassName
{
background-color: #AA2E2F;
}
.BgClassName
{
background-color: #AA2E2F;
}
</style>
border-color css
<style>
span { border-color: #AA2E2F; }
span { border-color: rgb(170,46,47); }
td.TdClassName
{
border-color: #AA2E2F;
}
.TagClassName
{
border-color: #AA2E2F;
}
</style>