Shades of Guardsman Red #AB323E
Tints of Guardsman Red #AB323E
RGB
CMYK
RGB Variations
Color information
#AB323E (or 0xAB323E) is known color: Guardsman Red. HEX triplet: AB, 32 and 3E. RGB value is (171,50,62). Sum of RGB (Red+Green+Blue) = 171+50+62=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB323E is #54CDC1. Grayscale: #575757. Windows color (decimal): -5557698 or 4076203. OLE color: 4076203.
HSL color Cylindrical-coordinate representation of color #AB323E: hue angle of 354.05º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB323E is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 62 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.33 |
| HSL | 354.05º | 0.55% | 0.43% | - |
| HSV(B) | 354.05º | 0.71% | 0.67% | - |
| XYZ | 18.8 | 11.29 | 5.74 | - |
| YUV | 87.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 62 | 0 | 0.71 | 0.64 | 0.33 | 354.05 | 0.55 | 0.43 |
| Hex | AB | 32 | 3E | 0 | 47 | 40 | 21 | 162 | 37 | 2B |
| Octal | 253 | 62 | 76 | 0 | 107 | 100 | 41 | 542 | 67 | 53 |
| Binary | 10101011 | 110010 | 111110 | 0 | 1000111 | 1000000 | 100001 | 101100010 | 110111 | 101011 |
Color Harmonies of #AB323E
Complementary color
Monochromatic Colors of #AB323E
Black with #AB323E
Text Example
Text Example
White with #AB323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB323E; }
p { color: rgb(171,50,62); }
H1.HeaderClassName
{
color: #AB323E;
}
.AnyTagClassName
{
color: #AB323E;
}
</style>
background-color css
<style>
a { background-color: #AB323E; }
a { background-color: rgb(171,50,62); }
div.DivClassName
{
background-color: #AB323E;
}
.BgClassName
{
background-color: #AB323E;
}
</style>
border-color css
<style>
span { border-color: #AB323E; }
span { border-color: rgb(171,50,62); }
td.TdClassName
{
border-color: #AB323E;
}
.TagClassName
{
border-color: #AB323E;
}
</style>