Shades of Red Oxide #60100C
Tints of Red Oxide #60100C
RGB
CMYK
RGB Variations
Color information
#60100C (or 0x60100C) is known color: Red Oxide. HEX triplet: 60, 10 and 0C. RGB value is (96,16,12). Sum of RGB (Red+Green+Blue) = 96+16+12=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #60100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60100C is #9FEFF3. Grayscale: #272727. Windows color (decimal): -10481652 or 790624. OLE color: 790624.
HSL color Cylindrical-coordinate representation of color #60100C: hue angle of 2.86º 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 #60100C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 12 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.62 |
| HSL | 2.86º | 0.78% | 0.21% | - |
| HSV(B) | 2.86º | 0.88% | 0.38% | - |
| XYZ | 5.08 | 2.88 | 0.64 | - |
| YUV | 39.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 12 | 0 | 0.83 | 0.88 | 0.62 | 2.86 | 0.78 | 0.21 |
| Hex | 60 | 10 | C | 0 | 53 | 58 | 3E | 3 | 4E | 15 |
| Octal | 140 | 20 | 14 | 0 | 123 | 130 | 76 | 3 | 116 | 25 |
| Binary | 1100000 | 10000 | 1100 | 0 | 1010011 | 1011000 | 111110 | 11 | 1001110 | 10101 |
Color Harmonies of #60100C
Complementary color
Monochromatic Colors of #60100C
Black with #60100C
Text Example
Text Example
White with #60100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60100C; }
p { color: rgb(96,16,12); }
H1.HeaderClassName
{
color: #60100C;
}
.AnyTagClassName
{
color: #60100C;
}
</style>
background-color css
<style>
a { background-color: #60100C; }
a { background-color: rgb(96,16,12); }
div.DivClassName
{
background-color: #60100C;
}
.BgClassName
{
background-color: #60100C;
}
</style>
border-color css
<style>
span { border-color: #60100C; }
span { border-color: rgb(96,16,12); }
td.TdClassName
{
border-color: #60100C;
}
.TagClassName
{
border-color: #60100C;
}
</style>