Shades of Guardsman Red #AB2839
Tints of Guardsman Red #AB2839
RGB
CMYK
RGB Variations
Color information
#AB2839 (or 0xAB2839) is known color: Guardsman Red. HEX triplet: AB, 28 and 39. RGB value is (171,40,57). Sum of RGB (Red+Green+Blue) = 171+40+57=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2839 is #54D7C6. Grayscale: #515151. Windows color (decimal): -5560263 or 3745963. OLE color: 3745963.
HSL color Cylindrical-coordinate representation of color #AB2839: hue angle of 352.21º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2839 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 57 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.33 |
| HSL | 352.21º | 0.62% | 0.41% | - |
| HSV(B) | 352.21º | 0.77% | 0.67% | - |
| XYZ | 18.29 | 10.47 | 4.93 | - |
| YUV | 81.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 57 | 0 | 0.77 | 0.67 | 0.33 | 352.21 | 0.62 | 0.41 |
| Hex | AB | 28 | 39 | 0 | 4D | 43 | 21 | 160 | 3E | 29 |
| Octal | 253 | 50 | 71 | 0 | 115 | 103 | 41 | 540 | 76 | 51 |
| Binary | 10101011 | 101000 | 111001 | 0 | 1001101 | 1000011 | 100001 | 101100000 | 111110 | 101001 |
Color Harmonies of #AB2839
Complementary color
Monochromatic Colors of #AB2839
Black with #AB2839
Text Example
Text Example
White with #AB2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2839; }
p { color: rgb(171,40,57); }
H1.HeaderClassName
{
color: #AB2839;
}
.AnyTagClassName
{
color: #AB2839;
}
</style>
background-color css
<style>
a { background-color: #AB2839; }
a { background-color: rgb(171,40,57); }
div.DivClassName
{
background-color: #AB2839;
}
.BgClassName
{
background-color: #AB2839;
}
</style>
border-color css
<style>
span { border-color: #AB2839; }
span { border-color: rgb(171,40,57); }
td.TdClassName
{
border-color: #AB2839;
}
.TagClassName
{
border-color: #AB2839;
}
</style>