Shades of Guardsman Red #AA232D
Tints of Guardsman Red #AA232D
RGB
CMYK
RGB Variations
Color information
#AA232D (or 0xAA232D) is known color: Guardsman Red. HEX triplet: AA, 23 and 2D. RGB value is (170,35,45). Sum of RGB (Red+Green+Blue) = 170+35+45=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA232D is #55DCD2. Grayscale: #4C4C4C. Windows color (decimal): -5627091 or 2958250. OLE color: 2958250.
HSL color Cylindrical-coordinate representation of color #AA232D: hue angle of 355.56º 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 #AA232D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 45 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.33 |
| HSL | 355.56º | 0.66% | 0.4% | - |
| HSV(B) | 355.56º | 0.79% | 0.67% | - |
| XYZ | 17.65 | 9.94 | 3.47 | - |
| YUV | 76.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 45 | 0 | 0.79 | 0.74 | 0.33 | 355.56 | 0.66 | 0.4 |
| Hex | AA | 23 | 2D | 0 | 4F | 4A | 21 | 164 | 42 | 28 |
| Octal | 252 | 43 | 55 | 0 | 117 | 112 | 41 | 544 | 102 | 50 |
| Binary | 10101010 | 100011 | 101101 | 0 | 1001111 | 1001010 | 100001 | 101100100 | 1000010 | 101000 |
Color Harmonies of #AA232D
Complementary color
Monochromatic Colors of #AA232D
Black with #AA232D
Text Example
Text Example
White with #AA232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA232D; }
p { color: rgb(170,35,45); }
H1.HeaderClassName
{
color: #AA232D;
}
.AnyTagClassName
{
color: #AA232D;
}
</style>
background-color css
<style>
a { background-color: #AA232D; }
a { background-color: rgb(170,35,45); }
div.DivClassName
{
background-color: #AA232D;
}
.BgClassName
{
background-color: #AA232D;
}
</style>
border-color css
<style>
span { border-color: #AA232D; }
span { border-color: rgb(170,35,45); }
td.TdClassName
{
border-color: #AA232D;
}
.TagClassName
{
border-color: #AA232D;
}
</style>