Shades of Red Oxide #601E16
Tints of Red Oxide #601E16
RGB
CMYK
RGB Variations
Color information
#601E16 (or 0x601E16) is known color: Red Oxide. HEX triplet: 60, 1E and 16. RGB value is (96,30,22). Sum of RGB (Red+Green+Blue) = 96+30+22=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #601E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E16 is #9FE1E9. Grayscale: #303030. Windows color (decimal): -10478058 or 1449568. OLE color: 1449568.
HSL color Cylindrical-coordinate representation of color #601E16: hue angle of 6.49º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601E16 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 22 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.62 |
| HSL | 6.49º | 0.63% | 0.23% | - |
| HSV(B) | 6.49º | 0.77% | 0.38% | - |
| XYZ | 5.43 | 3.47 | 1.14 | - |
| YUV | 48.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 22 | 0 | 0.69 | 0.77 | 0.62 | 6.49 | 0.63 | 0.23 |
| Hex | 60 | 1E | 16 | 0 | 45 | 4D | 3E | 6 | 3F | 17 |
| Octal | 140 | 36 | 26 | 0 | 105 | 115 | 76 | 6 | 77 | 27 |
| Binary | 1100000 | 11110 | 10110 | 0 | 1000101 | 1001101 | 111110 | 110 | 111111 | 10111 |
Color Harmonies of #601E16
Complementary color
Monochromatic Colors of #601E16
Black with #601E16
Text Example
Text Example
White with #601E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E16; }
p { color: rgb(96,30,22); }
H1.HeaderClassName
{
color: #601E16;
}
.AnyTagClassName
{
color: #601E16;
}
</style>
background-color css
<style>
a { background-color: #601E16; }
a { background-color: rgb(96,30,22); }
div.DivClassName
{
background-color: #601E16;
}
.BgClassName
{
background-color: #601E16;
}
</style>
border-color css
<style>
span { border-color: #601E16; }
span { border-color: rgb(96,30,22); }
td.TdClassName
{
border-color: #601E16;
}
.TagClassName
{
border-color: #601E16;
}
</style>