Shades of Red Oxide #66160B
Tints of Red Oxide #66160B
RGB
CMYK
RGB Variations
Color information
#66160B (or 0x66160B) is known color: Red Oxide. HEX triplet: 66, 16 and 0B. RGB value is (102,22,11). Sum of RGB (Red+Green+Blue) = 102+22+11=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66160B is #99E9F4. Grayscale: #2C2C2C. Windows color (decimal): -10086901 or 726630. OLE color: 726630.
HSL color Cylindrical-coordinate representation of color #66160B: hue angle of 7.25º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66160B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 11 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.6 |
| HSL | 7.25º | 0.81% | 0.22% | - |
| HSV(B) | 7.25º | 0.89% | 0.4% | - |
| XYZ | 5.83 | 3.42 | 0.67 | - |
| YUV | 44.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 11 | 0 | 0.78 | 0.89 | 0.6 | 7.25 | 0.81 | 0.22 |
| Hex | 66 | 16 | B | 0 | 4E | 59 | 3C | 7 | 51 | 16 |
| Octal | 146 | 26 | 13 | 0 | 116 | 131 | 74 | 7 | 121 | 26 |
| Binary | 1100110 | 10110 | 1011 | 0 | 1001110 | 1011001 | 111100 | 111 | 1010001 | 10110 |
Color Harmonies of #66160B
Complementary color
Monochromatic Colors of #66160B
Black with #66160B
Text Example
Text Example
White with #66160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66160B; }
p { color: rgb(102,22,11); }
H1.HeaderClassName
{
color: #66160B;
}
.AnyTagClassName
{
color: #66160B;
}
</style>
background-color css
<style>
a { background-color: #66160B; }
a { background-color: rgb(102,22,11); }
div.DivClassName
{
background-color: #66160B;
}
.BgClassName
{
background-color: #66160B;
}
</style>
border-color css
<style>
span { border-color: #66160B; }
span { border-color: rgb(102,22,11); }
td.TdClassName
{
border-color: #66160B;
}
.TagClassName
{
border-color: #66160B;
}
</style>