Shades of Guardsman Red #AB2526
Tints of Guardsman Red #AB2526
RGB
CMYK
RGB Variations
Color information
#AB2526 (or 0xAB2526) is known color: Guardsman Red. HEX triplet: AB, 25 and 26. RGB value is (171,37,38). Sum of RGB (Red+Green+Blue) = 171+37+38=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2526 is #54DAD9. Grayscale: #4D4D4D. Windows color (decimal): -5561050 or 2500011. OLE color: 2500011.
HSL color Cylindrical-coordinate representation of color #AB2526: 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 #AB2526 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 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.81 | 10.12 | 2.85 | - |
| YUV | 77.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 38 | 0 | 0.78 | 0.78 | 0.33 | 359.55 | 0.64 | 0.41 |
| Hex | AB | 25 | 26 | 0 | 4E | 4E | 21 | 168 | 40 | 29 |
| Octal | 253 | 45 | 46 | 0 | 116 | 116 | 41 | 550 | 100 | 51 |
| Binary | 10101011 | 100101 | 100110 | 0 | 1001110 | 1001110 | 100001 | 101101000 | 1000000 | 101001 |
Color Harmonies of #AB2526
Complementary color
Monochromatic Colors of #AB2526
Black with #AB2526
Text Example
Text Example
White with #AB2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2526; }
p { color: rgb(171,37,38); }
H1.HeaderClassName
{
color: #AB2526;
}
.AnyTagClassName
{
color: #AB2526;
}
</style>
background-color css
<style>
a { background-color: #AB2526; }
a { background-color: rgb(171,37,38); }
div.DivClassName
{
background-color: #AB2526;
}
.BgClassName
{
background-color: #AB2526;
}
</style>
border-color css
<style>
span { border-color: #AB2526; }
span { border-color: rgb(171,37,38); }
td.TdClassName
{
border-color: #AB2526;
}
.TagClassName
{
border-color: #AB2526;
}
</style>