Shades of Red Oxide #66120C
Tints of Red Oxide #66120C
RGB
CMYK
RGB Variations
Color information
#66120C (or 0x66120C) is known color: Red Oxide. HEX triplet: 66, 12 and 0C. RGB value is (102,18,12). Sum of RGB (Red+Green+Blue) = 102+18+12=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #66120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66120C is #99EDF3. Grayscale: #2A2A2A. Windows color (decimal): -10087924 or 791142. OLE color: 791142.
HSL color Cylindrical-coordinate representation of color #66120C: hue angle of 4º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66120C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 12 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.6 |
| HSL | 4º | 0.79% | 0.22% | - |
| HSV(B) | 4º | 0.88% | 0.4% | - |
| XYZ | 5.76 | 3.28 | 0.68 | - |
| YUV | 42.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 12 | 0 | 0.82 | 0.88 | 0.6 | 4 | 0.79 | 0.22 |
| Hex | 66 | 12 | C | 0 | 52 | 58 | 3C | 4 | 4F | 16 |
| Octal | 146 | 22 | 14 | 0 | 122 | 130 | 74 | 4 | 117 | 26 |
| Binary | 1100110 | 10010 | 1100 | 0 | 1010010 | 1011000 | 111100 | 100 | 1001111 | 10110 |
Color Harmonies of #66120C
Complementary color
Monochromatic Colors of #66120C
Black with #66120C
Text Example
Text Example
White with #66120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66120C; }
p { color: rgb(102,18,12); }
H1.HeaderClassName
{
color: #66120C;
}
.AnyTagClassName
{
color: #66120C;
}
</style>
background-color css
<style>
a { background-color: #66120C; }
a { background-color: rgb(102,18,12); }
div.DivClassName
{
background-color: #66120C;
}
.BgClassName
{
background-color: #66120C;
}
</style>
border-color css
<style>
span { border-color: #66120C; }
span { border-color: rgb(102,18,12); }
td.TdClassName
{
border-color: #66120C;
}
.TagClassName
{
border-color: #66120C;
}
</style>