Shades of Guardsman Red #AB1F2E
Tints of Guardsman Red #AB1F2E
RGB
CMYK
RGB Variations
Color information
#AB1F2E (or 0xAB1F2E) is known color: Guardsman Red. HEX triplet: AB, 1F and 2E. RGB value is (171,31,46). Sum of RGB (Red+Green+Blue) = 171+31+46=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F2E is #54E0D1. Grayscale: #4A4A4A. Windows color (decimal): -5562578 or 3022763. OLE color: 3022763.
HSL color Cylindrical-coordinate representation of color #AB1F2E: hue angle of 353.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 #AB1F2E is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 46 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.33 |
| HSL | 353.57º | 0.69% | 0.4% | - |
| HSV(B) | 353.57º | 0.82% | 0.67% | - |
| XYZ | 17.78 | 9.84 | 3.55 | - |
| YUV | 74.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 46 | 0 | 0.82 | 0.73 | 0.33 | 353.57 | 0.69 | 0.4 |
| Hex | AB | 1F | 2E | 0 | 52 | 49 | 21 | 162 | 45 | 28 |
| Octal | 253 | 37 | 56 | 0 | 122 | 111 | 41 | 542 | 105 | 50 |
| Binary | 10101011 | 11111 | 101110 | 0 | 1010010 | 1001001 | 100001 | 101100010 | 1000101 | 101000 |
Color Harmonies of #AB1F2E
Complementary color
Monochromatic Colors of #AB1F2E
Black with #AB1F2E
Text Example
Text Example
White with #AB1F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F2E; }
p { color: rgb(171,31,46); }
H1.HeaderClassName
{
color: #AB1F2E;
}
.AnyTagClassName
{
color: #AB1F2E;
}
</style>
background-color css
<style>
a { background-color: #AB1F2E; }
a { background-color: rgb(171,31,46); }
div.DivClassName
{
background-color: #AB1F2E;
}
.BgClassName
{
background-color: #AB1F2E;
}
</style>
border-color css
<style>
span { border-color: #AB1F2E; }
span { border-color: rgb(171,31,46); }
td.TdClassName
{
border-color: #AB1F2E;
}
.TagClassName
{
border-color: #AB1F2E;
}
</style>