Shades of Guardsman Red #AB2B3C
Tints of Guardsman Red #AB2B3C
RGB
CMYK
RGB Variations
Color information
#AB2B3C (or 0xAB2B3C) is known color: Guardsman Red. HEX triplet: AB, 2B and 3C. RGB value is (171,43,60). Sum of RGB (Red+Green+Blue) = 171+43+60=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B3C is #54D4C3. Grayscale: #535353. Windows color (decimal): -5559492 or 3943339. OLE color: 3943339.
HSL color Cylindrical-coordinate representation of color #AB2B3C: hue angle of 352.03º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B3C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 60 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.33 |
| HSL | 352.03º | 0.6% | 0.42% | - |
| HSV(B) | 352.03º | 0.75% | 0.67% | - |
| XYZ | 18.47 | 10.71 | 5.37 | - |
| YUV | 83.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 60 | 0 | 0.75 | 0.65 | 0.33 | 352.03 | 0.6 | 0.42 |
| Hex | AB | 2B | 3C | 0 | 4B | 41 | 21 | 160 | 3C | 2A |
| Octal | 253 | 53 | 74 | 0 | 113 | 101 | 41 | 540 | 74 | 52 |
| Binary | 10101011 | 101011 | 111100 | 0 | 1001011 | 1000001 | 100001 | 101100000 | 111100 | 101010 |
Color Harmonies of #AB2B3C
Complementary color
Monochromatic Colors of #AB2B3C
Black with #AB2B3C
Text Example
Text Example
White with #AB2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B3C; }
p { color: rgb(171,43,60); }
H1.HeaderClassName
{
color: #AB2B3C;
}
.AnyTagClassName
{
color: #AB2B3C;
}
</style>
background-color css
<style>
a { background-color: #AB2B3C; }
a { background-color: rgb(171,43,60); }
div.DivClassName
{
background-color: #AB2B3C;
}
.BgClassName
{
background-color: #AB2B3C;
}
</style>
border-color css
<style>
span { border-color: #AB2B3C; }
span { border-color: rgb(171,43,60); }
td.TdClassName
{
border-color: #AB2B3C;
}
.TagClassName
{
border-color: #AB2B3C;
}
</style>