Shades of Guardsman Red #AA212D
Tints of Guardsman Red #AA212D
RGB
CMYK
RGB Variations
Color information
#AA212D (or 0xAA212D) is known color: Guardsman Red. HEX triplet: AA, 21 and 2D. RGB value is (170,33,45). Sum of RGB (Red+Green+Blue) = 170+33+45=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA212D is #55DED2. Grayscale: #4B4B4B. Windows color (decimal): -5627603 or 2957738. OLE color: 2957738.
HSL color Cylindrical-coordinate representation of color #AA212D: hue angle of 354.74º 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 #AA212D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 45 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.33 |
| HSL | 354.74º | 0.67% | 0.4% | - |
| HSV(B) | 354.74º | 0.81% | 0.67% | - |
| XYZ | 17.6 | 9.82 | 3.45 | - |
| YUV | 75.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 45 | 0 | 0.81 | 0.74 | 0.33 | 354.74 | 0.67 | 0.4 |
| Hex | AA | 21 | 2D | 0 | 51 | 4A | 21 | 163 | 43 | 28 |
| Octal | 252 | 41 | 55 | 0 | 121 | 112 | 41 | 543 | 103 | 50 |
| Binary | 10101010 | 100001 | 101101 | 0 | 1010001 | 1001010 | 100001 | 101100011 | 1000011 | 101000 |
Color Harmonies of #AA212D
Complementary color
Monochromatic Colors of #AA212D
Black with #AA212D
Text Example
Text Example
White with #AA212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA212D; }
p { color: rgb(170,33,45); }
H1.HeaderClassName
{
color: #AA212D;
}
.AnyTagClassName
{
color: #AA212D;
}
</style>
background-color css
<style>
a { background-color: #AA212D; }
a { background-color: rgb(170,33,45); }
div.DivClassName
{
background-color: #AA212D;
}
.BgClassName
{
background-color: #AA212D;
}
</style>
border-color css
<style>
span { border-color: #AA212D; }
span { border-color: rgb(170,33,45); }
td.TdClassName
{
border-color: #AA212D;
}
.TagClassName
{
border-color: #AA212D;
}
</style>