Shades of Guardsman Red #AA2528
Tints of Guardsman Red #AA2528
RGB
CMYK
RGB Variations
Color information
#AA2528 (or 0xAA2528) is known color: Guardsman Red. HEX triplet: AA, 25 and 28. RGB value is (170,37,40). Sum of RGB (Red+Green+Blue) = 170+37+40=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2528 is #55DAD7. Grayscale: #4D4D4D. Windows color (decimal): -5626584 or 2631082. OLE color: 2631082.
HSL color Cylindrical-coordinate representation of color #AA2528: hue angle of 358.65º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2528 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 40 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.33 |
| HSL | 358.65º | 0.64% | 0.41% | - |
| HSV(B) | 358.65º | 0.78% | 0.67% | - |
| XYZ | 17.62 | 10.02 | 3.01 | - |
| YUV | 77.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 40 | 0 | 0.78 | 0.76 | 0.33 | 358.65 | 0.64 | 0.41 |
| Hex | AA | 25 | 28 | 0 | 4E | 4C | 21 | 167 | 40 | 29 |
| Octal | 252 | 45 | 50 | 0 | 116 | 114 | 41 | 547 | 100 | 51 |
| Binary | 10101010 | 100101 | 101000 | 0 | 1001110 | 1001100 | 100001 | 101100111 | 1000000 | 101001 |
Color Harmonies of #AA2528
Complementary color
Monochromatic Colors of #AA2528
Black with #AA2528
Text Example
Text Example
White with #AA2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2528; }
p { color: rgb(170,37,40); }
H1.HeaderClassName
{
color: #AA2528;
}
.AnyTagClassName
{
color: #AA2528;
}
</style>
background-color css
<style>
a { background-color: #AA2528; }
a { background-color: rgb(170,37,40); }
div.DivClassName
{
background-color: #AA2528;
}
.BgClassName
{
background-color: #AA2528;
}
</style>
border-color css
<style>
span { border-color: #AA2528; }
span { border-color: rgb(170,37,40); }
td.TdClassName
{
border-color: #AA2528;
}
.TagClassName
{
border-color: #AA2528;
}
</style>