Shades of Guardsman Red #A03139
Tints of Guardsman Red #A03139
RGB
CMYK
RGB Variations
Color information
#A03139 (or 0xA03139) is known color: Guardsman Red. HEX triplet: A0, 31 and 39. RGB value is (160,49,57). Sum of RGB (Red+Green+Blue) = 160+49+57=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A03139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03139 is #5FCEC6. Grayscale: #535353. Windows color (decimal): -6278855 or 3748256. OLE color: 3748256.
HSL color Cylindrical-coordinate representation of color #A03139: hue angle of 355.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03139 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 57 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.37 |
| HSL | 355.68º | 0.53% | 0.41% | - |
| HSV(B) | 355.68º | 0.69% | 0.63% | - |
| XYZ | 16.33 | 9.97 | 4.93 | - |
| YUV | 83.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 57 | 0 | 0.69 | 0.64 | 0.37 | 355.68 | 0.53 | 0.41 |
| Hex | A0 | 31 | 39 | 0 | 45 | 40 | 25 | 164 | 35 | 29 |
| Octal | 240 | 61 | 71 | 0 | 105 | 100 | 45 | 544 | 65 | 51 |
| Binary | 10100000 | 110001 | 111001 | 0 | 1000101 | 1000000 | 100101 | 101100100 | 110101 | 101001 |
Color Harmonies of #A03139
Complementary color
Monochromatic Colors of #A03139
Black with #A03139
Text Example
Text Example
White with #A03139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03139; }
p { color: rgb(160,49,57); }
H1.HeaderClassName
{
color: #A03139;
}
.AnyTagClassName
{
color: #A03139;
}
</style>
background-color css
<style>
a { background-color: #A03139; }
a { background-color: rgb(160,49,57); }
div.DivClassName
{
background-color: #A03139;
}
.BgClassName
{
background-color: #A03139;
}
</style>
border-color css
<style>
span { border-color: #A03139; }
span { border-color: rgb(160,49,57); }
td.TdClassName
{
border-color: #A03139;
}
.TagClassName
{
border-color: #A03139;
}
</style>