Shades of Red Oxide #60170B
Tints of Red Oxide #60170B
RGB
CMYK
RGB Variations
Color information
#60170B (or 0x60170B) is known color: Red Oxide. HEX triplet: 60, 17 and 0B. RGB value is (96,23,11). Sum of RGB (Red+Green+Blue) = 96+23+11=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60170B is #9FE8F4. Grayscale: #2B2B2B. Windows color (decimal): -10479861 or 726880. OLE color: 726880.
HSL color Cylindrical-coordinate representation of color #60170B: hue angle of 8.47º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60170B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 11 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.62 |
| HSL | 8.47º | 0.79% | 0.21% | - |
| HSV(B) | 8.47º | 0.89% | 0.38% | - |
| XYZ | 5.19 | 3.12 | 0.65 | - |
| YUV | 43.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 11 | 0 | 0.76 | 0.89 | 0.62 | 8.47 | 0.79 | 0.21 |
| Hex | 60 | 17 | B | 0 | 4C | 59 | 3E | 8 | 4F | 15 |
| Octal | 140 | 27 | 13 | 0 | 114 | 131 | 76 | 10 | 117 | 25 |
| Binary | 1100000 | 10111 | 1011 | 0 | 1001100 | 1011001 | 111110 | 1000 | 1001111 | 10101 |
Color Harmonies of #60170B
Complementary color
Monochromatic Colors of #60170B
Black with #60170B
Text Example
Text Example
White with #60170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60170B; }
p { color: rgb(96,23,11); }
H1.HeaderClassName
{
color: #60170B;
}
.AnyTagClassName
{
color: #60170B;
}
</style>
background-color css
<style>
a { background-color: #60170B; }
a { background-color: rgb(96,23,11); }
div.DivClassName
{
background-color: #60170B;
}
.BgClassName
{
background-color: #60170B;
}
</style>
border-color css
<style>
span { border-color: #60170B; }
span { border-color: rgb(96,23,11); }
td.TdClassName
{
border-color: #60170B;
}
.TagClassName
{
border-color: #60170B;
}
</style>