Shades of Red Oxide #60190E
Tints of Red Oxide #60190E
RGB
CMYK
RGB Variations
Color information
#60190E (or 0x60190E) is known color: Red Oxide. HEX triplet: 60, 19 and 0E. RGB value is (96,25,14). Sum of RGB (Red+Green+Blue) = 96+25+14=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #60190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60190E is #9FE6F1. Grayscale: #2D2D2D. Windows color (decimal): -10479346 or 924000. OLE color: 924000.
HSL color Cylindrical-coordinate representation of color #60190E: hue angle of 8.05º 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 #60190E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 14 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.62 |
| HSL | 8.05º | 0.75% | 0.22% | - |
| HSV(B) | 8.05º | 0.85% | 0.38% | - |
| XYZ | 5.25 | 3.21 | 0.76 | - |
| YUV | 44.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 14 | 0 | 0.74 | 0.85 | 0.62 | 8.05 | 0.75 | 0.22 |
| Hex | 60 | 19 | E | 0 | 4A | 55 | 3E | 8 | 4B | 16 |
| Octal | 140 | 31 | 16 | 0 | 112 | 125 | 76 | 10 | 113 | 26 |
| Binary | 1100000 | 11001 | 1110 | 0 | 1001010 | 1010101 | 111110 | 1000 | 1001011 | 10110 |
Color Harmonies of #60190E
Complementary color
Monochromatic Colors of #60190E
Black with #60190E
Text Example
Text Example
White with #60190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60190E; }
p { color: rgb(96,25,14); }
H1.HeaderClassName
{
color: #60190E;
}
.AnyTagClassName
{
color: #60190E;
}
</style>
background-color css
<style>
a { background-color: #60190E; }
a { background-color: rgb(96,25,14); }
div.DivClassName
{
background-color: #60190E;
}
.BgClassName
{
background-color: #60190E;
}
</style>
border-color css
<style>
span { border-color: #60190E; }
span { border-color: rgb(96,25,14); }
td.TdClassName
{
border-color: #60190E;
}
.TagClassName
{
border-color: #60190E;
}
</style>