Shades of Red Oxide #60190D
Tints of Red Oxide #60190D
RGB
CMYK
RGB Variations
Color information
#60190D (or 0x60190D) is known color: Red Oxide. HEX triplet: 60, 19 and 0D. RGB value is (96,25,13). Sum of RGB (Red+Green+Blue) = 96+25+13=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #60190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60190D is #9FE6F2. Grayscale: #2C2C2C. Windows color (decimal): -10479347 or 858464. OLE color: 858464.
HSL color Cylindrical-coordinate representation of color #60190D: hue angle of 8.67º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60190D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 13 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.62 |
| HSL | 8.67º | 0.76% | 0.21% | - |
| HSV(B) | 8.67º | 0.86% | 0.38% | - |
| XYZ | 5.24 | 3.21 | 0.72 | - |
| YUV | 44.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 13 | 0 | 0.74 | 0.86 | 0.62 | 8.67 | 0.76 | 0.21 |
| Hex | 60 | 19 | D | 0 | 4A | 56 | 3E | 9 | 4C | 15 |
| Octal | 140 | 31 | 15 | 0 | 112 | 126 | 76 | 11 | 114 | 25 |
| Binary | 1100000 | 11001 | 1101 | 0 | 1001010 | 1010110 | 111110 | 1001 | 1001100 | 10101 |
Color Harmonies of #60190D
Complementary color
Monochromatic Colors of #60190D
Black with #60190D
Text Example
Text Example
White with #60190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60190D; }
p { color: rgb(96,25,13); }
H1.HeaderClassName
{
color: #60190D;
}
.AnyTagClassName
{
color: #60190D;
}
</style>
background-color css
<style>
a { background-color: #60190D; }
a { background-color: rgb(96,25,13); }
div.DivClassName
{
background-color: #60190D;
}
.BgClassName
{
background-color: #60190D;
}
</style>
border-color css
<style>
span { border-color: #60190D; }
span { border-color: rgb(96,25,13); }
td.TdClassName
{
border-color: #60190D;
}
.TagClassName
{
border-color: #60190D;
}
</style>