Shades of Red Oxide #60190B
Tints of Red Oxide #60190B
RGB
CMYK
RGB Variations
Color information
#60190B (or 0x60190B) is known color: Red Oxide. HEX triplet: 60, 19 and 0B. RGB value is (96,25,11). Sum of RGB (Red+Green+Blue) = 96+25+11=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #60190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60190B is #9FE6F4. Grayscale: #2C2C2C. Windows color (decimal): -10479349 or 727392. OLE color: 727392.
HSL color Cylindrical-coordinate representation of color #60190B: hue angle of 9.88º 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 #60190B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 11 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.62 |
| HSL | 9.88º | 0.79% | 0.21% | - |
| HSV(B) | 9.88º | 0.89% | 0.38% | - |
| XYZ | 5.23 | 3.21 | 0.66 | - |
| YUV | 44.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 11 | 0 | 0.74 | 0.89 | 0.62 | 9.88 | 0.79 | 0.21 |
| Hex | 60 | 19 | B | 0 | 4A | 59 | 3E | A | 4F | 15 |
| Octal | 140 | 31 | 13 | 0 | 112 | 131 | 76 | 12 | 117 | 25 |
| Binary | 1100000 | 11001 | 1011 | 0 | 1001010 | 1011001 | 111110 | 1010 | 1001111 | 10101 |
Color Harmonies of #60190B
Complementary color
Monochromatic Colors of #60190B
Black with #60190B
Text Example
Text Example
White with #60190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60190B; }
p { color: rgb(96,25,11); }
H1.HeaderClassName
{
color: #60190B;
}
.AnyTagClassName
{
color: #60190B;
}
</style>
background-color css
<style>
a { background-color: #60190B; }
a { background-color: rgb(96,25,11); }
div.DivClassName
{
background-color: #60190B;
}
.BgClassName
{
background-color: #60190B;
}
</style>
border-color css
<style>
span { border-color: #60190B; }
span { border-color: rgb(96,25,11); }
td.TdClassName
{
border-color: #60190B;
}
.TagClassName
{
border-color: #60190B;
}
</style>