Shades of Guardsman Red #AA363E
Tints of Guardsman Red #AA363E
RGB
CMYK
RGB Variations
Color information
#AA363E (or 0xAA363E) is known color: Guardsman Red. HEX triplet: AA, 36 and 3E. RGB value is (170,54,62). Sum of RGB (Red+Green+Blue) = 170+54+62=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA363E is #55C9C1. Grayscale: #595959. Windows color (decimal): -5622210 or 4077226. OLE color: 4077226.
HSL color Cylindrical-coordinate representation of color #AA363E: hue angle of 355.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA363E is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 62 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.33 |
| HSL | 355.86º | 0.52% | 0.44% | - |
| HSV(B) | 355.86º | 0.68% | 0.67% | - |
| XYZ | 18.77 | 11.53 | 5.79 | - |
| YUV | 89.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 62 | 0 | 0.68 | 0.64 | 0.33 | 355.86 | 0.52 | 0.44 |
| Hex | AA | 36 | 3E | 0 | 44 | 40 | 21 | 164 | 34 | 2C |
| Octal | 252 | 66 | 76 | 0 | 104 | 100 | 41 | 544 | 64 | 54 |
| Binary | 10101010 | 110110 | 111110 | 0 | 1000100 | 1000000 | 100001 | 101100100 | 110100 | 101100 |
Color Harmonies of #AA363E
Complementary color
Monochromatic Colors of #AA363E
Black with #AA363E
Text Example
Text Example
White with #AA363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA363E; }
p { color: rgb(170,54,62); }
H1.HeaderClassName
{
color: #AA363E;
}
.AnyTagClassName
{
color: #AA363E;
}
</style>
background-color css
<style>
a { background-color: #AA363E; }
a { background-color: rgb(170,54,62); }
div.DivClassName
{
background-color: #AA363E;
}
.BgClassName
{
background-color: #AA363E;
}
</style>
border-color css
<style>
span { border-color: #AA363E; }
span { border-color: rgb(170,54,62); }
td.TdClassName
{
border-color: #AA363E;
}
.TagClassName
{
border-color: #AA363E;
}
</style>