Shades of Guardsman Red #AA2F3E
Tints of Guardsman Red #AA2F3E
RGB
CMYK
RGB Variations
Color information
#AA2F3E (or 0xAA2F3E) is known color: Guardsman Red. HEX triplet: AA, 2F and 3E. RGB value is (170,47,62). Sum of RGB (Red+Green+Blue) = 170+47+62=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2F3E is #55D0C1. Grayscale: #555555. Windows color (decimal): -5624002 or 4075434. OLE color: 4075434.
HSL color Cylindrical-coordinate representation of color #AA2F3E: hue angle of 352.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2F3E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 62 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.33 |
| HSL | 352.68º | 0.57% | 0.43% | - |
| HSV(B) | 352.68º | 0.72% | 0.67% | - |
| XYZ | 18.46 | 10.93 | 5.69 | - |
| YUV | 85.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 62 | 0 | 0.72 | 0.64 | 0.33 | 352.68 | 0.57 | 0.43 |
| Hex | AA | 2F | 3E | 0 | 48 | 40 | 21 | 161 | 39 | 2B |
| Octal | 252 | 57 | 76 | 0 | 110 | 100 | 41 | 541 | 71 | 53 |
| Binary | 10101010 | 101111 | 111110 | 0 | 1001000 | 1000000 | 100001 | 101100001 | 111001 | 101011 |
Color Harmonies of #AA2F3E
Complementary color
Monochromatic Colors of #AA2F3E
Black with #AA2F3E
Text Example
Text Example
White with #AA2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F3E; }
p { color: rgb(170,47,62); }
H1.HeaderClassName
{
color: #AA2F3E;
}
.AnyTagClassName
{
color: #AA2F3E;
}
</style>
background-color css
<style>
a { background-color: #AA2F3E; }
a { background-color: rgb(170,47,62); }
div.DivClassName
{
background-color: #AA2F3E;
}
.BgClassName
{
background-color: #AA2F3E;
}
</style>
border-color css
<style>
span { border-color: #AA2F3E; }
span { border-color: rgb(170,47,62); }
td.TdClassName
{
border-color: #AA2F3E;
}
.TagClassName
{
border-color: #AA2F3E;
}
</style>