Shades of Guardsman Red #AB232A
Tints of Guardsman Red #AB232A
RGB
CMYK
RGB Variations
Color information
#AB232A (or 0xAB232A) is known color: Guardsman Red. HEX triplet: AB, 23 and 2A. RGB value is (171,35,42). Sum of RGB (Red+Green+Blue) = 171+35+42=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB232A is #54DCD5. Grayscale: #4C4C4C. Windows color (decimal): -5561558 or 2761643. OLE color: 2761643.
HSL color Cylindrical-coordinate representation of color #AB232A: hue angle of 356.91º 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 #AB232A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 42 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.33 |
| HSL | 356.91º | 0.66% | 0.4% | - |
| HSV(B) | 356.91º | 0.8% | 0.67% | - |
| XYZ | 17.81 | 10.03 | 3.19 | - |
| YUV | 76.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 42 | 0 | 0.80 | 0.75 | 0.33 | 356.91 | 0.66 | 0.4 |
| Hex | AB | 23 | 2A | 0 | 50 | 4B | 21 | 165 | 42 | 28 |
| Octal | 253 | 43 | 52 | 0 | 120 | 113 | 41 | 545 | 102 | 50 |
| Binary | 10101011 | 100011 | 101010 | 0 | 1010000 | 1001011 | 100001 | 101100101 | 1000010 | 101000 |
Color Harmonies of #AB232A
Complementary color
Monochromatic Colors of #AB232A
Black with #AB232A
Text Example
Text Example
White with #AB232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB232A; }
p { color: rgb(171,35,42); }
H1.HeaderClassName
{
color: #AB232A;
}
.AnyTagClassName
{
color: #AB232A;
}
</style>
background-color css
<style>
a { background-color: #AB232A; }
a { background-color: rgb(171,35,42); }
div.DivClassName
{
background-color: #AB232A;
}
.BgClassName
{
background-color: #AB232A;
}
</style>
border-color css
<style>
span { border-color: #AB232A; }
span { border-color: rgb(171,35,42); }
td.TdClassName
{
border-color: #AB232A;
}
.TagClassName
{
border-color: #AB232A;
}
</style>