Shades of Guardsman Red #AB333D
Tints of Guardsman Red #AB333D
RGB
CMYK
RGB Variations
Color information
#AB333D (or 0xAB333D) is known color: Guardsman Red. HEX triplet: AB, 33 and 3D. RGB value is (171,51,61). Sum of RGB (Red+Green+Blue) = 171+51+61=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB333D is #54CCC2. Grayscale: #585858. Windows color (decimal): -5557443 or 4010923. OLE color: 4010923.
HSL color Cylindrical-coordinate representation of color #AB333D: hue angle of 355º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB333D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 61 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.33 |
| HSL | 355º | 0.54% | 0.44% | - |
| HSV(B) | 355º | 0.7% | 0.67% | - |
| XYZ | 18.82 | 11.36 | 5.62 | - |
| YUV | 88.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 61 | 0 | 0.70 | 0.64 | 0.33 | 355 | 0.54 | 0.44 |
| Hex | AB | 33 | 3D | 0 | 46 | 40 | 21 | 163 | 36 | 2C |
| Octal | 253 | 63 | 75 | 0 | 106 | 100 | 41 | 543 | 66 | 54 |
| Binary | 10101011 | 110011 | 111101 | 0 | 1000110 | 1000000 | 100001 | 101100011 | 110110 | 101100 |
Color Harmonies of #AB333D
Complementary color
Monochromatic Colors of #AB333D
Black with #AB333D
Text Example
Text Example
White with #AB333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB333D; }
p { color: rgb(171,51,61); }
H1.HeaderClassName
{
color: #AB333D;
}
.AnyTagClassName
{
color: #AB333D;
}
</style>
background-color css
<style>
a { background-color: #AB333D; }
a { background-color: rgb(171,51,61); }
div.DivClassName
{
background-color: #AB333D;
}
.BgClassName
{
background-color: #AB333D;
}
</style>
border-color css
<style>
span { border-color: #AB333D; }
span { border-color: rgb(171,51,61); }
td.TdClassName
{
border-color: #AB333D;
}
.TagClassName
{
border-color: #AB333D;
}
</style>