Shades of Guardsman Red #A0373E
Tints of Guardsman Red #A0373E
RGB
CMYK
RGB Variations
Color information
#A0373E (or 0xA0373E) is known color: Guardsman Red. HEX triplet: A0, 37 and 3E. RGB value is (160,55,62). Sum of RGB (Red+Green+Blue) = 160+55+62=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0373E is #5FC8C1. Grayscale: #575757. Windows color (decimal): -6277314 or 4077472. OLE color: 4077472.
HSL color Cylindrical-coordinate representation of color #A0373E: hue angle of 356º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0373E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 62 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.37 |
| HSL | 356º | 0.49% | 0.42% | - |
| HSV(B) | 356º | 0.66% | 0.63% | - |
| XYZ | 16.73 | 10.55 | 5.71 | - |
| YUV | 87.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 62 | 0 | 0.66 | 0.61 | 0.37 | 356 | 0.49 | 0.42 |
| Hex | A0 | 37 | 3E | 0 | 42 | 3D | 25 | 164 | 31 | 2A |
| Octal | 240 | 67 | 76 | 0 | 102 | 75 | 45 | 544 | 61 | 52 |
| Binary | 10100000 | 110111 | 111110 | 0 | 1000010 | 111101 | 100101 | 101100100 | 110001 | 101010 |
Color Harmonies of #A0373E
Complementary color
Monochromatic Colors of #A0373E
Black with #A0373E
Text Example
Text Example
White with #A0373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0373E; }
p { color: rgb(160,55,62); }
H1.HeaderClassName
{
color: #A0373E;
}
.AnyTagClassName
{
color: #A0373E;
}
</style>
background-color css
<style>
a { background-color: #A0373E; }
a { background-color: rgb(160,55,62); }
div.DivClassName
{
background-color: #A0373E;
}
.BgClassName
{
background-color: #A0373E;
}
</style>
border-color css
<style>
span { border-color: #A0373E; }
span { border-color: rgb(160,55,62); }
td.TdClassName
{
border-color: #A0373E;
}
.TagClassName
{
border-color: #A0373E;
}
</style>