Shades of Guardsman Red #AB2F36
Tints of Guardsman Red #AB2F36
RGB
CMYK
RGB Variations
Color information
#AB2F36 (or 0xAB2F36) is known color: Guardsman Red. HEX triplet: AB, 2F and 36. RGB value is (171,47,54). Sum of RGB (Red+Green+Blue) = 171+47+54=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F36 is #54D0C9. Grayscale: #545454. Windows color (decimal): -5558474 or 3551147. OLE color: 3551147.
HSL color Cylindrical-coordinate representation of color #AB2F36: hue angle of 356.61º 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 #AB2F36 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 54 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.33 |
| HSL | 356.61º | 0.57% | 0.43% | - |
| HSV(B) | 356.61º | 0.73% | 0.67% | - |
| XYZ | 18.48 | 10.96 | 4.63 | - |
| YUV | 84.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 54 | 0 | 0.73 | 0.68 | 0.33 | 356.61 | 0.57 | 0.43 |
| Hex | AB | 2F | 36 | 0 | 49 | 44 | 21 | 165 | 39 | 2B |
| Octal | 253 | 57 | 66 | 0 | 111 | 104 | 41 | 545 | 71 | 53 |
| Binary | 10101011 | 101111 | 110110 | 0 | 1001001 | 1000100 | 100001 | 101100101 | 111001 | 101011 |
Color Harmonies of #AB2F36
Complementary color
Monochromatic Colors of #AB2F36
Black with #AB2F36
Text Example
Text Example
White with #AB2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F36; }
p { color: rgb(171,47,54); }
H1.HeaderClassName
{
color: #AB2F36;
}
.AnyTagClassName
{
color: #AB2F36;
}
</style>
background-color css
<style>
a { background-color: #AB2F36; }
a { background-color: rgb(171,47,54); }
div.DivClassName
{
background-color: #AB2F36;
}
.BgClassName
{
background-color: #AB2F36;
}
</style>
border-color css
<style>
span { border-color: #AB2F36; }
span { border-color: rgb(171,47,54); }
td.TdClassName
{
border-color: #AB2F36;
}
.TagClassName
{
border-color: #AB2F36;
}
</style>