Shades of Red Oxide #60100E
Tints of Red Oxide #60100E
RGB
CMYK
RGB Variations
Color information
#60100E (or 0x60100E) is known color: Red Oxide. HEX triplet: 60, 10 and 0E. RGB value is (96,16,14). Sum of RGB (Red+Green+Blue) = 96+16+14=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60100E is #9FEFF1. Grayscale: #272727. Windows color (decimal): -10481650 or 921696. OLE color: 921696.
HSL color Cylindrical-coordinate representation of color #60100E: hue angle of 1.46º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60100E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 14 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.62 |
| HSL | 1.46º | 0.75% | 0.22% | - |
| HSV(B) | 1.46º | 0.85% | 0.38% | - |
| XYZ | 5.09 | 2.89 | 0.7 | - |
| YUV | 39.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 14 | 0 | 0.83 | 0.85 | 0.62 | 1.46 | 0.75 | 0.22 |
| Hex | 60 | 10 | E | 0 | 53 | 55 | 3E | 1 | 4B | 16 |
| Octal | 140 | 20 | 16 | 0 | 123 | 125 | 76 | 1 | 113 | 26 |
| Binary | 1100000 | 10000 | 1110 | 0 | 1010011 | 1010101 | 111110 | 1 | 1001011 | 10110 |
Color Harmonies of #60100E
Complementary color
Monochromatic Colors of #60100E
Black with #60100E
Text Example
Text Example
White with #60100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60100E; }
p { color: rgb(96,16,14); }
H1.HeaderClassName
{
color: #60100E;
}
.AnyTagClassName
{
color: #60100E;
}
</style>
background-color css
<style>
a { background-color: #60100E; }
a { background-color: rgb(96,16,14); }
div.DivClassName
{
background-color: #60100E;
}
.BgClassName
{
background-color: #60100E;
}
</style>
border-color css
<style>
span { border-color: #60100E; }
span { border-color: rgb(96,16,14); }
td.TdClassName
{
border-color: #60100E;
}
.TagClassName
{
border-color: #60100E;
}
</style>