Shades of Guardsman Red #AB2628
Tints of Guardsman Red #AB2628
RGB
CMYK
RGB Variations
Color information
#AB2628 (or 0xAB2628) is known color: Guardsman Red. HEX triplet: AB, 26 and 28. RGB value is (171,38,40). Sum of RGB (Red+Green+Blue) = 171+38+40=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2628 is #54D9D7. Grayscale: #4E4E4E. Windows color (decimal): -5560792 or 2631339. OLE color: 2631339.
HSL color Cylindrical-coordinate representation of color #AB2628: hue angle of 359.1º 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 #AB2628 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 40 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.33 |
| HSL | 359.1º | 0.64% | 0.41% | - |
| HSV(B) | 359.1º | 0.78% | 0.67% | - |
| XYZ | 17.87 | 10.2 | 3.03 | - |
| YUV | 78 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 40 | 0 | 0.78 | 0.77 | 0.33 | 359.1 | 0.64 | 0.41 |
| Hex | AB | 26 | 28 | 0 | 4E | 4D | 21 | 167 | 40 | 29 |
| Octal | 253 | 46 | 50 | 0 | 116 | 115 | 41 | 547 | 100 | 51 |
| Binary | 10101011 | 100110 | 101000 | 0 | 1001110 | 1001101 | 100001 | 101100111 | 1000000 | 101001 |
Color Harmonies of #AB2628
Complementary color
Monochromatic Colors of #AB2628
Black with #AB2628
Text Example
Text Example
White with #AB2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2628; }
p { color: rgb(171,38,40); }
H1.HeaderClassName
{
color: #AB2628;
}
.AnyTagClassName
{
color: #AB2628;
}
</style>
background-color css
<style>
a { background-color: #AB2628; }
a { background-color: rgb(171,38,40); }
div.DivClassName
{
background-color: #AB2628;
}
.BgClassName
{
background-color: #AB2628;
}
</style>
border-color css
<style>
span { border-color: #AB2628; }
span { border-color: rgb(171,38,40); }
td.TdClassName
{
border-color: #AB2628;
}
.TagClassName
{
border-color: #AB2628;
}
</style>