Shades of Guardsman Red #AA1A1E
Tints of Guardsman Red #AA1A1E
RGB
CMYK
RGB Variations
Color information
#AA1A1E (or 0xAA1A1E) is known color: Guardsman Red. HEX triplet: AA, 1A and 1E. RGB value is (170,26,30). Sum of RGB (Red+Green+Blue) = 170+26+30=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A1E is #55E5E1. Grayscale: #454545. Windows color (decimal): -5629410 or 1972906. OLE color: 1972906.
HSL color Cylindrical-coordinate representation of color #AA1A1E: hue angle of 358.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A1E is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 30 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.33 |
| HSL | 358.33º | 0.73% | 0.38% | - |
| HSV(B) | 358.33º | 0.85% | 0.67% | - |
| XYZ | 17.18 | 9.38 | 2.13 | - |
| YUV | 69.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 30 | 0 | 0.85 | 0.82 | 0.33 | 358.33 | 0.73 | 0.38 |
| Hex | AA | 1A | 1E | 0 | 55 | 52 | 21 | 166 | 49 | 26 |
| Octal | 252 | 32 | 36 | 0 | 125 | 122 | 41 | 546 | 111 | 46 |
| Binary | 10101010 | 11010 | 11110 | 0 | 1010101 | 1010010 | 100001 | 101100110 | 1001001 | 100110 |
Color Harmonies of #AA1A1E
Complementary color
Monochromatic Colors of #AA1A1E
Black with #AA1A1E
Text Example
Text Example
White with #AA1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A1E; }
p { color: rgb(170,26,30); }
H1.HeaderClassName
{
color: #AA1A1E;
}
.AnyTagClassName
{
color: #AA1A1E;
}
</style>
background-color css
<style>
a { background-color: #AA1A1E; }
a { background-color: rgb(170,26,30); }
div.DivClassName
{
background-color: #AA1A1E;
}
.BgClassName
{
background-color: #AA1A1E;
}
</style>
border-color css
<style>
span { border-color: #AA1A1E; }
span { border-color: rgb(170,26,30); }
td.TdClassName
{
border-color: #AA1A1E;
}
.TagClassName
{
border-color: #AA1A1E;
}
</style>