Shades of Guardsman Red #AA3336
Tints of Guardsman Red #AA3336
RGB
CMYK
RGB Variations
Color information
#AA3336 (or 0xAA3336) is known color: Guardsman Red. HEX triplet: AA, 33 and 36. RGB value is (170,51,54). Sum of RGB (Red+Green+Blue) = 170+51+54=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3336 is #55CCC9. Grayscale: #575757. Windows color (decimal): -5622986 or 3552170. OLE color: 3552170.
HSL color Cylindrical-coordinate representation of color #AA3336: hue angle of 358.49º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3336 is Cyan = 0, Magento = 0.7, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 54 | - |
| CMYK | 0 | 0.7 | 0.68 | 0.33 |
| HSL | 358.49º | 0.54% | 0.43% | - |
| HSV(B) | 358.49º | 0.7% | 0.67% | - |
| XYZ | 18.43 | 11.18 | 4.68 | - |
| YUV | 86.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 54 | 0 | 0.7 | 0.68 | 0.33 | 358.49 | 0.54 | 0.43 |
| Hex | AA | 33 | 36 | 0 | 46 | 44 | 21 | 166 | 36 | 2B |
| Octal | 252 | 63 | 66 | 0 | 106 | 104 | 41 | 546 | 66 | 53 |
| Binary | 10101010 | 110011 | 110110 | 0 | 1000110 | 1000100 | 100001 | 101100110 | 110110 | 101011 |
Color Harmonies of #AA3336
Complementary color
Monochromatic Colors of #AA3336
Black with #AA3336
Text Example
Text Example
White with #AA3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3336; }
p { color: rgb(170,51,54); }
H1.HeaderClassName
{
color: #AA3336;
}
.AnyTagClassName
{
color: #AA3336;
}
</style>
background-color css
<style>
a { background-color: #AA3336; }
a { background-color: rgb(170,51,54); }
div.DivClassName
{
background-color: #AA3336;
}
.BgClassName
{
background-color: #AA3336;
}
</style>
border-color css
<style>
span { border-color: #AA3336; }
span { border-color: rgb(170,51,54); }
td.TdClassName
{
border-color: #AA3336;
}
.TagClassName
{
border-color: #AA3336;
}
</style>