Shades of Red Oxide #601211
Tints of Red Oxide #601211
RGB
CMYK
RGB Variations
Color information
#601211 (or 0x601211) is known color: Red Oxide. HEX triplet: 60, 12 and 11. RGB value is (96,18,17). Sum of RGB (Red+Green+Blue) = 96+18+17=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #601211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601211 is #9FEDEE. Grayscale: #292929. Windows color (decimal): -10481135 or 1118816. OLE color: 1118816.
HSL color Cylindrical-coordinate representation of color #601211: hue angle of 0.76º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601211 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 17 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.62 |
| HSL | 0.76º | 0.7% | 0.22% | - |
| HSV(B) | 0.76º | 0.82% | 0.38% | - |
| XYZ | 5.14 | 2.96 | 0.83 | - |
| YUV | 41.21 | 114.34 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 17 | 0 | 0.81 | 0.82 | 0.62 | 0.76 | 0.7 | 0.22 |
| Hex | 60 | 12 | 11 | 0 | 51 | 52 | 3E | 1 | 46 | 16 |
| Octal | 140 | 22 | 21 | 0 | 121 | 122 | 76 | 1 | 106 | 26 |
| Binary | 1100000 | 10010 | 10001 | 0 | 1010001 | 1010010 | 111110 | 1 | 1000110 | 10110 |
Color Harmonies of #601211
Complementary color
Monochromatic Colors of #601211
Black with #601211
Text Example
Text Example
White with #601211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601211; }
p { color: rgb(96,18,17); }
H1.HeaderClassName
{
color: #601211;
}
.AnyTagClassName
{
color: #601211;
}
</style>
background-color css
<style>
a { background-color: #601211; }
a { background-color: rgb(96,18,17); }
div.DivClassName
{
background-color: #601211;
}
.BgClassName
{
background-color: #601211;
}
</style>
border-color css
<style>
span { border-color: #601211; }
span { border-color: rgb(96,18,17); }
td.TdClassName
{
border-color: #601211;
}
.TagClassName
{
border-color: #601211;
}
</style>