Shades of Guardsman Red #AB212D
Tints of Guardsman Red #AB212D
RGB
CMYK
RGB Variations
Color information
#AB212D (or 0xAB212D) is known color: Guardsman Red. HEX triplet: AB, 21 and 2D. RGB value is (171,33,45). Sum of RGB (Red+Green+Blue) = 171+33+45=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB212D is #54DED2. Grayscale: #4B4B4B. Windows color (decimal): -5562067 or 2957739. OLE color: 2957739.
HSL color Cylindrical-coordinate representation of color #AB212D: hue angle of 354.78º 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 #AB212D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 45 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.33 |
| HSL | 354.78º | 0.68% | 0.4% | - |
| HSV(B) | 354.78º | 0.81% | 0.67% | - |
| XYZ | 17.81 | 9.94 | 3.46 | - |
| YUV | 75.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 45 | 0 | 0.81 | 0.74 | 0.33 | 354.78 | 0.68 | 0.4 |
| Hex | AB | 21 | 2D | 0 | 51 | 4A | 21 | 163 | 44 | 28 |
| Octal | 253 | 41 | 55 | 0 | 121 | 112 | 41 | 543 | 104 | 50 |
| Binary | 10101011 | 100001 | 101101 | 0 | 1010001 | 1001010 | 100001 | 101100011 | 1000100 | 101000 |
Color Harmonies of #AB212D
Complementary color
Monochromatic Colors of #AB212D
Black with #AB212D
Text Example
Text Example
White with #AB212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB212D; }
p { color: rgb(171,33,45); }
H1.HeaderClassName
{
color: #AB212D;
}
.AnyTagClassName
{
color: #AB212D;
}
</style>
background-color css
<style>
a { background-color: #AB212D; }
a { background-color: rgb(171,33,45); }
div.DivClassName
{
background-color: #AB212D;
}
.BgClassName
{
background-color: #AB212D;
}
</style>
border-color css
<style>
span { border-color: #AB212D; }
span { border-color: rgb(171,33,45); }
td.TdClassName
{
border-color: #AB212D;
}
.TagClassName
{
border-color: #AB212D;
}
</style>