Shades of Guardsman Red #AB333E
Tints of Guardsman Red #AB333E
RGB
CMYK
RGB Variations
Color information
#AB333E (or 0xAB333E) is known color: Guardsman Red. HEX triplet: AB, 33 and 3E. RGB value is (171,51,62). Sum of RGB (Red+Green+Blue) = 171+51+62=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB333E is #54CCC1. Grayscale: #585858. Windows color (decimal): -5557442 or 4076459. OLE color: 4076459.
HSL color Cylindrical-coordinate representation of color #AB333E: hue angle of 354.5º degrees, saturation: 0.54, 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 #AB333E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 62 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.33 |
| HSL | 354.5º | 0.54% | 0.44% | - |
| HSV(B) | 354.5º | 0.7% | 0.67% | - |
| XYZ | 18.85 | 11.37 | 5.76 | - |
| YUV | 88.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 62 | 0 | 0.70 | 0.64 | 0.33 | 354.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 3E | 0 | 46 | 40 | 21 | 162 | 36 | 2C |
| Octal | 253 | 63 | 76 | 0 | 106 | 100 | 41 | 542 | 66 | 54 |
| Binary | 10101011 | 110011 | 111110 | 0 | 1000110 | 1000000 | 100001 | 101100010 | 110110 | 101100 |
Color Harmonies of #AB333E
Complementary color
Monochromatic Colors of #AB333E
Black with #AB333E
Text Example
Text Example
White with #AB333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB333E; }
p { color: rgb(171,51,62); }
H1.HeaderClassName
{
color: #AB333E;
}
.AnyTagClassName
{
color: #AB333E;
}
</style>
background-color css
<style>
a { background-color: #AB333E; }
a { background-color: rgb(171,51,62); }
div.DivClassName
{
background-color: #AB333E;
}
.BgClassName
{
background-color: #AB333E;
}
</style>
border-color css
<style>
span { border-color: #AB333E; }
span { border-color: rgb(171,51,62); }
td.TdClassName
{
border-color: #AB333E;
}
.TagClassName
{
border-color: #AB333E;
}
</style>