Shades of Red Oxide #60130D
Tints of Red Oxide #60130D
RGB
CMYK
RGB Variations
Color information
#60130D (or 0x60130D) is known color: Red Oxide. HEX triplet: 60, 13 and 0D. RGB value is (96,19,13). Sum of RGB (Red+Green+Blue) = 96+19+13=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #60130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60130D is #9FECF2. Grayscale: #292929. Windows color (decimal): -10480883 or 856928. OLE color: 856928.
HSL color Cylindrical-coordinate representation of color #60130D: hue angle of 4.34º 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 #60130D is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 13 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.62 |
| HSL | 4.34º | 0.76% | 0.21% | - |
| HSV(B) | 4.34º | 0.86% | 0.38% | - |
| XYZ | 5.13 | 2.98 | 0.69 | - |
| YUV | 41.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 13 | 0 | 0.80 | 0.86 | 0.62 | 4.34 | 0.76 | 0.21 |
| Hex | 60 | 13 | D | 0 | 50 | 56 | 3E | 4 | 4C | 15 |
| Octal | 140 | 23 | 15 | 0 | 120 | 126 | 76 | 4 | 114 | 25 |
| Binary | 1100000 | 10011 | 1101 | 0 | 1010000 | 1010110 | 111110 | 100 | 1001100 | 10101 |
Color Harmonies of #60130D
Complementary color
Monochromatic Colors of #60130D
Black with #60130D
Text Example
Text Example
White with #60130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60130D; }
p { color: rgb(96,19,13); }
H1.HeaderClassName
{
color: #60130D;
}
.AnyTagClassName
{
color: #60130D;
}
</style>
background-color css
<style>
a { background-color: #60130D; }
a { background-color: rgb(96,19,13); }
div.DivClassName
{
background-color: #60130D;
}
.BgClassName
{
background-color: #60130D;
}
</style>
border-color css
<style>
span { border-color: #60130D; }
span { border-color: rgb(96,19,13); }
td.TdClassName
{
border-color: #60130D;
}
.TagClassName
{
border-color: #60130D;
}
</style>