Shades of Guardsman Red #AB353E
Tints of Guardsman Red #AB353E
RGB
CMYK
RGB Variations
Color information
#AB353E (or 0xAB353E) is known color: Guardsman Red. HEX triplet: AB, 35 and 3E. RGB value is (171,53,62). Sum of RGB (Red+Green+Blue) = 171+53+62=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB353E is #54CAC1. Grayscale: #595959. Windows color (decimal): -5556930 or 4076971. OLE color: 4076971.
HSL color Cylindrical-coordinate representation of color #AB353E: hue angle of 355.42º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB353E is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 62 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.33 |
| HSL | 355.42º | 0.53% | 0.44% | - |
| HSV(B) | 355.42º | 0.69% | 0.67% | - |
| XYZ | 18.94 | 11.55 | 5.79 | - |
| YUV | 89.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 62 | 0 | 0.69 | 0.64 | 0.33 | 355.42 | 0.53 | 0.44 |
| Hex | AB | 35 | 3E | 0 | 45 | 40 | 21 | 163 | 35 | 2C |
| Octal | 253 | 65 | 76 | 0 | 105 | 100 | 41 | 543 | 65 | 54 |
| Binary | 10101011 | 110101 | 111110 | 0 | 1000101 | 1000000 | 100001 | 101100011 | 110101 | 101100 |
Color Harmonies of #AB353E
Complementary color
Monochromatic Colors of #AB353E
Black with #AB353E
Text Example
Text Example
White with #AB353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB353E; }
p { color: rgb(171,53,62); }
H1.HeaderClassName
{
color: #AB353E;
}
.AnyTagClassName
{
color: #AB353E;
}
</style>
background-color css
<style>
a { background-color: #AB353E; }
a { background-color: rgb(171,53,62); }
div.DivClassName
{
background-color: #AB353E;
}
.BgClassName
{
background-color: #AB353E;
}
</style>
border-color css
<style>
span { border-color: #AB353E; }
span { border-color: rgb(171,53,62); }
td.TdClassName
{
border-color: #AB353E;
}
.TagClassName
{
border-color: #AB353E;
}
</style>