Shades of Guardsman Red #AB2829
Tints of Guardsman Red #AB2829
RGB
CMYK
RGB Variations
Color information
#AB2829 (or 0xAB2829) is known color: Guardsman Red. HEX triplet: AB, 28 and 29. RGB value is (171,40,41). Sum of RGB (Red+Green+Blue) = 171+40+41=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2829 is #54D7D6. Grayscale: #4F4F4F. Windows color (decimal): -5560279 or 2697387. OLE color: 2697387.
HSL color Cylindrical-coordinate representation of color #AB2829: hue angle of 359.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2829 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 41 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.33 |
| HSL | 359.54º | 0.62% | 0.41% | - |
| HSV(B) | 359.54º | 0.77% | 0.67% | - |
| XYZ | 17.95 | 10.34 | 3.15 | - |
| YUV | 79.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 41 | 0 | 0.77 | 0.76 | 0.33 | 359.54 | 0.62 | 0.41 |
| Hex | AB | 28 | 29 | 0 | 4D | 4C | 21 | 168 | 3E | 29 |
| Octal | 253 | 50 | 51 | 0 | 115 | 114 | 41 | 550 | 76 | 51 |
| Binary | 10101011 | 101000 | 101001 | 0 | 1001101 | 1001100 | 100001 | 101101000 | 111110 | 101001 |
Color Harmonies of #AB2829
Complementary color
Monochromatic Colors of #AB2829
Black with #AB2829
Text Example
Text Example
White with #AB2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2829; }
p { color: rgb(171,40,41); }
H1.HeaderClassName
{
color: #AB2829;
}
.AnyTagClassName
{
color: #AB2829;
}
</style>
background-color css
<style>
a { background-color: #AB2829; }
a { background-color: rgb(171,40,41); }
div.DivClassName
{
background-color: #AB2829;
}
.BgClassName
{
background-color: #AB2829;
}
</style>
border-color css
<style>
span { border-color: #AB2829; }
span { border-color: rgb(171,40,41); }
td.TdClassName
{
border-color: #AB2829;
}
.TagClassName
{
border-color: #AB2829;
}
</style>