Shades of Guardsman Red #A03637
Tints of Guardsman Red #A03637
RGB
CMYK
RGB Variations
Color information
#A03637 (or 0xA03637) is known color: Guardsman Red. HEX triplet: A0, 36 and 37. RGB value is (160,54,55). Sum of RGB (Red+Green+Blue) = 160+54+55=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A03637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03637 is #5FC9C8. Grayscale: #555555. Windows color (decimal): -6277577 or 3618464. OLE color: 3618464.
HSL color Cylindrical-coordinate representation of color #A03637: hue angle of 359.43º degrees, saturation: 0.5, 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 #A03637 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 55 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.37 |
| HSL | 359.43º | 0.5% | 0.42% | - |
| HSV(B) | 359.43º | 0.66% | 0.63% | - |
| XYZ | 16.51 | 10.39 | 4.75 | - |
| YUV | 85.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 55 | 0 | 0.66 | 0.66 | 0.37 | 359.43 | 0.5 | 0.42 |
| Hex | A0 | 36 | 37 | 0 | 42 | 42 | 25 | 167 | 32 | 2A |
| Octal | 240 | 66 | 67 | 0 | 102 | 102 | 45 | 547 | 62 | 52 |
| Binary | 10100000 | 110110 | 110111 | 0 | 1000010 | 1000010 | 100101 | 101100111 | 110010 | 101010 |
Color Harmonies of #A03637
Complementary color
Monochromatic Colors of #A03637
Black with #A03637
Text Example
Text Example
White with #A03637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03637; }
p { color: rgb(160,54,55); }
H1.HeaderClassName
{
color: #A03637;
}
.AnyTagClassName
{
color: #A03637;
}
</style>
background-color css
<style>
a { background-color: #A03637; }
a { background-color: rgb(160,54,55); }
div.DivClassName
{
background-color: #A03637;
}
.BgClassName
{
background-color: #A03637;
}
</style>
border-color css
<style>
span { border-color: #A03637; }
span { border-color: rgb(160,54,55); }
td.TdClassName
{
border-color: #A03637;
}
.TagClassName
{
border-color: #A03637;
}
</style>