Shades of Guardsman Red #AB2331
Tints of Guardsman Red #AB2331
RGB
CMYK
RGB Variations
Color information
#AB2331 (or 0xAB2331) is known color: Guardsman Red. HEX triplet: AB, 23 and 31. RGB value is (171,35,49). Sum of RGB (Red+Green+Blue) = 171+35+49=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2331 is #54DCCE. Grayscale: #4D4D4D. Windows color (decimal): -5561551 or 3220395. OLE color: 3220395.
HSL color Cylindrical-coordinate representation of color #AB2331: hue angle of 353.82º 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 #AB2331 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 49 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.33 |
| HSL | 353.82º | 0.66% | 0.4% | - |
| HSV(B) | 353.82º | 0.8% | 0.67% | - |
| XYZ | 17.95 | 10.08 | 3.91 | - |
| YUV | 77.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 49 | 0 | 0.80 | 0.71 | 0.33 | 353.82 | 0.66 | 0.4 |
| Hex | AB | 23 | 31 | 0 | 50 | 47 | 21 | 162 | 42 | 28 |
| Octal | 253 | 43 | 61 | 0 | 120 | 107 | 41 | 542 | 102 | 50 |
| Binary | 10101011 | 100011 | 110001 | 0 | 1010000 | 1000111 | 100001 | 101100010 | 1000010 | 101000 |
Color Harmonies of #AB2331
Complementary color
Monochromatic Colors of #AB2331
Black with #AB2331
Text Example
Text Example
White with #AB2331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2331; }
p { color: rgb(171,35,49); }
H1.HeaderClassName
{
color: #AB2331;
}
.AnyTagClassName
{
color: #AB2331;
}
</style>
background-color css
<style>
a { background-color: #AB2331; }
a { background-color: rgb(171,35,49); }
div.DivClassName
{
background-color: #AB2331;
}
.BgClassName
{
background-color: #AB2331;
}
</style>
border-color css
<style>
span { border-color: #AB2331; }
span { border-color: rgb(171,35,49); }
td.TdClassName
{
border-color: #AB2331;
}
.TagClassName
{
border-color: #AB2331;
}
</style>