Shades of Guardsman Red #AB2B3A
Tints of Guardsman Red #AB2B3A
RGB
CMYK
RGB Variations
Color information
#AB2B3A (or 0xAB2B3A) is known color: Guardsman Red. HEX triplet: AB, 2B and 3A. RGB value is (171,43,58). Sum of RGB (Red+Green+Blue) = 171+43+58=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B3A is #54D4C5. Grayscale: #535353. Windows color (decimal): -5559494 or 3812267. OLE color: 3812267.
HSL color Cylindrical-coordinate representation of color #AB2B3A: hue angle of 352.97º degrees, saturation: 0.6, 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 #AB2B3A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 58 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.33 |
| HSL | 352.97º | 0.6% | 0.42% | - |
| HSV(B) | 352.97º | 0.75% | 0.67% | - |
| XYZ | 18.42 | 10.69 | 5.1 | - |
| YUV | 82.98 | 113.91 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 58 | 0 | 0.75 | 0.66 | 0.33 | 352.97 | 0.6 | 0.42 |
| Hex | AB | 2B | 3A | 0 | 4B | 42 | 21 | 161 | 3C | 2A |
| Octal | 253 | 53 | 72 | 0 | 113 | 102 | 41 | 541 | 74 | 52 |
| Binary | 10101011 | 101011 | 111010 | 0 | 1001011 | 1000010 | 100001 | 101100001 | 111100 | 101010 |
Color Harmonies of #AB2B3A
Complementary color
Monochromatic Colors of #AB2B3A
Black with #AB2B3A
Text Example
Text Example
White with #AB2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B3A; }
p { color: rgb(171,43,58); }
H1.HeaderClassName
{
color: #AB2B3A;
}
.AnyTagClassName
{
color: #AB2B3A;
}
</style>
background-color css
<style>
a { background-color: #AB2B3A; }
a { background-color: rgb(171,43,58); }
div.DivClassName
{
background-color: #AB2B3A;
}
.BgClassName
{
background-color: #AB2B3A;
}
</style>
border-color css
<style>
span { border-color: #AB2B3A; }
span { border-color: rgb(171,43,58); }
td.TdClassName
{
border-color: #AB2B3A;
}
.TagClassName
{
border-color: #AB2B3A;
}
</style>