Shades of Guardsman Red #A03739
Tints of Guardsman Red #A03739
RGB
CMYK
RGB Variations
Color information
#A03739 (or 0xA03739) is known color: Guardsman Red. HEX triplet: A0, 37 and 39. RGB value is (160,55,57). Sum of RGB (Red+Green+Blue) = 160+55+57=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A03739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03739 is #5FC8C6. Grayscale: #565656. Windows color (decimal): -6277319 or 3749792. OLE color: 3749792.
HSL color Cylindrical-coordinate representation of color #A03739: hue angle of 358.86º 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 #A03739 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 57 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.37 |
| HSL | 358.86º | 0.49% | 0.42% | - |
| HSV(B) | 358.86º | 0.66% | 0.63% | - |
| XYZ | 16.6 | 10.5 | 5.02 | - |
| YUV | 86.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 57 | 0 | 0.66 | 0.64 | 0.37 | 358.86 | 0.49 | 0.42 |
| Hex | A0 | 37 | 39 | 0 | 42 | 40 | 25 | 167 | 31 | 2A |
| Octal | 240 | 67 | 71 | 0 | 102 | 100 | 45 | 547 | 61 | 52 |
| Binary | 10100000 | 110111 | 111001 | 0 | 1000010 | 1000000 | 100101 | 101100111 | 110001 | 101010 |
Color Harmonies of #A03739
Complementary color
Monochromatic Colors of #A03739
Black with #A03739
Text Example
Text Example
White with #A03739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03739; }
p { color: rgb(160,55,57); }
H1.HeaderClassName
{
color: #A03739;
}
.AnyTagClassName
{
color: #A03739;
}
</style>
background-color css
<style>
a { background-color: #A03739; }
a { background-color: rgb(160,55,57); }
div.DivClassName
{
background-color: #A03739;
}
.BgClassName
{
background-color: #A03739;
}
</style>
border-color css
<style>
span { border-color: #A03739; }
span { border-color: rgb(160,55,57); }
td.TdClassName
{
border-color: #A03739;
}
.TagClassName
{
border-color: #A03739;
}
</style>