Shades of Guardsman Red #AA2E36
Tints of Guardsman Red #AA2E36
RGB
CMYK
RGB Variations
Color information
#AA2E36 (or 0xAA2E36) is known color: Guardsman Red. HEX triplet: AA, 2E and 36. RGB value is (170,46,54). Sum of RGB (Red+Green+Blue) = 170+46+54=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E36 is #55D1C9. Grayscale: #545454. Windows color (decimal): -5624266 or 3550890. OLE color: 3550890.
HSL color Cylindrical-coordinate representation of color #AA2E36: hue angle of 356.13º 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 #AA2E36 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 54 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.33 |
| HSL | 356.13º | 0.57% | 0.42% | - |
| HSV(B) | 356.13º | 0.73% | 0.67% | - |
| XYZ | 18.22 | 10.77 | 4.61 | - |
| YUV | 83.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 54 | 0 | 0.73 | 0.68 | 0.33 | 356.13 | 0.57 | 0.42 |
| Hex | AA | 2E | 36 | 0 | 49 | 44 | 21 | 164 | 39 | 2A |
| Octal | 252 | 56 | 66 | 0 | 111 | 104 | 41 | 544 | 71 | 52 |
| Binary | 10101010 | 101110 | 110110 | 0 | 1001001 | 1000100 | 100001 | 101100100 | 111001 | 101010 |
Color Harmonies of #AA2E36
Complementary color
Monochromatic Colors of #AA2E36
Black with #AA2E36
Text Example
Text Example
White with #AA2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E36; }
p { color: rgb(170,46,54); }
H1.HeaderClassName
{
color: #AA2E36;
}
.AnyTagClassName
{
color: #AA2E36;
}
</style>
background-color css
<style>
a { background-color: #AA2E36; }
a { background-color: rgb(170,46,54); }
div.DivClassName
{
background-color: #AA2E36;
}
.BgClassName
{
background-color: #AA2E36;
}
</style>
border-color css
<style>
span { border-color: #AA2E36; }
span { border-color: rgb(170,46,54); }
td.TdClassName
{
border-color: #AA2E36;
}
.TagClassName
{
border-color: #AA2E36;
}
</style>