Shades of Guardsman Red #AB2729
Tints of Guardsman Red #AB2729
RGB
CMYK
RGB Variations
Color information
#AB2729 (or 0xAB2729) is known color: Guardsman Red. HEX triplet: AB, 27 and 29. RGB value is (171,39,41). Sum of RGB (Red+Green+Blue) = 171+39+41=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2729 is #54D8D6. Grayscale: #4E4E4E. Windows color (decimal): -5560535 or 2697131. OLE color: 2697131.
HSL color Cylindrical-coordinate representation of color #AB2729: hue angle of 359.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 #AB2729 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 41 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.33 |
| HSL | 359.09º | 0.63% | 0.41% | - |
| HSV(B) | 359.09º | 0.77% | 0.67% | - |
| XYZ | 17.92 | 10.27 | 3.14 | - |
| YUV | 78.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 41 | 0 | 0.77 | 0.76 | 0.33 | 359.09 | 0.63 | 0.41 |
| Hex | AB | 27 | 29 | 0 | 4D | 4C | 21 | 167 | 3F | 29 |
| Octal | 253 | 47 | 51 | 0 | 115 | 114 | 41 | 547 | 77 | 51 |
| Binary | 10101011 | 100111 | 101001 | 0 | 1001101 | 1001100 | 100001 | 101100111 | 111111 | 101001 |
Color Harmonies of #AB2729
Complementary color
Monochromatic Colors of #AB2729
Black with #AB2729
Text Example
Text Example
White with #AB2729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2729; }
p { color: rgb(171,39,41); }
H1.HeaderClassName
{
color: #AB2729;
}
.AnyTagClassName
{
color: #AB2729;
}
</style>
background-color css
<style>
a { background-color: #AB2729; }
a { background-color: rgb(171,39,41); }
div.DivClassName
{
background-color: #AB2729;
}
.BgClassName
{
background-color: #AB2729;
}
</style>
border-color css
<style>
span { border-color: #AB2729; }
span { border-color: rgb(171,39,41); }
td.TdClassName
{
border-color: #AB2729;
}
.TagClassName
{
border-color: #AB2729;
}
</style>