Shades of Guardsman Red #A0393C
Tints of Guardsman Red #A0393C
RGB
CMYK
RGB Variations
Color information
#A0393C (or 0xA0393C) is known color: Guardsman Red. HEX triplet: A0, 39 and 3C. RGB value is (160,57,60). Sum of RGB (Red+Green+Blue) = 160+57+60=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0393C is #5FC6C3. Grayscale: #585858. Windows color (decimal): -6276804 or 3946912. OLE color: 3946912.
HSL color Cylindrical-coordinate representation of color #A0393C: hue angle of 358.25º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0393C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 60 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.37 |
| HSL | 358.25º | 0.47% | 0.43% | - |
| HSV(B) | 358.25º | 0.64% | 0.63% | - |
| XYZ | 16.78 | 10.73 | 5.46 | - |
| YUV | 88.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 60 | 0 | 0.64 | 0.62 | 0.37 | 358.25 | 0.47 | 0.43 |
| Hex | A0 | 39 | 3C | 0 | 40 | 3E | 25 | 166 | 2F | 2B |
| Octal | 240 | 71 | 74 | 0 | 100 | 76 | 45 | 546 | 57 | 53 |
| Binary | 10100000 | 111001 | 111100 | 0 | 1000000 | 111110 | 100101 | 101100110 | 101111 | 101011 |
Color Harmonies of #A0393C
Complementary color
Monochromatic Colors of #A0393C
Black with #A0393C
Text Example
Text Example
White with #A0393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0393C; }
p { color: rgb(160,57,60); }
H1.HeaderClassName
{
color: #A0393C;
}
.AnyTagClassName
{
color: #A0393C;
}
</style>
background-color css
<style>
a { background-color: #A0393C; }
a { background-color: rgb(160,57,60); }
div.DivClassName
{
background-color: #A0393C;
}
.BgClassName
{
background-color: #A0393C;
}
</style>
border-color css
<style>
span { border-color: #A0393C; }
span { border-color: rgb(160,57,60); }
td.TdClassName
{
border-color: #A0393C;
}
.TagClassName
{
border-color: #A0393C;
}
</style>