Shades of Red Oxide #66160A
Tints of Red Oxide #66160A
RGB
CMYK
RGB Variations
Color information
#66160A (or 0x66160A) is known color: Red Oxide. HEX triplet: 66, 16 and 0A. RGB value is (102,22,10). Sum of RGB (Red+Green+Blue) = 102+22+10=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #66160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66160A is #99E9F5. Grayscale: #2C2C2C. Windows color (decimal): -10086902 or 661094. OLE color: 661094.
HSL color Cylindrical-coordinate representation of color #66160A: hue angle of 7.83º 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 #66160A is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 10 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.6 |
| HSL | 7.83º | 0.82% | 0.22% | - |
| HSV(B) | 7.83º | 0.9% | 0.4% | - |
| XYZ | 5.82 | 3.42 | 0.64 | - |
| YUV | 44.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 10 | 0 | 0.78 | 0.90 | 0.6 | 7.83 | 0.82 | 0.22 |
| Hex | 66 | 16 | A | 0 | 4E | 5A | 3C | 8 | 52 | 16 |
| Octal | 146 | 26 | 12 | 0 | 116 | 132 | 74 | 10 | 122 | 26 |
| Binary | 1100110 | 10110 | 1010 | 0 | 1001110 | 1011010 | 111100 | 1000 | 1010010 | 10110 |
Color Harmonies of #66160A
Complementary color
Monochromatic Colors of #66160A
Black with #66160A
Text Example
Text Example
White with #66160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66160A; }
p { color: rgb(102,22,10); }
H1.HeaderClassName
{
color: #66160A;
}
.AnyTagClassName
{
color: #66160A;
}
</style>
background-color css
<style>
a { background-color: #66160A; }
a { background-color: rgb(102,22,10); }
div.DivClassName
{
background-color: #66160A;
}
.BgClassName
{
background-color: #66160A;
}
</style>
border-color css
<style>
span { border-color: #66160A; }
span { border-color: rgb(102,22,10); }
td.TdClassName
{
border-color: #66160A;
}
.TagClassName
{
border-color: #66160A;
}
</style>