Shades of Guardsman Red #AB343E
Tints of Guardsman Red #AB343E
RGB
CMYK
RGB Variations
Color information
#AB343E (or 0xAB343E) is known color: Guardsman Red. HEX triplet: AB, 34 and 3E. RGB value is (171,52,62). Sum of RGB (Red+Green+Blue) = 171+52+62=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB343E is #54CBC1. Grayscale: #585858. Windows color (decimal): -5557186 or 4076715. OLE color: 4076715.
HSL color Cylindrical-coordinate representation of color #AB343E: hue angle of 354.96º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB343E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 62 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.33 |
| HSL | 354.96º | 0.53% | 0.44% | - |
| HSV(B) | 354.96º | 0.7% | 0.67% | - |
| XYZ | 18.89 | 11.46 | 5.77 | - |
| YUV | 88.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 62 | 0 | 0.70 | 0.64 | 0.33 | 354.96 | 0.53 | 0.44 |
| Hex | AB | 34 | 3E | 0 | 46 | 40 | 21 | 163 | 35 | 2C |
| Octal | 253 | 64 | 76 | 0 | 106 | 100 | 41 | 543 | 65 | 54 |
| Binary | 10101011 | 110100 | 111110 | 0 | 1000110 | 1000000 | 100001 | 101100011 | 110101 | 101100 |
Color Harmonies of #AB343E
Complementary color
Monochromatic Colors of #AB343E
Black with #AB343E
Text Example
Text Example
White with #AB343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB343E; }
p { color: rgb(171,52,62); }
H1.HeaderClassName
{
color: #AB343E;
}
.AnyTagClassName
{
color: #AB343E;
}
</style>
background-color css
<style>
a { background-color: #AB343E; }
a { background-color: rgb(171,52,62); }
div.DivClassName
{
background-color: #AB343E;
}
.BgClassName
{
background-color: #AB343E;
}
</style>
border-color css
<style>
span { border-color: #AB343E; }
span { border-color: rgb(171,52,62); }
td.TdClassName
{
border-color: #AB343E;
}
.TagClassName
{
border-color: #AB343E;
}
</style>