Shades of Guardsman Red #AB393D
Tints of Guardsman Red #AB393D
RGB
CMYK
RGB Variations
Color information
#AB393D (or 0xAB393D) is known color: Guardsman Red. HEX triplet: AB, 39 and 3D. RGB value is (171,57,61). Sum of RGB (Red+Green+Blue) = 171+57+61=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB393D is #54C6C2. Grayscale: #5B5B5B. Windows color (decimal): -5555907 or 4012459. OLE color: 4012459.
HSL color Cylindrical-coordinate representation of color #AB393D: hue angle of 357.89º 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 #AB393D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 61 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.33 |
| HSL | 357.89º | 0.5% | 0.45% | - |
| HSV(B) | 357.89º | 0.67% | 0.67% | - |
| XYZ | 19.1 | 11.92 | 5.71 | - |
| YUV | 91.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 61 | 0 | 0.67 | 0.64 | 0.33 | 357.89 | 0.5 | 0.45 |
| Hex | AB | 39 | 3D | 0 | 43 | 40 | 21 | 166 | 32 | 2D |
| Octal | 253 | 71 | 75 | 0 | 103 | 100 | 41 | 546 | 62 | 55 |
| Binary | 10101011 | 111001 | 111101 | 0 | 1000011 | 1000000 | 100001 | 101100110 | 110010 | 101101 |
Color Harmonies of #AB393D
Complementary color
Monochromatic Colors of #AB393D
Black with #AB393D
Text Example
Text Example
White with #AB393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB393D; }
p { color: rgb(171,57,61); }
H1.HeaderClassName
{
color: #AB393D;
}
.AnyTagClassName
{
color: #AB393D;
}
</style>
background-color css
<style>
a { background-color: #AB393D; }
a { background-color: rgb(171,57,61); }
div.DivClassName
{
background-color: #AB393D;
}
.BgClassName
{
background-color: #AB393D;
}
</style>
border-color css
<style>
span { border-color: #AB393D; }
span { border-color: rgb(171,57,61); }
td.TdClassName
{
border-color: #AB393D;
}
.TagClassName
{
border-color: #AB393D;
}
</style>