Shades of Guardsman Red #AA1E26
Tints of Guardsman Red #AA1E26
RGB
CMYK
RGB Variations
Color information
#AA1E26 (or 0xAA1E26) is known color: Guardsman Red. HEX triplet: AA, 1E and 26. RGB value is (170,30,38). Sum of RGB (Red+Green+Blue) = 170+30+38=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E26 is #55E1D9. Grayscale: #484848. Windows color (decimal): -5628378 or 2498218. OLE color: 2498218.
HSL color Cylindrical-coordinate representation of color #AA1E26: hue angle of 356.57º degrees, saturation: 0.7, 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 #AA1E26 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 38 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.33 |
| HSL | 356.57º | 0.7% | 0.39% | - |
| HSV(B) | 356.57º | 0.82% | 0.67% | - |
| XYZ | 17.39 | 9.61 | 2.77 | - |
| YUV | 72.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 38 | 0 | 0.82 | 0.78 | 0.33 | 356.57 | 0.7 | 0.39 |
| Hex | AA | 1E | 26 | 0 | 52 | 4E | 21 | 165 | 46 | 27 |
| Octal | 252 | 36 | 46 | 0 | 122 | 116 | 41 | 545 | 106 | 47 |
| Binary | 10101010 | 11110 | 100110 | 0 | 1010010 | 1001110 | 100001 | 101100101 | 1000110 | 100111 |
Color Harmonies of #AA1E26
Complementary color
Monochromatic Colors of #AA1E26
Black with #AA1E26
Text Example
Text Example
White with #AA1E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E26; }
p { color: rgb(170,30,38); }
H1.HeaderClassName
{
color: #AA1E26;
}
.AnyTagClassName
{
color: #AA1E26;
}
</style>
background-color css
<style>
a { background-color: #AA1E26; }
a { background-color: rgb(170,30,38); }
div.DivClassName
{
background-color: #AA1E26;
}
.BgClassName
{
background-color: #AA1E26;
}
</style>
border-color css
<style>
span { border-color: #AA1E26; }
span { border-color: rgb(170,30,38); }
td.TdClassName
{
border-color: #AA1E26;
}
.TagClassName
{
border-color: #AA1E26;
}
</style>