Shades of Red Oxide #60130B
Tints of Red Oxide #60130B
RGB
CMYK
RGB Variations
Color information
#60130B (or 0x60130B) is known color: Red Oxide. HEX triplet: 60, 13 and 0B. RGB value is (96,19,11). Sum of RGB (Red+Green+Blue) = 96+19+11=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60130B is #9FECF4. Grayscale: #292929. Windows color (decimal): -10480885 or 725856. OLE color: 725856.
HSL color Cylindrical-coordinate representation of color #60130B: hue angle of 5.65º 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 #60130B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 11 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.62 |
| HSL | 5.65º | 0.79% | 0.21% | - |
| HSV(B) | 5.65º | 0.89% | 0.38% | - |
| XYZ | 5.12 | 2.98 | 0.62 | - |
| YUV | 41.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 11 | 0 | 0.80 | 0.89 | 0.62 | 5.65 | 0.79 | 0.21 |
| Hex | 60 | 13 | B | 0 | 50 | 59 | 3E | 6 | 4F | 15 |
| Octal | 140 | 23 | 13 | 0 | 120 | 131 | 76 | 6 | 117 | 25 |
| Binary | 1100000 | 10011 | 1011 | 0 | 1010000 | 1011001 | 111110 | 110 | 1001111 | 10101 |
Color Harmonies of #60130B
Complementary color
Monochromatic Colors of #60130B
Black with #60130B
Text Example
Text Example
White with #60130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60130B; }
p { color: rgb(96,19,11); }
H1.HeaderClassName
{
color: #60130B;
}
.AnyTagClassName
{
color: #60130B;
}
</style>
background-color css
<style>
a { background-color: #60130B; }
a { background-color: rgb(96,19,11); }
div.DivClassName
{
background-color: #60130B;
}
.BgClassName
{
background-color: #60130B;
}
</style>
border-color css
<style>
span { border-color: #60130B; }
span { border-color: rgb(96,19,11); }
td.TdClassName
{
border-color: #60130B;
}
.TagClassName
{
border-color: #60130B;
}
</style>