Shades of Red Oxide #60170D
Tints of Red Oxide #60170D
RGB
CMYK
RGB Variations
Color information
#60170D (or 0x60170D) is known color: Red Oxide. HEX triplet: 60, 17 and 0D. RGB value is (96,23,13). Sum of RGB (Red+Green+Blue) = 96+23+13=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #60170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60170D is #9FE8F2. Grayscale: #2B2B2B. Windows color (decimal): -10479859 or 857952. OLE color: 857952.
HSL color Cylindrical-coordinate representation of color #60170D: hue angle of 7.23º 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 #60170D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 13 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.62 |
| HSL | 7.23º | 0.76% | 0.21% | - |
| HSV(B) | 7.23º | 0.86% | 0.38% | - |
| XYZ | 5.2 | 3.13 | 0.71 | - |
| YUV | 43.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 13 | 0 | 0.76 | 0.86 | 0.62 | 7.23 | 0.76 | 0.21 |
| Hex | 60 | 17 | D | 0 | 4C | 56 | 3E | 7 | 4C | 15 |
| Octal | 140 | 27 | 15 | 0 | 114 | 126 | 76 | 7 | 114 | 25 |
| Binary | 1100000 | 10111 | 1101 | 0 | 1001100 | 1010110 | 111110 | 111 | 1001100 | 10101 |
Color Harmonies of #60170D
Complementary color
Monochromatic Colors of #60170D
Black with #60170D
Text Example
Text Example
White with #60170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60170D; }
p { color: rgb(96,23,13); }
H1.HeaderClassName
{
color: #60170D;
}
.AnyTagClassName
{
color: #60170D;
}
</style>
background-color css
<style>
a { background-color: #60170D; }
a { background-color: rgb(96,23,13); }
div.DivClassName
{
background-color: #60170D;
}
.BgClassName
{
background-color: #60170D;
}
</style>
border-color css
<style>
span { border-color: #60170D; }
span { border-color: rgb(96,23,13); }
td.TdClassName
{
border-color: #60170D;
}
.TagClassName
{
border-color: #60170D;
}
</style>