Shades of Guardsman Red #AB373B
Tints of Guardsman Red #AB373B
RGB
CMYK
RGB Variations
Color information
#AB373B (or 0xAB373B) is known color: Guardsman Red. HEX triplet: AB, 37 and 3B. RGB value is (171,55,59). Sum of RGB (Red+Green+Blue) = 171+55+59=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB373B is #54C8C4. Grayscale: #5A5A5A. Windows color (decimal): -5556421 or 3880875. OLE color: 3880875.
HSL color Cylindrical-coordinate representation of color #AB373B: hue angle of 357.93º 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 #AB373B is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 59 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.33 |
| HSL | 357.93º | 0.51% | 0.44% | - |
| HSV(B) | 357.93º | 0.68% | 0.67% | - |
| XYZ | 18.95 | 11.71 | 5.4 | - |
| YUV | 90.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 59 | 0 | 0.68 | 0.65 | 0.33 | 357.93 | 0.51 | 0.44 |
| Hex | AB | 37 | 3B | 0 | 44 | 41 | 21 | 166 | 33 | 2C |
| Octal | 253 | 67 | 73 | 0 | 104 | 101 | 41 | 546 | 63 | 54 |
| Binary | 10101011 | 110111 | 111011 | 0 | 1000100 | 1000001 | 100001 | 101100110 | 110011 | 101100 |
Color Harmonies of #AB373B
Complementary color
Monochromatic Colors of #AB373B
Black with #AB373B
Text Example
Text Example
White with #AB373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB373B; }
p { color: rgb(171,55,59); }
H1.HeaderClassName
{
color: #AB373B;
}
.AnyTagClassName
{
color: #AB373B;
}
</style>
background-color css
<style>
a { background-color: #AB373B; }
a { background-color: rgb(171,55,59); }
div.DivClassName
{
background-color: #AB373B;
}
.BgClassName
{
background-color: #AB373B;
}
</style>
border-color css
<style>
span { border-color: #AB373B; }
span { border-color: rgb(171,55,59); }
td.TdClassName
{
border-color: #AB373B;
}
.TagClassName
{
border-color: #AB373B;
}
</style>