Shades of Red Oxide #661E12
Tints of Red Oxide #661E12
RGB
CMYK
RGB Variations
Color information
#661E12 (or 0x661E12) is known color: Red Oxide. HEX triplet: 66, 1E and 12. RGB value is (102,30,18). Sum of RGB (Red+Green+Blue) = 102+30+18=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #661E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E12 is #99E1ED. Grayscale: #323232. Windows color (decimal): -10084846 or 1187430. OLE color: 1187430.
HSL color Cylindrical-coordinate representation of color #661E12: hue angle of 8.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661E12 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 18 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.6 |
| HSL | 8.57º | 0.7% | 0.24% | - |
| HSV(B) | 8.57º | 0.82% | 0.4% | - |
| XYZ | 6.05 | 3.8 | 0.99 | - |
| YUV | 50.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 18 | 0 | 0.71 | 0.82 | 0.6 | 8.57 | 0.7 | 0.24 |
| Hex | 66 | 1E | 12 | 0 | 47 | 52 | 3C | 9 | 46 | 18 |
| Octal | 146 | 36 | 22 | 0 | 107 | 122 | 74 | 11 | 106 | 30 |
| Binary | 1100110 | 11110 | 10010 | 0 | 1000111 | 1010010 | 111100 | 1001 | 1000110 | 11000 |
Color Harmonies of #661E12
Complementary color
Monochromatic Colors of #661E12
Black with #661E12
Text Example
Text Example
White with #661E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E12; }
p { color: rgb(102,30,18); }
H1.HeaderClassName
{
color: #661E12;
}
.AnyTagClassName
{
color: #661E12;
}
</style>
background-color css
<style>
a { background-color: #661E12; }
a { background-color: rgb(102,30,18); }
div.DivClassName
{
background-color: #661E12;
}
.BgClassName
{
background-color: #661E12;
}
</style>
border-color css
<style>
span { border-color: #661E12; }
span { border-color: rgb(102,30,18); }
td.TdClassName
{
border-color: #661E12;
}
.TagClassName
{
border-color: #661E12;
}
</style>