Shades of Guardsman Red #AB2A2E
Tints of Guardsman Red #AB2A2E
RGB
CMYK
RGB Variations
Color information
#AB2A2E (or 0xAB2A2E) is known color: Guardsman Red. HEX triplet: AB, 2A and 2E. RGB value is (171,42,46). Sum of RGB (Red+Green+Blue) = 171+42+46=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A2E is #54D5D1. Grayscale: #515151. Windows color (decimal): -5559762 or 3025579. OLE color: 3025579.
HSL color Cylindrical-coordinate representation of color #AB2A2E: hue angle of 358.14º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2A2E is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 46 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.33 |
| HSL | 358.14º | 0.61% | 0.42% | - |
| HSV(B) | 358.14º | 0.75% | 0.67% | - |
| XYZ | 18.12 | 10.51 | 3.66 | - |
| YUV | 81.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 46 | 0 | 0.75 | 0.73 | 0.33 | 358.14 | 0.61 | 0.42 |
| Hex | AB | 2A | 2E | 0 | 4B | 49 | 21 | 166 | 3D | 2A |
| Octal | 253 | 52 | 56 | 0 | 113 | 111 | 41 | 546 | 75 | 52 |
| Binary | 10101011 | 101010 | 101110 | 0 | 1001011 | 1001001 | 100001 | 101100110 | 111101 | 101010 |
Color Harmonies of #AB2A2E
Complementary color
Monochromatic Colors of #AB2A2E
Black with #AB2A2E
Text Example
Text Example
White with #AB2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A2E; }
p { color: rgb(171,42,46); }
H1.HeaderClassName
{
color: #AB2A2E;
}
.AnyTagClassName
{
color: #AB2A2E;
}
</style>
background-color css
<style>
a { background-color: #AB2A2E; }
a { background-color: rgb(171,42,46); }
div.DivClassName
{
background-color: #AB2A2E;
}
.BgClassName
{
background-color: #AB2A2E;
}
</style>
border-color css
<style>
span { border-color: #AB2A2E; }
span { border-color: rgb(171,42,46); }
td.TdClassName
{
border-color: #AB2A2E;
}
.TagClassName
{
border-color: #AB2A2E;
}
</style>