Shades of Guardsman Red #AB2131
Tints of Guardsman Red #AB2131
RGB
CMYK
RGB Variations
Color information
#AB2131 (or 0xAB2131) is known color: Guardsman Red. HEX triplet: AB, 21 and 31. RGB value is (171,33,49). Sum of RGB (Red+Green+Blue) = 171+33+49=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2131 is #54DECE. Grayscale: #4C4C4C. Windows color (decimal): -5562063 or 3219883. OLE color: 3219883.
HSL color Cylindrical-coordinate representation of color #AB2131: hue angle of 353.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2131 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 49 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.33 |
| HSL | 353.04º | 0.68% | 0.4% | - |
| HSV(B) | 353.04º | 0.81% | 0.67% | - |
| XYZ | 17.89 | 9.97 | 3.89 | - |
| YUV | 76.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 49 | 0 | 0.81 | 0.71 | 0.33 | 353.04 | 0.68 | 0.4 |
| Hex | AB | 21 | 31 | 0 | 51 | 47 | 21 | 161 | 44 | 28 |
| Octal | 253 | 41 | 61 | 0 | 121 | 107 | 41 | 541 | 104 | 50 |
| Binary | 10101011 | 100001 | 110001 | 0 | 1010001 | 1000111 | 100001 | 101100001 | 1000100 | 101000 |
Color Harmonies of #AB2131
Complementary color
Monochromatic Colors of #AB2131
Black with #AB2131
Text Example
Text Example
White with #AB2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2131; }
p { color: rgb(171,33,49); }
H1.HeaderClassName
{
color: #AB2131;
}
.AnyTagClassName
{
color: #AB2131;
}
</style>
background-color css
<style>
a { background-color: #AB2131; }
a { background-color: rgb(171,33,49); }
div.DivClassName
{
background-color: #AB2131;
}
.BgClassName
{
background-color: #AB2131;
}
</style>
border-color css
<style>
span { border-color: #AB2131; }
span { border-color: rgb(171,33,49); }
td.TdClassName
{
border-color: #AB2131;
}
.TagClassName
{
border-color: #AB2131;
}
</style>