Shades of Guardsman Red #AB2631
Tints of Guardsman Red #AB2631
RGB
CMYK
RGB Variations
Color information
#AB2631 (or 0xAB2631) is known color: Guardsman Red. HEX triplet: AB, 26 and 31. RGB value is (171,38,49). Sum of RGB (Red+Green+Blue) = 171+38+49=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2631 is #54D9CE. Grayscale: #4F4F4F. Windows color (decimal): -5560783 or 3221163. OLE color: 3221163.
HSL color Cylindrical-coordinate representation of color #AB2631: hue angle of 355.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2631 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 49 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.33 |
| HSL | 355.04º | 0.64% | 0.41% | - |
| HSV(B) | 355.04º | 0.78% | 0.67% | - |
| XYZ | 18.04 | 10.27 | 3.94 | - |
| YUV | 79.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 49 | 0 | 0.78 | 0.71 | 0.33 | 355.04 | 0.64 | 0.41 |
| Hex | AB | 26 | 31 | 0 | 4E | 47 | 21 | 163 | 40 | 29 |
| Octal | 253 | 46 | 61 | 0 | 116 | 107 | 41 | 543 | 100 | 51 |
| Binary | 10101011 | 100110 | 110001 | 0 | 1001110 | 1000111 | 100001 | 101100011 | 1000000 | 101001 |
Color Harmonies of #AB2631
Complementary color
Monochromatic Colors of #AB2631
Black with #AB2631
Text Example
Text Example
White with #AB2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2631; }
p { color: rgb(171,38,49); }
H1.HeaderClassName
{
color: #AB2631;
}
.AnyTagClassName
{
color: #AB2631;
}
</style>
background-color css
<style>
a { background-color: #AB2631; }
a { background-color: rgb(171,38,49); }
div.DivClassName
{
background-color: #AB2631;
}
.BgClassName
{
background-color: #AB2631;
}
</style>
border-color css
<style>
span { border-color: #AB2631; }
span { border-color: rgb(171,38,49); }
td.TdClassName
{
border-color: #AB2631;
}
.TagClassName
{
border-color: #AB2631;
}
</style>