Shades of Guardsman Red #AB2A3A
Tints of Guardsman Red #AB2A3A
RGB
CMYK
RGB Variations
Color information
#AB2A3A (or 0xAB2A3A) is known color: Guardsman Red. HEX triplet: AB, 2A and 3A. RGB value is (171,42,58). Sum of RGB (Red+Green+Blue) = 171+42+58=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A3A is #54D5C5. Grayscale: #525252. Windows color (decimal): -5559750 or 3812011. OLE color: 3812011.
HSL color Cylindrical-coordinate representation of color #AB2A3A: hue angle of 352.56º 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 #AB2A3A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 58 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.33 |
| HSL | 352.56º | 0.61% | 0.42% | - |
| HSV(B) | 352.56º | 0.75% | 0.67% | - |
| XYZ | 18.39 | 10.62 | 5.08 | - |
| YUV | 82.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 58 | 0 | 0.75 | 0.66 | 0.33 | 352.56 | 0.61 | 0.42 |
| Hex | AB | 2A | 3A | 0 | 4B | 42 | 21 | 161 | 3D | 2A |
| Octal | 253 | 52 | 72 | 0 | 113 | 102 | 41 | 541 | 75 | 52 |
| Binary | 10101011 | 101010 | 111010 | 0 | 1001011 | 1000010 | 100001 | 101100001 | 111101 | 101010 |
Color Harmonies of #AB2A3A
Complementary color
Monochromatic Colors of #AB2A3A
Black with #AB2A3A
Text Example
Text Example
White with #AB2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A3A; }
p { color: rgb(171,42,58); }
H1.HeaderClassName
{
color: #AB2A3A;
}
.AnyTagClassName
{
color: #AB2A3A;
}
</style>
background-color css
<style>
a { background-color: #AB2A3A; }
a { background-color: rgb(171,42,58); }
div.DivClassName
{
background-color: #AB2A3A;
}
.BgClassName
{
background-color: #AB2A3A;
}
</style>
border-color css
<style>
span { border-color: #AB2A3A; }
span { border-color: rgb(171,42,58); }
td.TdClassName
{
border-color: #AB2A3A;
}
.TagClassName
{
border-color: #AB2A3A;
}
</style>