Shades of Guardsman Red #AB2528
Tints of Guardsman Red #AB2528
RGB
CMYK
RGB Variations
Color information
#AB2528 (or 0xAB2528) is known color: Guardsman Red. HEX triplet: AB, 25 and 28. RGB value is (171,37,40). Sum of RGB (Red+Green+Blue) = 171+37+40=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2528 is #54DAD7. Grayscale: #4D4D4D. Windows color (decimal): -5561048 or 2631083. OLE color: 2631083.
HSL color Cylindrical-coordinate representation of color #AB2528: hue angle of 358.66º 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 #AB2528 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 40 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.33 |
| HSL | 358.66º | 0.64% | 0.41% | - |
| HSV(B) | 358.66º | 0.78% | 0.67% | - |
| XYZ | 17.84 | 10.13 | 3.02 | - |
| YUV | 77.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 40 | 0 | 0.78 | 0.77 | 0.33 | 358.66 | 0.64 | 0.41 |
| Hex | AB | 25 | 28 | 0 | 4E | 4D | 21 | 167 | 40 | 29 |
| Octal | 253 | 45 | 50 | 0 | 116 | 115 | 41 | 547 | 100 | 51 |
| Binary | 10101011 | 100101 | 101000 | 0 | 1001110 | 1001101 | 100001 | 101100111 | 1000000 | 101001 |
Color Harmonies of #AB2528
Complementary color
Monochromatic Colors of #AB2528
Black with #AB2528
Text Example
Text Example
White with #AB2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2528; }
p { color: rgb(171,37,40); }
H1.HeaderClassName
{
color: #AB2528;
}
.AnyTagClassName
{
color: #AB2528;
}
</style>
background-color css
<style>
a { background-color: #AB2528; }
a { background-color: rgb(171,37,40); }
div.DivClassName
{
background-color: #AB2528;
}
.BgClassName
{
background-color: #AB2528;
}
</style>
border-color css
<style>
span { border-color: #AB2528; }
span { border-color: rgb(171,37,40); }
td.TdClassName
{
border-color: #AB2528;
}
.TagClassName
{
border-color: #AB2528;
}
</style>