Shades of Red Oxide #66150B
Tints of Red Oxide #66150B
RGB
CMYK
RGB Variations
Color information
#66150B (or 0x66150B) is known color: Red Oxide. HEX triplet: 66, 15 and 0B. RGB value is (102,21,11). Sum of RGB (Red+Green+Blue) = 102+21+11=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #66150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66150B is #99EAF4. Grayscale: #2C2C2C. Windows color (decimal): -10087157 or 726374. OLE color: 726374.
HSL color Cylindrical-coordinate representation of color #66150B: hue angle of 6.59º 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 #66150B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 21 | 11 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.6 |
| HSL | 6.59º | 0.81% | 0.22% | - |
| HSV(B) | 6.59º | 0.89% | 0.4% | - |
| XYZ | 5.81 | 3.39 | 0.66 | - |
| YUV | 44.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 11 | 0 | 0.79 | 0.89 | 0.6 | 6.59 | 0.81 | 0.22 |
| Hex | 66 | 15 | B | 0 | 4F | 59 | 3C | 7 | 51 | 16 |
| Octal | 146 | 25 | 13 | 0 | 117 | 131 | 74 | 7 | 121 | 26 |
| Binary | 1100110 | 10101 | 1011 | 0 | 1001111 | 1011001 | 111100 | 111 | 1010001 | 10110 |
Color Harmonies of #66150B
Complementary color
Monochromatic Colors of #66150B
Black with #66150B
Text Example
Text Example
White with #66150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66150B; }
p { color: rgb(102,21,11); }
H1.HeaderClassName
{
color: #66150B;
}
.AnyTagClassName
{
color: #66150B;
}
</style>
background-color css
<style>
a { background-color: #66150B; }
a { background-color: rgb(102,21,11); }
div.DivClassName
{
background-color: #66150B;
}
.BgClassName
{
background-color: #66150B;
}
</style>
border-color css
<style>
span { border-color: #66150B; }
span { border-color: rgb(102,21,11); }
td.TdClassName
{
border-color: #66150B;
}
.TagClassName
{
border-color: #66150B;
}
</style>