Shades of Guardsman Red #AB1D21
Tints of Guardsman Red #AB1D21
RGB
CMYK
RGB Variations
Color information
#AB1D21 (or 0xAB1D21) is known color: Guardsman Red. HEX triplet: AB, 1D and 21. RGB value is (171,29,33). Sum of RGB (Red+Green+Blue) = 171+29+33=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1D21 is #54E2DE. Grayscale: #484848. Windows color (decimal): -5563103 or 2170283. OLE color: 2170283.
HSL color Cylindrical-coordinate representation of color #AB1D21: hue angle of 358.31º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1D21 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 33 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.33 |
| HSL | 358.31º | 0.71% | 0.39% | - |
| HSV(B) | 358.31º | 0.83% | 0.67% | - |
| XYZ | 17.51 | 9.65 | 2.38 | - |
| YUV | 71.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 33 | 0 | 0.83 | 0.81 | 0.33 | 358.31 | 0.71 | 0.39 |
| Hex | AB | 1D | 21 | 0 | 53 | 51 | 21 | 166 | 47 | 27 |
| Octal | 253 | 35 | 41 | 0 | 123 | 121 | 41 | 546 | 107 | 47 |
| Binary | 10101011 | 11101 | 100001 | 0 | 1010011 | 1010001 | 100001 | 101100110 | 1000111 | 100111 |
Color Harmonies of #AB1D21
Complementary color
Monochromatic Colors of #AB1D21
Black with #AB1D21
Text Example
Text Example
White with #AB1D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D21; }
p { color: rgb(171,29,33); }
H1.HeaderClassName
{
color: #AB1D21;
}
.AnyTagClassName
{
color: #AB1D21;
}
</style>
background-color css
<style>
a { background-color: #AB1D21; }
a { background-color: rgb(171,29,33); }
div.DivClassName
{
background-color: #AB1D21;
}
.BgClassName
{
background-color: #AB1D21;
}
</style>
border-color css
<style>
span { border-color: #AB1D21; }
span { border-color: rgb(171,29,33); }
td.TdClassName
{
border-color: #AB1D21;
}
.TagClassName
{
border-color: #AB1D21;
}
</style>