Shades of Guardsman Red #AA1F2D
Tints of Guardsman Red #AA1F2D
RGB
CMYK
RGB Variations
Color information
#AA1F2D (or 0xAA1F2D) is known color: Guardsman Red. HEX triplet: AA, 1F and 2D. RGB value is (170,31,45). Sum of RGB (Red+Green+Blue) = 170+31+45=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F2D is #55E0D2. Grayscale: #4A4A4A. Windows color (decimal): -5628115 or 2957226. OLE color: 2957226.
HSL color Cylindrical-coordinate representation of color #AA1F2D: hue angle of 353.96º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F2D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 45 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.33 |
| HSL | 353.96º | 0.69% | 0.39% | - |
| HSV(B) | 353.96º | 0.82% | 0.67% | - |
| XYZ | 17.54 | 9.72 | 3.43 | - |
| YUV | 74.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 45 | 0 | 0.82 | 0.74 | 0.33 | 353.96 | 0.69 | 0.39 |
| Hex | AA | 1F | 2D | 0 | 52 | 4A | 21 | 162 | 45 | 27 |
| Octal | 252 | 37 | 55 | 0 | 122 | 112 | 41 | 542 | 105 | 47 |
| Binary | 10101010 | 11111 | 101101 | 0 | 1010010 | 1001010 | 100001 | 101100010 | 1000101 | 100111 |
Color Harmonies of #AA1F2D
Complementary color
Monochromatic Colors of #AA1F2D
Black with #AA1F2D
Text Example
Text Example
White with #AA1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F2D; }
p { color: rgb(170,31,45); }
H1.HeaderClassName
{
color: #AA1F2D;
}
.AnyTagClassName
{
color: #AA1F2D;
}
</style>
background-color css
<style>
a { background-color: #AA1F2D; }
a { background-color: rgb(170,31,45); }
div.DivClassName
{
background-color: #AA1F2D;
}
.BgClassName
{
background-color: #AA1F2D;
}
</style>
border-color css
<style>
span { border-color: #AA1F2D; }
span { border-color: rgb(170,31,45); }
td.TdClassName
{
border-color: #AA1F2D;
}
.TagClassName
{
border-color: #AA1F2D;
}
</style>