Shades of Red Oxide #60190F
Tints of Red Oxide #60190F
RGB
CMYK
RGB Variations
Color information
#60190F (or 0x60190F) is known color: Red Oxide. HEX triplet: 60, 19 and 0F. RGB value is (96,25,15). Sum of RGB (Red+Green+Blue) = 96+25+15=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #60190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60190F is #9FE6F0. Grayscale: #2D2D2D. Windows color (decimal): -10479345 or 989536. OLE color: 989536.
HSL color Cylindrical-coordinate representation of color #60190F: hue angle of 7.41º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60190F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 15 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.62 |
| HSL | 7.41º | 0.73% | 0.22% | - |
| HSV(B) | 7.41º | 0.84% | 0.38% | - |
| XYZ | 5.26 | 3.22 | 0.8 | - |
| YUV | 45.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 15 | 0 | 0.74 | 0.84 | 0.62 | 7.41 | 0.73 | 0.22 |
| Hex | 60 | 19 | F | 0 | 4A | 54 | 3E | 7 | 49 | 16 |
| Octal | 140 | 31 | 17 | 0 | 112 | 124 | 76 | 7 | 111 | 26 |
| Binary | 1100000 | 11001 | 1111 | 0 | 1001010 | 1010100 | 111110 | 111 | 1001001 | 10110 |
Color Harmonies of #60190F
Complementary color
Monochromatic Colors of #60190F
Black with #60190F
Text Example
Text Example
White with #60190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60190F; }
p { color: rgb(96,25,15); }
H1.HeaderClassName
{
color: #60190F;
}
.AnyTagClassName
{
color: #60190F;
}
</style>
background-color css
<style>
a { background-color: #60190F; }
a { background-color: rgb(96,25,15); }
div.DivClassName
{
background-color: #60190F;
}
.BgClassName
{
background-color: #60190F;
}
</style>
border-color css
<style>
span { border-color: #60190F; }
span { border-color: rgb(96,25,15); }
td.TdClassName
{
border-color: #60190F;
}
.TagClassName
{
border-color: #60190F;
}
</style>