Shades of Guardsman Red #AA2526
Tints of Guardsman Red #AA2526
RGB
CMYK
RGB Variations
Color information
#AA2526 (or 0xAA2526) is known color: Guardsman Red. HEX triplet: AA, 25 and 26. RGB value is (170,37,38). Sum of RGB (Red+Green+Blue) = 170+37+38=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2526 is #55DAD9. Grayscale: #4D4D4D. Windows color (decimal): -5626586 or 2500010. OLE color: 2500010.
HSL color Cylindrical-coordinate representation of color #AA2526: hue angle of 359.55º 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 #AA2526 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 38 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.33 |
| HSL | 359.55º | 0.64% | 0.41% | - |
| HSV(B) | 359.55º | 0.78% | 0.67% | - |
| XYZ | 17.59 | 10.01 | 2.84 | - |
| YUV | 76.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 38 | 0 | 0.78 | 0.78 | 0.33 | 359.55 | 0.64 | 0.41 |
| Hex | AA | 25 | 26 | 0 | 4E | 4E | 21 | 168 | 40 | 29 |
| Octal | 252 | 45 | 46 | 0 | 116 | 116 | 41 | 550 | 100 | 51 |
| Binary | 10101010 | 100101 | 100110 | 0 | 1001110 | 1001110 | 100001 | 101101000 | 1000000 | 101001 |
Color Harmonies of #AA2526
Complementary color
Monochromatic Colors of #AA2526
Black with #AA2526
Text Example
Text Example
White with #AA2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2526; }
p { color: rgb(170,37,38); }
H1.HeaderClassName
{
color: #AA2526;
}
.AnyTagClassName
{
color: #AA2526;
}
</style>
background-color css
<style>
a { background-color: #AA2526; }
a { background-color: rgb(170,37,38); }
div.DivClassName
{
background-color: #AA2526;
}
.BgClassName
{
background-color: #AA2526;
}
</style>
border-color css
<style>
span { border-color: #AA2526; }
span { border-color: rgb(170,37,38); }
td.TdClassName
{
border-color: #AA2526;
}
.TagClassName
{
border-color: #AA2526;
}
</style>