Shades of Red Oxide #66120A
Tints of Red Oxide #66120A
RGB
CMYK
RGB Variations
Color information
#66120A (or 0x66120A) is known color: Red Oxide. HEX triplet: 66, 12 and 0A. RGB value is (102,18,10). Sum of RGB (Red+Green+Blue) = 102+18+10=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #66120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66120A is #99EDF5. Grayscale: #2A2A2A. Windows color (decimal): -10087926 or 660070. OLE color: 660070.
HSL color Cylindrical-coordinate representation of color #66120A: hue angle of 5.22º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66120A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 10 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.6 |
| HSL | 5.22º | 0.82% | 0.22% | - |
| HSV(B) | 5.22º | 0.9% | 0.4% | - |
| XYZ | 5.75 | 3.28 | 0.62 | - |
| YUV | 42.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 10 | 0 | 0.82 | 0.90 | 0.6 | 5.22 | 0.82 | 0.22 |
| Hex | 66 | 12 | A | 0 | 52 | 5A | 3C | 5 | 52 | 16 |
| Octal | 146 | 22 | 12 | 0 | 122 | 132 | 74 | 5 | 122 | 26 |
| Binary | 1100110 | 10010 | 1010 | 0 | 1010010 | 1011010 | 111100 | 101 | 1010010 | 10110 |
Color Harmonies of #66120A
Complementary color
Monochromatic Colors of #66120A
Black with #66120A
Text Example
Text Example
White with #66120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66120A; }
p { color: rgb(102,18,10); }
H1.HeaderClassName
{
color: #66120A;
}
.AnyTagClassName
{
color: #66120A;
}
</style>
background-color css
<style>
a { background-color: #66120A; }
a { background-color: rgb(102,18,10); }
div.DivClassName
{
background-color: #66120A;
}
.BgClassName
{
background-color: #66120A;
}
</style>
border-color css
<style>
span { border-color: #66120A; }
span { border-color: rgb(102,18,10); }
td.TdClassName
{
border-color: #66120A;
}
.TagClassName
{
border-color: #66120A;
}
</style>