Shades of Red Oxide #60110D
Tints of Red Oxide #60110D
RGB
CMYK
RGB Variations
Color information
#60110D (or 0x60110D) is known color: Red Oxide. HEX triplet: 60, 11 and 0D. RGB value is (96,17,13). Sum of RGB (Red+Green+Blue) = 96+17+13=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60110D is #9FEEF2. Grayscale: #282828. Windows color (decimal): -10481395 or 856416. OLE color: 856416.
HSL color Cylindrical-coordinate representation of color #60110D: hue angle of 2.89º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60110D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 13 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.62 |
| HSL | 2.89º | 0.76% | 0.21% | - |
| HSV(B) | 2.89º | 0.86% | 0.38% | - |
| XYZ | 5.1 | 2.92 | 0.68 | - |
| YUV | 40.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 13 | 0 | 0.82 | 0.86 | 0.62 | 2.89 | 0.76 | 0.21 |
| Hex | 60 | 11 | D | 0 | 52 | 56 | 3E | 3 | 4C | 15 |
| Octal | 140 | 21 | 15 | 0 | 122 | 126 | 76 | 3 | 114 | 25 |
| Binary | 1100000 | 10001 | 1101 | 0 | 1010010 | 1010110 | 111110 | 11 | 1001100 | 10101 |
Color Harmonies of #60110D
Complementary color
Monochromatic Colors of #60110D
Black with #60110D
Text Example
Text Example
White with #60110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60110D; }
p { color: rgb(96,17,13); }
H1.HeaderClassName
{
color: #60110D;
}
.AnyTagClassName
{
color: #60110D;
}
</style>
background-color css
<style>
a { background-color: #60110D; }
a { background-color: rgb(96,17,13); }
div.DivClassName
{
background-color: #60110D;
}
.BgClassName
{
background-color: #60110D;
}
</style>
border-color css
<style>
span { border-color: #60110D; }
span { border-color: rgb(96,17,13); }
td.TdClassName
{
border-color: #60110D;
}
.TagClassName
{
border-color: #60110D;
}
</style>