Shades of Guardsman Red #AA212F
Tints of Guardsman Red #AA212F
RGB
CMYK
RGB Variations
Color information
#AA212F (or 0xAA212F) is known color: Guardsman Red. HEX triplet: AA, 21 and 2F. RGB value is (170,33,47). Sum of RGB (Red+Green+Blue) = 170+33+47=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA212F is #55DED0. Grayscale: #4B4B4B. Windows color (decimal): -5627601 or 3088810. OLE color: 3088810.
HSL color Cylindrical-coordinate representation of color #AA212F: hue angle of 353.87º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA212F is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 47 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.33 |
| HSL | 353.87º | 0.67% | 0.4% | - |
| HSV(B) | 353.87º | 0.81% | 0.67% | - |
| XYZ | 17.63 | 9.84 | 3.66 | - |
| YUV | 75.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 47 | 0 | 0.81 | 0.72 | 0.33 | 353.87 | 0.67 | 0.4 |
| Hex | AA | 21 | 2F | 0 | 51 | 48 | 21 | 162 | 43 | 28 |
| Octal | 252 | 41 | 57 | 0 | 121 | 110 | 41 | 542 | 103 | 50 |
| Binary | 10101010 | 100001 | 101111 | 0 | 1010001 | 1001000 | 100001 | 101100010 | 1000011 | 101000 |
Color Harmonies of #AA212F
Complementary color
Monochromatic Colors of #AA212F
Black with #AA212F
Text Example
Text Example
White with #AA212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA212F; }
p { color: rgb(170,33,47); }
H1.HeaderClassName
{
color: #AA212F;
}
.AnyTagClassName
{
color: #AA212F;
}
</style>
background-color css
<style>
a { background-color: #AA212F; }
a { background-color: rgb(170,33,47); }
div.DivClassName
{
background-color: #AA212F;
}
.BgClassName
{
background-color: #AA212F;
}
</style>
border-color css
<style>
span { border-color: #AA212F; }
span { border-color: rgb(170,33,47); }
td.TdClassName
{
border-color: #AA212F;
}
.TagClassName
{
border-color: #AA212F;
}
</style>