Shades of Guardsman Red #AB373C
Tints of Guardsman Red #AB373C
RGB
CMYK
RGB Variations
Color information
#AB373C (or 0xAB373C) is known color: Guardsman Red. HEX triplet: AB, 37 and 3C. RGB value is (171,55,60). Sum of RGB (Red+Green+Blue) = 171+55+60=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB373C is #54C8C3. Grayscale: #5A5A5A. Windows color (decimal): -5556420 or 3946411. OLE color: 3946411.
HSL color Cylindrical-coordinate representation of color #AB373C: hue angle of 357.41º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB373C is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 60 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.33 |
| HSL | 357.41º | 0.51% | 0.44% | - |
| HSV(B) | 357.41º | 0.68% | 0.67% | - |
| XYZ | 18.98 | 11.72 | 5.54 | - |
| YUV | 90.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 60 | 0 | 0.68 | 0.65 | 0.33 | 357.41 | 0.51 | 0.44 |
| Hex | AB | 37 | 3C | 0 | 44 | 41 | 21 | 165 | 33 | 2C |
| Octal | 253 | 67 | 74 | 0 | 104 | 101 | 41 | 545 | 63 | 54 |
| Binary | 10101011 | 110111 | 111100 | 0 | 1000100 | 1000001 | 100001 | 101100101 | 110011 | 101100 |
Color Harmonies of #AB373C
Complementary color
Monochromatic Colors of #AB373C
Black with #AB373C
Text Example
Text Example
White with #AB373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB373C; }
p { color: rgb(171,55,60); }
H1.HeaderClassName
{
color: #AB373C;
}
.AnyTagClassName
{
color: #AB373C;
}
</style>
background-color css
<style>
a { background-color: #AB373C; }
a { background-color: rgb(171,55,60); }
div.DivClassName
{
background-color: #AB373C;
}
.BgClassName
{
background-color: #AB373C;
}
</style>
border-color css
<style>
span { border-color: #AB373C; }
span { border-color: rgb(171,55,60); }
td.TdClassName
{
border-color: #AB373C;
}
.TagClassName
{
border-color: #AB373C;
}
</style>