Shades of Guardsman Red #AB2F39
Tints of Guardsman Red #AB2F39
RGB
CMYK
RGB Variations
Color information
#AB2F39 (or 0xAB2F39) is known color: Guardsman Red. HEX triplet: AB, 2F and 39. RGB value is (171,47,57). Sum of RGB (Red+Green+Blue) = 171+47+57=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F39 is #54D0C6. Grayscale: #555555. Windows color (decimal): -5558471 or 3747755. OLE color: 3747755.
HSL color Cylindrical-coordinate representation of color #AB2F39: hue angle of 355.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2F39 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 57 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.33 |
| HSL | 355.16º | 0.57% | 0.43% | - |
| HSV(B) | 355.16º | 0.73% | 0.67% | - |
| XYZ | 18.55 | 10.99 | 5.01 | - |
| YUV | 85.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 57 | 0 | 0.73 | 0.67 | 0.33 | 355.16 | 0.57 | 0.43 |
| Hex | AB | 2F | 39 | 0 | 49 | 43 | 21 | 163 | 39 | 2B |
| Octal | 253 | 57 | 71 | 0 | 111 | 103 | 41 | 543 | 71 | 53 |
| Binary | 10101011 | 101111 | 111001 | 0 | 1001001 | 1000011 | 100001 | 101100011 | 111001 | 101011 |
Color Harmonies of #AB2F39
Complementary color
Monochromatic Colors of #AB2F39
Black with #AB2F39
Text Example
Text Example
White with #AB2F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F39; }
p { color: rgb(171,47,57); }
H1.HeaderClassName
{
color: #AB2F39;
}
.AnyTagClassName
{
color: #AB2F39;
}
</style>
background-color css
<style>
a { background-color: #AB2F39; }
a { background-color: rgb(171,47,57); }
div.DivClassName
{
background-color: #AB2F39;
}
.BgClassName
{
background-color: #AB2F39;
}
</style>
border-color css
<style>
span { border-color: #AB2F39; }
span { border-color: rgb(171,47,57); }
td.TdClassName
{
border-color: #AB2F39;
}
.TagClassName
{
border-color: #AB2F39;
}
</style>