Shades of Guardsman Red #AB222D
Tints of Guardsman Red #AB222D
RGB
CMYK
RGB Variations
Color information
#AB222D (or 0xAB222D) is known color: Guardsman Red. HEX triplet: AB, 22 and 2D. RGB value is (171,34,45). Sum of RGB (Red+Green+Blue) = 171+34+45=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB222D is #54DDD2. Grayscale: #4C4C4C. Windows color (decimal): -5561811 or 2957995. OLE color: 2957995.
HSL color Cylindrical-coordinate representation of color #AB222D: hue angle of 355.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB222D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 45 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.33 |
| HSL | 355.18º | 0.67% | 0.4% | - |
| HSV(B) | 355.18º | 0.8% | 0.67% | - |
| XYZ | 17.84 | 9.99 | 3.47 | - |
| YUV | 76.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 45 | 0 | 0.80 | 0.74 | 0.33 | 355.18 | 0.67 | 0.4 |
| Hex | AB | 22 | 2D | 0 | 50 | 4A | 21 | 163 | 43 | 28 |
| Octal | 253 | 42 | 55 | 0 | 120 | 112 | 41 | 543 | 103 | 50 |
| Binary | 10101011 | 100010 | 101101 | 0 | 1010000 | 1001010 | 100001 | 101100011 | 1000011 | 101000 |
Color Harmonies of #AB222D
Complementary color
Monochromatic Colors of #AB222D
Black with #AB222D
Text Example
Text Example
White with #AB222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB222D; }
p { color: rgb(171,34,45); }
H1.HeaderClassName
{
color: #AB222D;
}
.AnyTagClassName
{
color: #AB222D;
}
</style>
background-color css
<style>
a { background-color: #AB222D; }
a { background-color: rgb(171,34,45); }
div.DivClassName
{
background-color: #AB222D;
}
.BgClassName
{
background-color: #AB222D;
}
</style>
border-color css
<style>
span { border-color: #AB222D; }
span { border-color: rgb(171,34,45); }
td.TdClassName
{
border-color: #AB222D;
}
.TagClassName
{
border-color: #AB222D;
}
</style>