Shades of Guardsman Red #AB393E
Tints of Guardsman Red #AB393E
RGB
CMYK
RGB Variations
Color information
#AB393E (or 0xAB393E) is known color: Guardsman Red. HEX triplet: AB, 39 and 3E. RGB value is (171,57,62). Sum of RGB (Red+Green+Blue) = 171+57+62=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB393E is #54C6C1. Grayscale: #5B5B5B. Windows color (decimal): -5555906 or 4077995. OLE color: 4077995.
HSL color Cylindrical-coordinate representation of color #AB393E: hue angle of 357.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB393E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 62 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.33 |
| HSL | 357.37º | 0.5% | 0.45% | - |
| HSV(B) | 357.37º | 0.67% | 0.67% | - |
| XYZ | 19.13 | 11.93 | 5.85 | - |
| YUV | 91.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 62 | 0 | 0.67 | 0.64 | 0.33 | 357.37 | 0.5 | 0.45 |
| Hex | AB | 39 | 3E | 0 | 43 | 40 | 21 | 165 | 32 | 2D |
| Octal | 253 | 71 | 76 | 0 | 103 | 100 | 41 | 545 | 62 | 55 |
| Binary | 10101011 | 111001 | 111110 | 0 | 1000011 | 1000000 | 100001 | 101100101 | 110010 | 101101 |
Color Harmonies of #AB393E
Complementary color
Monochromatic Colors of #AB393E
Black with #AB393E
Text Example
Text Example
White with #AB393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB393E; }
p { color: rgb(171,57,62); }
H1.HeaderClassName
{
color: #AB393E;
}
.AnyTagClassName
{
color: #AB393E;
}
</style>
background-color css
<style>
a { background-color: #AB393E; }
a { background-color: rgb(171,57,62); }
div.DivClassName
{
background-color: #AB393E;
}
.BgClassName
{
background-color: #AB393E;
}
</style>
border-color css
<style>
span { border-color: #AB393E; }
span { border-color: rgb(171,57,62); }
td.TdClassName
{
border-color: #AB393E;
}
.TagClassName
{
border-color: #AB393E;
}
</style>