Shades of Red Oxide #60160B
Tints of Red Oxide #60160B
RGB
CMYK
RGB Variations
Color information
#60160B (or 0x60160B) is known color: Red Oxide. HEX triplet: 60, 16 and 0B. RGB value is (96,22,11). Sum of RGB (Red+Green+Blue) = 96+22+11=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60160B is #9FE9F4. Grayscale: #2A2A2A. Windows color (decimal): -10480117 or 726624. OLE color: 726624.
HSL color Cylindrical-coordinate representation of color #60160B: hue angle of 7.76º 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 #60160B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 11 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.62 |
| HSL | 7.76º | 0.79% | 0.21% | - |
| HSV(B) | 7.76º | 0.89% | 0.38% | - |
| XYZ | 5.17 | 3.08 | 0.64 | - |
| YUV | 42.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 11 | 0 | 0.77 | 0.89 | 0.62 | 7.76 | 0.79 | 0.21 |
| Hex | 60 | 16 | B | 0 | 4D | 59 | 3E | 8 | 4F | 15 |
| Octal | 140 | 26 | 13 | 0 | 115 | 131 | 76 | 10 | 117 | 25 |
| Binary | 1100000 | 10110 | 1011 | 0 | 1001101 | 1011001 | 111110 | 1000 | 1001111 | 10101 |
Color Harmonies of #60160B
Complementary color
Monochromatic Colors of #60160B
Black with #60160B
Text Example
Text Example
White with #60160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60160B; }
p { color: rgb(96,22,11); }
H1.HeaderClassName
{
color: #60160B;
}
.AnyTagClassName
{
color: #60160B;
}
</style>
background-color css
<style>
a { background-color: #60160B; }
a { background-color: rgb(96,22,11); }
div.DivClassName
{
background-color: #60160B;
}
.BgClassName
{
background-color: #60160B;
}
</style>
border-color css
<style>
span { border-color: #60160B; }
span { border-color: rgb(96,22,11); }
td.TdClassName
{
border-color: #60160B;
}
.TagClassName
{
border-color: #60160B;
}
</style>