Shades of Red Oxide #60160C
Tints of Red Oxide #60160C
RGB
CMYK
RGB Variations
Color information
#60160C (or 0x60160C) is known color: Red Oxide. HEX triplet: 60, 16 and 0C. RGB value is (96,22,12). Sum of RGB (Red+Green+Blue) = 96+22+12=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60160C is #9FE9F3. Grayscale: #2B2B2B. Windows color (decimal): -10480116 or 792160. OLE color: 792160.
HSL color Cylindrical-coordinate representation of color #60160C: hue angle of 7.14º 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 #60160C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 12 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.62 |
| HSL | 7.14º | 0.78% | 0.21% | - |
| HSV(B) | 7.14º | 0.88% | 0.38% | - |
| XYZ | 5.18 | 3.09 | 0.67 | - |
| YUV | 42.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 12 | 0 | 0.77 | 0.88 | 0.62 | 7.14 | 0.78 | 0.21 |
| Hex | 60 | 16 | C | 0 | 4D | 58 | 3E | 7 | 4E | 15 |
| Octal | 140 | 26 | 14 | 0 | 115 | 130 | 76 | 7 | 116 | 25 |
| Binary | 1100000 | 10110 | 1100 | 0 | 1001101 | 1011000 | 111110 | 111 | 1001110 | 10101 |
Color Harmonies of #60160C
Complementary color
Monochromatic Colors of #60160C
Black with #60160C
Text Example
Text Example
White with #60160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60160C; }
p { color: rgb(96,22,12); }
H1.HeaderClassName
{
color: #60160C;
}
.AnyTagClassName
{
color: #60160C;
}
</style>
background-color css
<style>
a { background-color: #60160C; }
a { background-color: rgb(96,22,12); }
div.DivClassName
{
background-color: #60160C;
}
.BgClassName
{
background-color: #60160C;
}
</style>
border-color css
<style>
span { border-color: #60160C; }
span { border-color: rgb(96,22,12); }
td.TdClassName
{
border-color: #60160C;
}
.TagClassName
{
border-color: #60160C;
}
</style>