Shades of Guardsman Red #AB232E
Tints of Guardsman Red #AB232E
RGB
CMYK
RGB Variations
Color information
#AB232E (or 0xAB232E) is known color: Guardsman Red. HEX triplet: AB, 23 and 2E. RGB value is (171,35,46). Sum of RGB (Red+Green+Blue) = 171+35+46=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB232E is #54DCD1. Grayscale: #4D4D4D. Windows color (decimal): -5561554 or 3023787. OLE color: 3023787.
HSL color Cylindrical-coordinate representation of color #AB232E: hue angle of 355.15º degrees, saturation: 0.66, 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 #AB232E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 46 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.33 |
| HSL | 355.15º | 0.66% | 0.4% | - |
| HSV(B) | 355.15º | 0.8% | 0.67% | - |
| XYZ | 17.89 | 10.06 | 3.58 | - |
| YUV | 76.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 46 | 0 | 0.80 | 0.73 | 0.33 | 355.15 | 0.66 | 0.4 |
| Hex | AB | 23 | 2E | 0 | 50 | 49 | 21 | 163 | 42 | 28 |
| Octal | 253 | 43 | 56 | 0 | 120 | 111 | 41 | 543 | 102 | 50 |
| Binary | 10101011 | 100011 | 101110 | 0 | 1010000 | 1001001 | 100001 | 101100011 | 1000010 | 101000 |
Color Harmonies of #AB232E
Complementary color
Monochromatic Colors of #AB232E
Black with #AB232E
Text Example
Text Example
White with #AB232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB232E; }
p { color: rgb(171,35,46); }
H1.HeaderClassName
{
color: #AB232E;
}
.AnyTagClassName
{
color: #AB232E;
}
</style>
background-color css
<style>
a { background-color: #AB232E; }
a { background-color: rgb(171,35,46); }
div.DivClassName
{
background-color: #AB232E;
}
.BgClassName
{
background-color: #AB232E;
}
</style>
border-color css
<style>
span { border-color: #AB232E; }
span { border-color: rgb(171,35,46); }
td.TdClassName
{
border-color: #AB232E;
}
.TagClassName
{
border-color: #AB232E;
}
</style>