Shades of Guardsman Red #AB2127
Tints of Guardsman Red #AB2127
RGB
CMYK
RGB Variations
Color information
#AB2127 (or 0xAB2127) is known color: Guardsman Red. HEX triplet: AB, 21 and 27. RGB value is (171,33,39). Sum of RGB (Red+Green+Blue) = 171+33+39=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2127 is #54DED8. Grayscale: #4B4B4B. Windows color (decimal): -5562073 or 2564523. OLE color: 2564523.
HSL color Cylindrical-coordinate representation of color #AB2127: hue angle of 357.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2127 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 39 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.33 |
| HSL | 357.39º | 0.68% | 0.4% | - |
| HSV(B) | 357.39º | 0.81% | 0.67% | - |
| XYZ | 17.7 | 9.89 | 2.9 | - |
| YUV | 74.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 39 | 0 | 0.81 | 0.77 | 0.33 | 357.39 | 0.68 | 0.4 |
| Hex | AB | 21 | 27 | 0 | 51 | 4D | 21 | 165 | 44 | 28 |
| Octal | 253 | 41 | 47 | 0 | 121 | 115 | 41 | 545 | 104 | 50 |
| Binary | 10101011 | 100001 | 100111 | 0 | 1010001 | 1001101 | 100001 | 101100101 | 1000100 | 101000 |
Color Harmonies of #AB2127
Complementary color
Monochromatic Colors of #AB2127
Black with #AB2127
Text Example
Text Example
White with #AB2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2127; }
p { color: rgb(171,33,39); }
H1.HeaderClassName
{
color: #AB2127;
}
.AnyTagClassName
{
color: #AB2127;
}
</style>
background-color css
<style>
a { background-color: #AB2127; }
a { background-color: rgb(171,33,39); }
div.DivClassName
{
background-color: #AB2127;
}
.BgClassName
{
background-color: #AB2127;
}
</style>
border-color css
<style>
span { border-color: #AB2127; }
span { border-color: rgb(171,33,39); }
td.TdClassName
{
border-color: #AB2127;
}
.TagClassName
{
border-color: #AB2127;
}
</style>