Shades of Guardsman Red #AA3136
Tints of Guardsman Red #AA3136
RGB
CMYK
RGB Variations
Color information
#AA3136 (or 0xAA3136) is known color: Guardsman Red. HEX triplet: AA, 31 and 36. RGB value is (170,49,54). Sum of RGB (Red+Green+Blue) = 170+49+54=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3136 is #55CEC9. Grayscale: #555555. Windows color (decimal): -5623498 or 3551658. OLE color: 3551658.
HSL color Cylindrical-coordinate representation of color #AA3136: hue angle of 357.52º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3136 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 54 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.33 |
| HSL | 357.52º | 0.55% | 0.43% | - |
| HSV(B) | 357.52º | 0.71% | 0.67% | - |
| XYZ | 18.34 | 11.01 | 4.65 | - |
| YUV | 85.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 54 | 0 | 0.71 | 0.68 | 0.33 | 357.52 | 0.55 | 0.43 |
| Hex | AA | 31 | 36 | 0 | 47 | 44 | 21 | 166 | 37 | 2B |
| Octal | 252 | 61 | 66 | 0 | 107 | 104 | 41 | 546 | 67 | 53 |
| Binary | 10101010 | 110001 | 110110 | 0 | 1000111 | 1000100 | 100001 | 101100110 | 110111 | 101011 |
Color Harmonies of #AA3136
Complementary color
Monochromatic Colors of #AA3136
Black with #AA3136
Text Example
Text Example
White with #AA3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3136; }
p { color: rgb(170,49,54); }
H1.HeaderClassName
{
color: #AA3136;
}
.AnyTagClassName
{
color: #AA3136;
}
</style>
background-color css
<style>
a { background-color: #AA3136; }
a { background-color: rgb(170,49,54); }
div.DivClassName
{
background-color: #AA3136;
}
.BgClassName
{
background-color: #AA3136;
}
</style>
border-color css
<style>
span { border-color: #AA3136; }
span { border-color: rgb(170,49,54); }
td.TdClassName
{
border-color: #AA3136;
}
.TagClassName
{
border-color: #AA3136;
}
</style>