Shades of Guardsman Red #AB2E3A
Tints of Guardsman Red #AB2E3A
RGB
CMYK
RGB Variations
Color information
#AB2E3A (or 0xAB2E3A) is known color: Guardsman Red. HEX triplet: AB, 2E and 3A. RGB value is (171,46,58). Sum of RGB (Red+Green+Blue) = 171+46+58=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2E3A is #54D1C5. Grayscale: #545454. Windows color (decimal): -5558726 or 3813035. OLE color: 3813035.
HSL color Cylindrical-coordinate representation of color #AB2E3A: hue angle of 354.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2E3A is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 58 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.33 |
| HSL | 354.24º | 0.58% | 0.43% | - |
| HSV(B) | 354.24º | 0.73% | 0.67% | - |
| XYZ | 18.54 | 10.92 | 5.13 | - |
| YUV | 84.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 58 | 0 | 0.73 | 0.66 | 0.33 | 354.24 | 0.58 | 0.43 |
| Hex | AB | 2E | 3A | 0 | 49 | 42 | 21 | 162 | 3A | 2B |
| Octal | 253 | 56 | 72 | 0 | 111 | 102 | 41 | 542 | 72 | 53 |
| Binary | 10101011 | 101110 | 111010 | 0 | 1001001 | 1000010 | 100001 | 101100010 | 111010 | 101011 |
Color Harmonies of #AB2E3A
Complementary color
Monochromatic Colors of #AB2E3A
Black with #AB2E3A
Text Example
Text Example
White with #AB2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E3A; }
p { color: rgb(171,46,58); }
H1.HeaderClassName
{
color: #AB2E3A;
}
.AnyTagClassName
{
color: #AB2E3A;
}
</style>
background-color css
<style>
a { background-color: #AB2E3A; }
a { background-color: rgb(171,46,58); }
div.DivClassName
{
background-color: #AB2E3A;
}
.BgClassName
{
background-color: #AB2E3A;
}
</style>
border-color css
<style>
span { border-color: #AB2E3A; }
span { border-color: rgb(171,46,58); }
td.TdClassName
{
border-color: #AB2E3A;
}
.TagClassName
{
border-color: #AB2E3A;
}
</style>