Shades of Guardsman Red #AB1F20
Tints of Guardsman Red #AB1F20
RGB
CMYK
RGB Variations
Color information
#AB1F20 (or 0xAB1F20) is known color: Guardsman Red. HEX triplet: AB, 1F and 20. RGB value is (171,31,32). Sum of RGB (Red+Green+Blue) = 171+31+32=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F20 is #54E0DF. Grayscale: #494949. Windows color (decimal): -5562592 or 2105259. OLE color: 2105259.
HSL color Cylindrical-coordinate representation of color #AB1F20: hue angle of 359.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F20 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 32 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.33 |
| HSL | 359.57º | 0.69% | 0.4% | - |
| HSV(B) | 359.57º | 0.82% | 0.67% | - |
| XYZ | 17.55 | 9.74 | 2.32 | - |
| YUV | 72.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 32 | 0 | 0.82 | 0.81 | 0.33 | 359.57 | 0.69 | 0.4 |
| Hex | AB | 1F | 20 | 0 | 52 | 51 | 21 | 168 | 45 | 28 |
| Octal | 253 | 37 | 40 | 0 | 122 | 121 | 41 | 550 | 105 | 50 |
| Binary | 10101011 | 11111 | 100000 | 0 | 1010010 | 1010001 | 100001 | 101101000 | 1000101 | 101000 |
Color Harmonies of #AB1F20
Complementary color
Monochromatic Colors of #AB1F20
Black with #AB1F20
Text Example
Text Example
White with #AB1F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F20; }
p { color: rgb(171,31,32); }
H1.HeaderClassName
{
color: #AB1F20;
}
.AnyTagClassName
{
color: #AB1F20;
}
</style>
background-color css
<style>
a { background-color: #AB1F20; }
a { background-color: rgb(171,31,32); }
div.DivClassName
{
background-color: #AB1F20;
}
.BgClassName
{
background-color: #AB1F20;
}
</style>
border-color css
<style>
span { border-color: #AB1F20; }
span { border-color: rgb(171,31,32); }
td.TdClassName
{
border-color: #AB1F20;
}
.TagClassName
{
border-color: #AB1F20;
}
</style>