Shades of Guardsman Red #AB2A2C
Tints of Guardsman Red #AB2A2C
RGB
CMYK
RGB Variations
Color information
#AB2A2C (or 0xAB2A2C) is known color: Guardsman Red. HEX triplet: AB, 2A and 2C. RGB value is (171,42,44). Sum of RGB (Red+Green+Blue) = 171+42+44=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A2C is #54D5D3. Grayscale: #505050. Windows color (decimal): -5559764 or 2894507. OLE color: 2894507.
HSL color Cylindrical-coordinate representation of color #AB2A2C: hue angle of 359.07º 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 #AB2A2C is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 44 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.33 |
| HSL | 359.07º | 0.61% | 0.42% | - |
| HSV(B) | 359.07º | 0.75% | 0.67% | - |
| XYZ | 18.08 | 10.5 | 3.46 | - |
| YUV | 80.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 44 | 0 | 0.75 | 0.74 | 0.33 | 359.07 | 0.61 | 0.42 |
| Hex | AB | 2A | 2C | 0 | 4B | 4A | 21 | 167 | 3D | 2A |
| Octal | 253 | 52 | 54 | 0 | 113 | 112 | 41 | 547 | 75 | 52 |
| Binary | 10101011 | 101010 | 101100 | 0 | 1001011 | 1001010 | 100001 | 101100111 | 111101 | 101010 |
Color Harmonies of #AB2A2C
Complementary color
Monochromatic Colors of #AB2A2C
Black with #AB2A2C
Text Example
Text Example
White with #AB2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A2C; }
p { color: rgb(171,42,44); }
H1.HeaderClassName
{
color: #AB2A2C;
}
.AnyTagClassName
{
color: #AB2A2C;
}
</style>
background-color css
<style>
a { background-color: #AB2A2C; }
a { background-color: rgb(171,42,44); }
div.DivClassName
{
background-color: #AB2A2C;
}
.BgClassName
{
background-color: #AB2A2C;
}
</style>
border-color css
<style>
span { border-color: #AB2A2C; }
span { border-color: rgb(171,42,44); }
td.TdClassName
{
border-color: #AB2A2C;
}
.TagClassName
{
border-color: #AB2A2C;
}
</style>