Shades of Red Oxide #60120B
Tints of Red Oxide #60120B
RGB
CMYK
RGB Variations
Color information
#60120B (or 0x60120B) is known color: Red Oxide. HEX triplet: 60, 12 and 0B. RGB value is (96,18,11). Sum of RGB (Red+Green+Blue) = 96+18+11=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #60120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60120B is #9FEDF4. Grayscale: #282828. Windows color (decimal): -10481141 or 725600. OLE color: 725600.
HSL color Cylindrical-coordinate representation of color #60120B: hue angle of 4.94º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60120B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 11 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.62 |
| HSL | 4.94º | 0.79% | 0.21% | - |
| HSV(B) | 4.94º | 0.89% | 0.38% | - |
| XYZ | 5.1 | 2.94 | 0.62 | - |
| YUV | 40.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 11 | 0 | 0.81 | 0.89 | 0.62 | 4.94 | 0.79 | 0.21 |
| Hex | 60 | 12 | B | 0 | 51 | 59 | 3E | 5 | 4F | 15 |
| Octal | 140 | 22 | 13 | 0 | 121 | 131 | 76 | 5 | 117 | 25 |
| Binary | 1100000 | 10010 | 1011 | 0 | 1010001 | 1011001 | 111110 | 101 | 1001111 | 10101 |
Color Harmonies of #60120B
Complementary color
Monochromatic Colors of #60120B
Black with #60120B
Text Example
Text Example
White with #60120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60120B; }
p { color: rgb(96,18,11); }
H1.HeaderClassName
{
color: #60120B;
}
.AnyTagClassName
{
color: #60120B;
}
</style>
background-color css
<style>
a { background-color: #60120B; }
a { background-color: rgb(96,18,11); }
div.DivClassName
{
background-color: #60120B;
}
.BgClassName
{
background-color: #60120B;
}
</style>
border-color css
<style>
span { border-color: #60120B; }
span { border-color: rgb(96,18,11); }
td.TdClassName
{
border-color: #60120B;
}
.TagClassName
{
border-color: #60120B;
}
</style>