Shades of Guardsman Red #AB292B
Tints of Guardsman Red #AB292B
RGB
CMYK
RGB Variations
Color information
#AB292B (or 0xAB292B) is known color: Guardsman Red. HEX triplet: AB, 29 and 2B. RGB value is (171,41,43). Sum of RGB (Red+Green+Blue) = 171+41+43=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB292B is #54D6D4. Grayscale: #505050. Windows color (decimal): -5560021 or 2828715. OLE color: 2828715.
HSL color Cylindrical-coordinate representation of color #AB292B: hue angle of 359.08º 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 #AB292B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 43 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.33 |
| HSL | 359.08º | 0.61% | 0.42% | - |
| HSV(B) | 359.08º | 0.76% | 0.67% | - |
| XYZ | 18.02 | 10.42 | 3.35 | - |
| YUV | 80.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 43 | 0 | 0.76 | 0.75 | 0.33 | 359.08 | 0.61 | 0.42 |
| Hex | AB | 29 | 2B | 0 | 4C | 4B | 21 | 167 | 3D | 2A |
| Octal | 253 | 51 | 53 | 0 | 114 | 113 | 41 | 547 | 75 | 52 |
| Binary | 10101011 | 101001 | 101011 | 0 | 1001100 | 1001011 | 100001 | 101100111 | 111101 | 101010 |
Color Harmonies of #AB292B
Complementary color
Monochromatic Colors of #AB292B
Black with #AB292B
Text Example
Text Example
White with #AB292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB292B; }
p { color: rgb(171,41,43); }
H1.HeaderClassName
{
color: #AB292B;
}
.AnyTagClassName
{
color: #AB292B;
}
</style>
background-color css
<style>
a { background-color: #AB292B; }
a { background-color: rgb(171,41,43); }
div.DivClassName
{
background-color: #AB292B;
}
.BgClassName
{
background-color: #AB292B;
}
</style>
border-color css
<style>
span { border-color: #AB292B; }
span { border-color: rgb(171,41,43); }
td.TdClassName
{
border-color: #AB292B;
}
.TagClassName
{
border-color: #AB292B;
}
</style>