Shades of Red Oxide #60110C
Tints of Red Oxide #60110C
RGB
CMYK
RGB Variations
Color information
#60110C (or 0x60110C) is known color: Red Oxide. HEX triplet: 60, 11 and 0C. RGB value is (96,17,12). Sum of RGB (Red+Green+Blue) = 96+17+12=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #60110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60110C is #9FEEF3. Grayscale: #282828. Windows color (decimal): -10481396 or 790880. OLE color: 790880.
HSL color Cylindrical-coordinate representation of color #60110C: hue angle of 3.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60110C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 12 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.62 |
| HSL | 3.57º | 0.78% | 0.21% | - |
| HSV(B) | 3.57º | 0.88% | 0.38% | - |
| XYZ | 5.09 | 2.91 | 0.64 | - |
| YUV | 40.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 12 | 0 | 0.82 | 0.88 | 0.62 | 3.57 | 0.78 | 0.21 |
| Hex | 60 | 11 | C | 0 | 52 | 58 | 3E | 4 | 4E | 15 |
| Octal | 140 | 21 | 14 | 0 | 122 | 130 | 76 | 4 | 116 | 25 |
| Binary | 1100000 | 10001 | 1100 | 0 | 1010010 | 1011000 | 111110 | 100 | 1001110 | 10101 |
Color Harmonies of #60110C
Complementary color
Monochromatic Colors of #60110C
Black with #60110C
Text Example
Text Example
White with #60110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60110C; }
p { color: rgb(96,17,12); }
H1.HeaderClassName
{
color: #60110C;
}
.AnyTagClassName
{
color: #60110C;
}
</style>
background-color css
<style>
a { background-color: #60110C; }
a { background-color: rgb(96,17,12); }
div.DivClassName
{
background-color: #60110C;
}
.BgClassName
{
background-color: #60110C;
}
</style>
border-color css
<style>
span { border-color: #60110C; }
span { border-color: rgb(96,17,12); }
td.TdClassName
{
border-color: #60110C;
}
.TagClassName
{
border-color: #60110C;
}
</style>