Shades of Guardsman Red #AA333D
Tints of Guardsman Red #AA333D
RGB
CMYK
RGB Variations
Color information
#AA333D (or 0xAA333D) is known color: Guardsman Red. HEX triplet: AA, 33 and 3D. RGB value is (170,51,61). Sum of RGB (Red+Green+Blue) = 170+51+61=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA333D is #55CCC2. Grayscale: #575757. Windows color (decimal): -5622979 or 4010922. OLE color: 4010922.
HSL color Cylindrical-coordinate representation of color #AA333D: hue angle of 354.96º 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 #AA333D is Cyan = 0, Magento = 0.7, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 61 | - |
| CMYK | 0 | 0.7 | 0.64 | 0.33 |
| HSL | 354.96º | 0.54% | 0.43% | - |
| HSV(B) | 354.96º | 0.7% | 0.67% | - |
| XYZ | 18.6 | 11.25 | 5.61 | - |
| YUV | 87.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 61 | 0 | 0.7 | 0.64 | 0.33 | 354.96 | 0.54 | 0.43 |
| Hex | AA | 33 | 3D | 0 | 46 | 40 | 21 | 163 | 36 | 2B |
| Octal | 252 | 63 | 75 | 0 | 106 | 100 | 41 | 543 | 66 | 53 |
| Binary | 10101010 | 110011 | 111101 | 0 | 1000110 | 1000000 | 100001 | 101100011 | 110110 | 101011 |
Color Harmonies of #AA333D
Complementary color
Monochromatic Colors of #AA333D
Black with #AA333D
Text Example
Text Example
White with #AA333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA333D; }
p { color: rgb(170,51,61); }
H1.HeaderClassName
{
color: #AA333D;
}
.AnyTagClassName
{
color: #AA333D;
}
</style>
background-color css
<style>
a { background-color: #AA333D; }
a { background-color: rgb(170,51,61); }
div.DivClassName
{
background-color: #AA333D;
}
.BgClassName
{
background-color: #AA333D;
}
</style>
border-color css
<style>
span { border-color: #AA333D; }
span { border-color: rgb(170,51,61); }
td.TdClassName
{
border-color: #AA333D;
}
.TagClassName
{
border-color: #AA333D;
}
</style>