Shades of Red Oxide #661912
Tints of Red Oxide #661912
RGB
CMYK
RGB Variations
Color information
#661912 (or 0x661912) is known color: Red Oxide. HEX triplet: 66, 19 and 12. RGB value is (102,25,18). Sum of RGB (Red+Green+Blue) = 102+25+18=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #661912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661912 is #99E6ED. Grayscale: #2F2F2F. Windows color (decimal): -10086126 or 1186150. OLE color: 1186150.
HSL color Cylindrical-coordinate representation of color #661912: hue angle of 5º 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 #661912 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 18 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.6 |
| HSL | 5º | 0.7% | 0.24% | - |
| HSV(B) | 5º | 0.82% | 0.4% | - |
| XYZ | 5.94 | 3.56 | 0.95 | - |
| YUV | 47.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 18 | 0 | 0.75 | 0.82 | 0.6 | 5 | 0.7 | 0.24 |
| Hex | 66 | 19 | 12 | 0 | 4B | 52 | 3C | 5 | 46 | 18 |
| Octal | 146 | 31 | 22 | 0 | 113 | 122 | 74 | 5 | 106 | 30 |
| Binary | 1100110 | 11001 | 10010 | 0 | 1001011 | 1010010 | 111100 | 101 | 1000110 | 11000 |
Color Harmonies of #661912
Complementary color
Monochromatic Colors of #661912
Black with #661912
Text Example
Text Example
White with #661912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661912; }
p { color: rgb(102,25,18); }
H1.HeaderClassName
{
color: #661912;
}
.AnyTagClassName
{
color: #661912;
}
</style>
background-color css
<style>
a { background-color: #661912; }
a { background-color: rgb(102,25,18); }
div.DivClassName
{
background-color: #661912;
}
.BgClassName
{
background-color: #661912;
}
</style>
border-color css
<style>
span { border-color: #661912; }
span { border-color: rgb(102,25,18); }
td.TdClassName
{
border-color: #661912;
}
.TagClassName
{
border-color: #661912;
}
</style>