Shades of Guardsman Red #AB2737
Tints of Guardsman Red #AB2737
RGB
CMYK
RGB Variations
Color information
#AB2737 (or 0xAB2737) is known color: Guardsman Red. HEX triplet: AB, 27 and 37. RGB value is (171,39,55). Sum of RGB (Red+Green+Blue) = 171+39+55=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2737 is #54D8C8. Grayscale: #505050. Windows color (decimal): -5560521 or 3614635. OLE color: 3614635.
HSL color Cylindrical-coordinate representation of color #AB2737: hue angle of 352.73º 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 #AB2737 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 55 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.33 |
| HSL | 352.73º | 0.63% | 0.41% | - |
| HSV(B) | 352.73º | 0.77% | 0.67% | - |
| XYZ | 18.21 | 10.38 | 4.66 | - |
| YUV | 80.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 55 | 0 | 0.77 | 0.68 | 0.33 | 352.73 | 0.63 | 0.41 |
| Hex | AB | 27 | 37 | 0 | 4D | 44 | 21 | 161 | 3F | 29 |
| Octal | 253 | 47 | 67 | 0 | 115 | 104 | 41 | 541 | 77 | 51 |
| Binary | 10101011 | 100111 | 110111 | 0 | 1001101 | 1000100 | 100001 | 101100001 | 111111 | 101001 |
Color Harmonies of #AB2737
Complementary color
Monochromatic Colors of #AB2737
Black with #AB2737
Text Example
Text Example
White with #AB2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2737; }
p { color: rgb(171,39,55); }
H1.HeaderClassName
{
color: #AB2737;
}
.AnyTagClassName
{
color: #AB2737;
}
</style>
background-color css
<style>
a { background-color: #AB2737; }
a { background-color: rgb(171,39,55); }
div.DivClassName
{
background-color: #AB2737;
}
.BgClassName
{
background-color: #AB2737;
}
</style>
border-color css
<style>
span { border-color: #AB2737; }
span { border-color: rgb(171,39,55); }
td.TdClassName
{
border-color: #AB2737;
}
.TagClassName
{
border-color: #AB2737;
}
</style>