Shades of Red Oxide #66100A
Tints of Red Oxide #66100A
RGB
CMYK
RGB Variations
Color information
#66100A (or 0x66100A) is known color: Red Oxide. HEX triplet: 66, 10 and 0A. RGB value is (102,16,10). Sum of RGB (Red+Green+Blue) = 102+16+10=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #66100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66100A is #99EFF5. Grayscale: #292929. Windows color (decimal): -10088438 or 659558. OLE color: 659558.
HSL color Cylindrical-coordinate representation of color #66100A: hue angle of 3.91º 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 #66100A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 16 | 10 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.6 |
| HSL | 3.91º | 0.82% | 0.22% | - |
| HSV(B) | 3.91º | 0.9% | 0.4% | - |
| XYZ | 5.72 | 3.22 | 0.61 | - |
| YUV | 41.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 10 | 0 | 0.84 | 0.90 | 0.6 | 3.91 | 0.82 | 0.22 |
| Hex | 66 | 10 | A | 0 | 54 | 5A | 3C | 4 | 52 | 16 |
| Octal | 146 | 20 | 12 | 0 | 124 | 132 | 74 | 4 | 122 | 26 |
| Binary | 1100110 | 10000 | 1010 | 0 | 1010100 | 1011010 | 111100 | 100 | 1010010 | 10110 |
Color Harmonies of #66100A
Complementary color
Monochromatic Colors of #66100A
Black with #66100A
Text Example
Text Example
White with #66100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66100A; }
p { color: rgb(102,16,10); }
H1.HeaderClassName
{
color: #66100A;
}
.AnyTagClassName
{
color: #66100A;
}
</style>
background-color css
<style>
a { background-color: #66100A; }
a { background-color: rgb(102,16,10); }
div.DivClassName
{
background-color: #66100A;
}
.BgClassName
{
background-color: #66100A;
}
</style>
border-color css
<style>
span { border-color: #66100A; }
span { border-color: rgb(102,16,10); }
td.TdClassName
{
border-color: #66100A;
}
.TagClassName
{
border-color: #66100A;
}
</style>