Shades of Guardsman Red #AB222F
Tints of Guardsman Red #AB222F
RGB
CMYK
RGB Variations
Color information
#AB222F (or 0xAB222F) is known color: Guardsman Red. HEX triplet: AB, 22 and 2F. RGB value is (171,34,47). Sum of RGB (Red+Green+Blue) = 171+34+47=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB222F is #54DDD0. Grayscale: #4C4C4C. Windows color (decimal): -5561809 or 3089067. OLE color: 3089067.
HSL color Cylindrical-coordinate representation of color #AB222F: hue angle of 354.31º 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 #AB222F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.33 |
| HSL | 354.31º | 0.67% | 0.4% | - |
| HSV(B) | 354.31º | 0.8% | 0.67% | - |
| XYZ | 17.88 | 10.01 | 3.68 | - |
| YUV | 76.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 47 | 0 | 0.80 | 0.73 | 0.33 | 354.31 | 0.67 | 0.4 |
| Hex | AB | 22 | 2F | 0 | 50 | 49 | 21 | 162 | 43 | 28 |
| Octal | 253 | 42 | 57 | 0 | 120 | 111 | 41 | 542 | 103 | 50 |
| Binary | 10101011 | 100010 | 101111 | 0 | 1010000 | 1001001 | 100001 | 101100010 | 1000011 | 101000 |
Color Harmonies of #AB222F
Complementary color
Monochromatic Colors of #AB222F
Black with #AB222F
Text Example
Text Example
White with #AB222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB222F; }
p { color: rgb(171,34,47); }
H1.HeaderClassName
{
color: #AB222F;
}
.AnyTagClassName
{
color: #AB222F;
}
</style>
background-color css
<style>
a { background-color: #AB222F; }
a { background-color: rgb(171,34,47); }
div.DivClassName
{
background-color: #AB222F;
}
.BgClassName
{
background-color: #AB222F;
}
</style>
border-color css
<style>
span { border-color: #AB222F; }
span { border-color: rgb(171,34,47); }
td.TdClassName
{
border-color: #AB222F;
}
.TagClassName
{
border-color: #AB222F;
}
</style>