Shades of Guardsman Red #AB292E
Tints of Guardsman Red #AB292E
RGB
CMYK
RGB Variations
Color information
#AB292E (or 0xAB292E) is known color: Guardsman Red. HEX triplet: AB, 29 and 2E. RGB value is (171,41,46). Sum of RGB (Red+Green+Blue) = 171+41+46=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB292E is #54D6D1. Grayscale: #505050. Windows color (decimal): -5560018 or 3025323. OLE color: 3025323.
HSL color Cylindrical-coordinate representation of color #AB292E: hue angle of 357.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB292E is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 46 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.33 |
| HSL | 357.69º | 0.61% | 0.42% | - |
| HSV(B) | 357.69º | 0.76% | 0.67% | - |
| XYZ | 18.08 | 10.44 | 3.65 | - |
| YUV | 80.44 | 108.57 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 46 | 0 | 0.76 | 0.73 | 0.33 | 357.69 | 0.61 | 0.42 |
| Hex | AB | 29 | 2E | 0 | 4C | 49 | 21 | 166 | 3D | 2A |
| Octal | 253 | 51 | 56 | 0 | 114 | 111 | 41 | 546 | 75 | 52 |
| Binary | 10101011 | 101001 | 101110 | 0 | 1001100 | 1001001 | 100001 | 101100110 | 111101 | 101010 |
Color Harmonies of #AB292E
Complementary color
Monochromatic Colors of #AB292E
Black with #AB292E
Text Example
Text Example
White with #AB292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB292E; }
p { color: rgb(171,41,46); }
H1.HeaderClassName
{
color: #AB292E;
}
.AnyTagClassName
{
color: #AB292E;
}
</style>
background-color css
<style>
a { background-color: #AB292E; }
a { background-color: rgb(171,41,46); }
div.DivClassName
{
background-color: #AB292E;
}
.BgClassName
{
background-color: #AB292E;
}
</style>
border-color css
<style>
span { border-color: #AB292E; }
span { border-color: rgb(171,41,46); }
td.TdClassName
{
border-color: #AB292E;
}
.TagClassName
{
border-color: #AB292E;
}
</style>