Shades of Guardsman Red #A0393B
Tints of Guardsman Red #A0393B
RGB
CMYK
RGB Variations
Color information
#A0393B (or 0xA0393B) is known color: Guardsman Red. HEX triplet: A0, 39 and 3B. RGB value is (160,57,59). Sum of RGB (Red+Green+Blue) = 160+57+59=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0393B is #5FC6C4. Grayscale: #585858. Windows color (decimal): -6276805 or 3881376. OLE color: 3881376.
HSL color Cylindrical-coordinate representation of color #A0393B: hue angle of 358.83º 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 #A0393B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 59 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.37 |
| HSL | 358.84º | 0.47% | 0.43% | - |
| HSV(B) | 358.84º | 0.64% | 0.63% | - |
| XYZ | 16.75 | 10.72 | 5.32 | - |
| YUV | 88.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 59 | 0 | 0.64 | 0.63 | 0.37 | 358.84 | 0.47 | 0.43 |
| Hex | A0 | 39 | 3B | 0 | 40 | 3F | 25 | 167 | 2F | 2B |
| Octal | 240 | 71 | 73 | 0 | 100 | 77 | 45 | 547 | 57 | 53 |
| Binary | 10100000 | 111001 | 111011 | 0 | 1000000 | 111111 | 100101 | 101100111 | 101111 | 101011 |
Color Harmonies of #A0393B
Complementary color
Monochromatic Colors of #A0393B
Black with #A0393B
Text Example
Text Example
White with #A0393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0393B; }
p { color: rgb(160,57,59); }
H1.HeaderClassName
{
color: #A0393B;
}
.AnyTagClassName
{
color: #A0393B;
}
</style>
background-color css
<style>
a { background-color: #A0393B; }
a { background-color: rgb(160,57,59); }
div.DivClassName
{
background-color: #A0393B;
}
.BgClassName
{
background-color: #A0393B;
}
</style>
border-color css
<style>
span { border-color: #A0393B; }
span { border-color: rgb(160,57,59); }
td.TdClassName
{
border-color: #A0393B;
}
.TagClassName
{
border-color: #A0393B;
}
</style>