Shades of Guardsman Red #AA2E30
Tints of Guardsman Red #AA2E30
RGB
CMYK
RGB Variations
Color information
#AA2E30 (or 0xAA2E30) is known color: Guardsman Red. HEX triplet: AA, 2E and 30. RGB value is (170,46,48). Sum of RGB (Red+Green+Blue) = 170+46+48=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E30 is #55D1CF. Grayscale: #535353. Windows color (decimal): -5624272 or 3157674. OLE color: 3157674.
HSL color Cylindrical-coordinate representation of color #AA2E30: hue angle of 359.03º 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 #AA2E30 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 48 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.33 |
| HSL | 359.03º | 0.57% | 0.42% | - |
| HSV(B) | 359.03º | 0.73% | 0.67% | - |
| XYZ | 18.09 | 10.71 | 3.91 | - |
| YUV | 83.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 48 | 0 | 0.73 | 0.72 | 0.33 | 359.03 | 0.57 | 0.42 |
| Hex | AA | 2E | 30 | 0 | 49 | 48 | 21 | 167 | 39 | 2A |
| Octal | 252 | 56 | 60 | 0 | 111 | 110 | 41 | 547 | 71 | 52 |
| Binary | 10101010 | 101110 | 110000 | 0 | 1001001 | 1001000 | 100001 | 101100111 | 111001 | 101010 |
Color Harmonies of #AA2E30
Complementary color
Monochromatic Colors of #AA2E30
Black with #AA2E30
Text Example
Text Example
White with #AA2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E30; }
p { color: rgb(170,46,48); }
H1.HeaderClassName
{
color: #AA2E30;
}
.AnyTagClassName
{
color: #AA2E30;
}
</style>
background-color css
<style>
a { background-color: #AA2E30; }
a { background-color: rgb(170,46,48); }
div.DivClassName
{
background-color: #AA2E30;
}
.BgClassName
{
background-color: #AA2E30;
}
</style>
border-color css
<style>
span { border-color: #AA2E30; }
span { border-color: rgb(170,46,48); }
td.TdClassName
{
border-color: #AA2E30;
}
.TagClassName
{
border-color: #AA2E30;
}
</style>