Shades of Guardsman Red #AA232B
Tints of Guardsman Red #AA232B
RGB
CMYK
RGB Variations
Color information
#AA232B (or 0xAA232B) is known color: Guardsman Red. HEX triplet: AA, 23 and 2B. RGB value is (170,35,43). Sum of RGB (Red+Green+Blue) = 170+35+43=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA232B is #55DCD4. Grayscale: #4C4C4C. Windows color (decimal): -5627093 or 2827178. OLE color: 2827178.
HSL color Cylindrical-coordinate representation of color #AA232B: hue angle of 356.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA232B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 43 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.33 |
| HSL | 356.44º | 0.66% | 0.4% | - |
| HSV(B) | 356.44º | 0.79% | 0.67% | - |
| XYZ | 17.61 | 9.92 | 3.27 | - |
| YUV | 76.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 43 | 0 | 0.79 | 0.75 | 0.33 | 356.44 | 0.66 | 0.4 |
| Hex | AA | 23 | 2B | 0 | 4F | 4B | 21 | 164 | 42 | 28 |
| Octal | 252 | 43 | 53 | 0 | 117 | 113 | 41 | 544 | 102 | 50 |
| Binary | 10101010 | 100011 | 101011 | 0 | 1001111 | 1001011 | 100001 | 101100100 | 1000010 | 101000 |
Color Harmonies of #AA232B
Complementary color
Monochromatic Colors of #AA232B
Black with #AA232B
Text Example
Text Example
White with #AA232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA232B; }
p { color: rgb(170,35,43); }
H1.HeaderClassName
{
color: #AA232B;
}
.AnyTagClassName
{
color: #AA232B;
}
</style>
background-color css
<style>
a { background-color: #AA232B; }
a { background-color: rgb(170,35,43); }
div.DivClassName
{
background-color: #AA232B;
}
.BgClassName
{
background-color: #AA232B;
}
</style>
border-color css
<style>
span { border-color: #AA232B; }
span { border-color: rgb(170,35,43); }
td.TdClassName
{
border-color: #AA232B;
}
.TagClassName
{
border-color: #AA232B;
}
</style>