Shades of Red Oxide #601C16
Tints of Red Oxide #601C16
RGB
CMYK
RGB Variations
Color information
#601C16 (or 0x601C16) is known color: Red Oxide. HEX triplet: 60, 1C and 16. RGB value is (96,28,22). Sum of RGB (Red+Green+Blue) = 96+28+22=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #601C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C16 is #9FE3E9. Grayscale: #2F2F2F. Windows color (decimal): -10478570 or 1449056. OLE color: 1449056.
HSL color Cylindrical-coordinate representation of color #601C16: hue angle of 4.86º 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 #601C16 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 22 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.62 |
| HSL | 4.86º | 0.63% | 0.23% | - |
| HSV(B) | 4.86º | 0.77% | 0.38% | - |
| XYZ | 5.38 | 3.38 | 1.13 | - |
| YUV | 47.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 22 | 0 | 0.71 | 0.77 | 0.62 | 4.86 | 0.63 | 0.23 |
| Hex | 60 | 1C | 16 | 0 | 47 | 4D | 3E | 5 | 3F | 17 |
| Octal | 140 | 34 | 26 | 0 | 107 | 115 | 76 | 5 | 77 | 27 |
| Binary | 1100000 | 11100 | 10110 | 0 | 1000111 | 1001101 | 111110 | 101 | 111111 | 10111 |
Color Harmonies of #601C16
Complementary color
Monochromatic Colors of #601C16
Black with #601C16
Text Example
Text Example
White with #601C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C16; }
p { color: rgb(96,28,22); }
H1.HeaderClassName
{
color: #601C16;
}
.AnyTagClassName
{
color: #601C16;
}
</style>
background-color css
<style>
a { background-color: #601C16; }
a { background-color: rgb(96,28,22); }
div.DivClassName
{
background-color: #601C16;
}
.BgClassName
{
background-color: #601C16;
}
</style>
border-color css
<style>
span { border-color: #601C16; }
span { border-color: rgb(96,28,22); }
td.TdClassName
{
border-color: #601C16;
}
.TagClassName
{
border-color: #601C16;
}
</style>