Shades of Guardsman Red #AB2734
Tints of Guardsman Red #AB2734
RGB
CMYK
RGB Variations
Color information
#AB2734 (or 0xAB2734) is known color: Guardsman Red. HEX triplet: AB, 27 and 34. RGB value is (171,39,52). Sum of RGB (Red+Green+Blue) = 171+39+52=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2734 is #54D8CB. Grayscale: #505050. Windows color (decimal): -5560524 or 3418027. OLE color: 3418027.
HSL color Cylindrical-coordinate representation of color #AB2734: hue angle of 354.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2734 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 52 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.33 |
| HSL | 354.09º | 0.63% | 0.41% | - |
| HSV(B) | 354.09º | 0.77% | 0.67% | - |
| XYZ | 18.14 | 10.36 | 4.29 | - |
| YUV | 79.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 52 | 0 | 0.77 | 0.70 | 0.33 | 354.09 | 0.63 | 0.41 |
| Hex | AB | 27 | 34 | 0 | 4D | 46 | 21 | 162 | 3F | 29 |
| Octal | 253 | 47 | 64 | 0 | 115 | 106 | 41 | 542 | 77 | 51 |
| Binary | 10101011 | 100111 | 110100 | 0 | 1001101 | 1000110 | 100001 | 101100010 | 111111 | 101001 |
Color Harmonies of #AB2734
Complementary color
Monochromatic Colors of #AB2734
Black with #AB2734
Text Example
Text Example
White with #AB2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2734; }
p { color: rgb(171,39,52); }
H1.HeaderClassName
{
color: #AB2734;
}
.AnyTagClassName
{
color: #AB2734;
}
</style>
background-color css
<style>
a { background-color: #AB2734; }
a { background-color: rgb(171,39,52); }
div.DivClassName
{
background-color: #AB2734;
}
.BgClassName
{
background-color: #AB2734;
}
</style>
border-color css
<style>
span { border-color: #AB2734; }
span { border-color: rgb(171,39,52); }
td.TdClassName
{
border-color: #AB2734;
}
.TagClassName
{
border-color: #AB2734;
}
</style>