Shades of Guardsman Red #AA1C23
Tints of Guardsman Red #AA1C23
RGB
CMYK
RGB Variations
Color information
#AA1C23 (or 0xAA1C23) is known color: Guardsman Red. HEX triplet: AA, 1C and 23. RGB value is (170,28,35). Sum of RGB (Red+Green+Blue) = 170+28+35=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C23 is #55E3DC. Grayscale: #474747. Windows color (decimal): -5628893 or 2301098. OLE color: 2301098.
HSL color Cylindrical-coordinate representation of color #AA1C23: hue angle of 357.04º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C23 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 35 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.33 |
| HSL | 357.04º | 0.72% | 0.39% | - |
| HSV(B) | 357.04º | 0.84% | 0.67% | - |
| XYZ | 17.3 | 9.5 | 2.51 | - |
| YUV | 71.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 35 | 0 | 0.84 | 0.79 | 0.33 | 357.04 | 0.72 | 0.39 |
| Hex | AA | 1C | 23 | 0 | 54 | 4F | 21 | 165 | 48 | 27 |
| Octal | 252 | 34 | 43 | 0 | 124 | 117 | 41 | 545 | 110 | 47 |
| Binary | 10101010 | 11100 | 100011 | 0 | 1010100 | 1001111 | 100001 | 101100101 | 1001000 | 100111 |
Color Harmonies of #AA1C23
Complementary color
Monochromatic Colors of #AA1C23
Black with #AA1C23
Text Example
Text Example
White with #AA1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C23; }
p { color: rgb(170,28,35); }
H1.HeaderClassName
{
color: #AA1C23;
}
.AnyTagClassName
{
color: #AA1C23;
}
</style>
background-color css
<style>
a { background-color: #AA1C23; }
a { background-color: rgb(170,28,35); }
div.DivClassName
{
background-color: #AA1C23;
}
.BgClassName
{
background-color: #AA1C23;
}
</style>
border-color css
<style>
span { border-color: #AA1C23; }
span { border-color: rgb(170,28,35); }
td.TdClassName
{
border-color: #AA1C23;
}
.TagClassName
{
border-color: #AA1C23;
}
</style>