Shades of Guardsman Red #AB2938
Tints of Guardsman Red #AB2938
RGB
CMYK
RGB Variations
Color information
#AB2938 (or 0xAB2938) is known color: Guardsman Red. HEX triplet: AB, 29 and 38. RGB value is (171,41,56). Sum of RGB (Red+Green+Blue) = 171+41+56=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2938 is #54D6C7. Grayscale: #515151. Windows color (decimal): -5560008 or 3680683. OLE color: 3680683.
HSL color Cylindrical-coordinate representation of color #AB2938: hue angle of 353.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2938 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 56 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.33 |
| HSL | 353.08º | 0.61% | 0.42% | - |
| HSV(B) | 353.08º | 0.76% | 0.67% | - |
| XYZ | 18.3 | 10.53 | 4.81 | - |
| YUV | 81.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 56 | 0 | 0.76 | 0.67 | 0.33 | 353.08 | 0.61 | 0.42 |
| Hex | AB | 29 | 38 | 0 | 4C | 43 | 21 | 161 | 3D | 2A |
| Octal | 253 | 51 | 70 | 0 | 114 | 103 | 41 | 541 | 75 | 52 |
| Binary | 10101011 | 101001 | 111000 | 0 | 1001100 | 1000011 | 100001 | 101100001 | 111101 | 101010 |
Color Harmonies of #AB2938
Complementary color
Monochromatic Colors of #AB2938
Black with #AB2938
Text Example
Text Example
White with #AB2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2938; }
p { color: rgb(171,41,56); }
H1.HeaderClassName
{
color: #AB2938;
}
.AnyTagClassName
{
color: #AB2938;
}
</style>
background-color css
<style>
a { background-color: #AB2938; }
a { background-color: rgb(171,41,56); }
div.DivClassName
{
background-color: #AB2938;
}
.BgClassName
{
background-color: #AB2938;
}
</style>
border-color css
<style>
span { border-color: #AB2938; }
span { border-color: rgb(171,41,56); }
td.TdClassName
{
border-color: #AB2938;
}
.TagClassName
{
border-color: #AB2938;
}
</style>