Shades of Red Oxide #661C12
Tints of Red Oxide #661C12
RGB
CMYK
RGB Variations
Color information
#661C12 (or 0x661C12) is known color: Red Oxide. HEX triplet: 66, 1C and 12. RGB value is (102,28,18). Sum of RGB (Red+Green+Blue) = 102+28+18=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #661C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C12 is #99E3ED. Grayscale: #313131. Windows color (decimal): -10085358 or 1186918. OLE color: 1186918.
HSL color Cylindrical-coordinate representation of color #661C12: hue angle of 7.14º 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 #661C12 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 18 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.6 |
| HSL | 7.14º | 0.7% | 0.24% | - |
| HSV(B) | 7.14º | 0.82% | 0.4% | - |
| XYZ | 6 | 3.7 | 0.97 | - |
| YUV | 48.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 18 | 0 | 0.73 | 0.82 | 0.6 | 7.14 | 0.7 | 0.24 |
| Hex | 66 | 1C | 12 | 0 | 49 | 52 | 3C | 7 | 46 | 18 |
| Octal | 146 | 34 | 22 | 0 | 111 | 122 | 74 | 7 | 106 | 30 |
| Binary | 1100110 | 11100 | 10010 | 0 | 1001001 | 1010010 | 111100 | 111 | 1000110 | 11000 |
Color Harmonies of #661C12
Complementary color
Monochromatic Colors of #661C12
Black with #661C12
Text Example
Text Example
White with #661C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C12; }
p { color: rgb(102,28,18); }
H1.HeaderClassName
{
color: #661C12;
}
.AnyTagClassName
{
color: #661C12;
}
</style>
background-color css
<style>
a { background-color: #661C12; }
a { background-color: rgb(102,28,18); }
div.DivClassName
{
background-color: #661C12;
}
.BgClassName
{
background-color: #661C12;
}
</style>
border-color css
<style>
span { border-color: #661C12; }
span { border-color: rgb(102,28,18); }
td.TdClassName
{
border-color: #661C12;
}
.TagClassName
{
border-color: #661C12;
}
</style>