Shades of Red Oxide #60190C
Tints of Red Oxide #60190C
RGB
CMYK
RGB Variations
Color information
#60190C (or 0x60190C) is known color: Red Oxide. HEX triplet: 60, 19 and 0C. RGB value is (96,25,12). Sum of RGB (Red+Green+Blue) = 96+25+12=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #60190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60190C is #9FE6F3. Grayscale: #2C2C2C. Windows color (decimal): -10479348 or 792928. OLE color: 792928.
HSL color Cylindrical-coordinate representation of color #60190C: hue angle of 9.29º 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 #60190C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 12 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.62 |
| HSL | 9.29º | 0.78% | 0.21% | - |
| HSV(B) | 9.29º | 0.88% | 0.38% | - |
| XYZ | 5.24 | 3.21 | 0.69 | - |
| YUV | 44.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 12 | 0 | 0.74 | 0.88 | 0.62 | 9.29 | 0.78 | 0.21 |
| Hex | 60 | 19 | C | 0 | 4A | 58 | 3E | 9 | 4E | 15 |
| Octal | 140 | 31 | 14 | 0 | 112 | 130 | 76 | 11 | 116 | 25 |
| Binary | 1100000 | 11001 | 1100 | 0 | 1001010 | 1011000 | 111110 | 1001 | 1001110 | 10101 |
Color Harmonies of #60190C
Complementary color
Monochromatic Colors of #60190C
Black with #60190C
Text Example
Text Example
White with #60190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60190C; }
p { color: rgb(96,25,12); }
H1.HeaderClassName
{
color: #60190C;
}
.AnyTagClassName
{
color: #60190C;
}
</style>
background-color css
<style>
a { background-color: #60190C; }
a { background-color: rgb(96,25,12); }
div.DivClassName
{
background-color: #60190C;
}
.BgClassName
{
background-color: #60190C;
}
</style>
border-color css
<style>
span { border-color: #60190C; }
span { border-color: rgb(96,25,12); }
td.TdClassName
{
border-color: #60190C;
}
.TagClassName
{
border-color: #60190C;
}
</style>