Shades of Red Oxide #60170C
Tints of Red Oxide #60170C
RGB
CMYK
RGB Variations
Color information
#60170C (or 0x60170C) is known color: Red Oxide. HEX triplet: 60, 17 and 0C. RGB value is (96,23,12). Sum of RGB (Red+Green+Blue) = 96+23+12=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #60170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60170C is #9FE8F3. Grayscale: #2B2B2B. Windows color (decimal): -10479860 or 792416. OLE color: 792416.
HSL color Cylindrical-coordinate representation of color #60170C: hue angle of 7.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 #60170C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 12 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.62 |
| HSL | 7.86º | 0.78% | 0.21% | - |
| HSV(B) | 7.86º | 0.88% | 0.38% | - |
| XYZ | 5.2 | 3.13 | 0.68 | - |
| YUV | 43.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 12 | 0 | 0.76 | 0.88 | 0.62 | 7.86 | 0.78 | 0.21 |
| Hex | 60 | 17 | C | 0 | 4C | 58 | 3E | 8 | 4E | 15 |
| Octal | 140 | 27 | 14 | 0 | 114 | 130 | 76 | 10 | 116 | 25 |
| Binary | 1100000 | 10111 | 1100 | 0 | 1001100 | 1011000 | 111110 | 1000 | 1001110 | 10101 |
Color Harmonies of #60170C
Complementary color
Monochromatic Colors of #60170C
Black with #60170C
Text Example
Text Example
White with #60170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60170C; }
p { color: rgb(96,23,12); }
H1.HeaderClassName
{
color: #60170C;
}
.AnyTagClassName
{
color: #60170C;
}
</style>
background-color css
<style>
a { background-color: #60170C; }
a { background-color: rgb(96,23,12); }
div.DivClassName
{
background-color: #60170C;
}
.BgClassName
{
background-color: #60170C;
}
</style>
border-color css
<style>
span { border-color: #60170C; }
span { border-color: rgb(96,23,12); }
td.TdClassName
{
border-color: #60170C;
}
.TagClassName
{
border-color: #60170C;
}
</style>