Shades of Guardsman Red #AA2D39
Tints of Guardsman Red #AA2D39
RGB
CMYK
RGB Variations
Color information
#AA2D39 (or 0xAA2D39) is known color: Guardsman Red. HEX triplet: AA, 2D and 39. RGB value is (170,45,57). Sum of RGB (Red+Green+Blue) = 170+45+57=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2D39 is #55D2C6. Grayscale: #535353. Windows color (decimal): -5624519 or 3747242. OLE color: 3747242.
HSL color Cylindrical-coordinate representation of color #AA2D39: hue angle of 354.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2D39 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 57 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.33 |
| HSL | 354.24º | 0.58% | 0.42% | - |
| HSV(B) | 354.24º | 0.74% | 0.67% | - |
| XYZ | 18.25 | 10.72 | 4.98 | - |
| YUV | 83.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 57 | 0 | 0.74 | 0.66 | 0.33 | 354.24 | 0.58 | 0.42 |
| Hex | AA | 2D | 39 | 0 | 4A | 42 | 21 | 162 | 3A | 2A |
| Octal | 252 | 55 | 71 | 0 | 112 | 102 | 41 | 542 | 72 | 52 |
| Binary | 10101010 | 101101 | 111001 | 0 | 1001010 | 1000010 | 100001 | 101100010 | 111010 | 101010 |
Color Harmonies of #AA2D39
Complementary color
Monochromatic Colors of #AA2D39
Black with #AA2D39
Text Example
Text Example
White with #AA2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D39; }
p { color: rgb(170,45,57); }
H1.HeaderClassName
{
color: #AA2D39;
}
.AnyTagClassName
{
color: #AA2D39;
}
</style>
background-color css
<style>
a { background-color: #AA2D39; }
a { background-color: rgb(170,45,57); }
div.DivClassName
{
background-color: #AA2D39;
}
.BgClassName
{
background-color: #AA2D39;
}
</style>
border-color css
<style>
span { border-color: #AA2D39; }
span { border-color: rgb(170,45,57); }
td.TdClassName
{
border-color: #AA2D39;
}
.TagClassName
{
border-color: #AA2D39;
}
</style>