Shades of Red Oxide #662018
Tints of Red Oxide #662018
RGB
CMYK
RGB Variations
Color information
#662018 (or 0x662018) is known color: Red Oxide. HEX triplet: 66, 20 and 18. RGB value is (102,32,24). Sum of RGB (Red+Green+Blue) = 102+32+24=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #662018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662018 is #99DFE7. Grayscale: #343434. Windows color (decimal): -10084328 or 1581158. OLE color: 1581158.
HSL color Cylindrical-coordinate representation of color #662018: hue angle of 6.15º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662018 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 24 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.6 |
| HSL | 6.15º | 0.62% | 0.25% | - |
| HSV(B) | 6.15º | 0.76% | 0.4% | - |
| XYZ | 6.16 | 3.92 | 1.3 | - |
| YUV | 52.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 24 | 0 | 0.69 | 0.76 | 0.6 | 6.15 | 0.62 | 0.25 |
| Hex | 66 | 20 | 18 | 0 | 45 | 4C | 3C | 6 | 3E | 19 |
| Octal | 146 | 40 | 30 | 0 | 105 | 114 | 74 | 6 | 76 | 31 |
| Binary | 1100110 | 100000 | 11000 | 0 | 1000101 | 1001100 | 111100 | 110 | 111110 | 11001 |
Color Harmonies of #662018
Complementary color
Monochromatic Colors of #662018
Black with #662018
Text Example
Text Example
White with #662018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662018; }
p { color: rgb(102,32,24); }
H1.HeaderClassName
{
color: #662018;
}
.AnyTagClassName
{
color: #662018;
}
</style>
background-color css
<style>
a { background-color: #662018; }
a { background-color: rgb(102,32,24); }
div.DivClassName
{
background-color: #662018;
}
.BgClassName
{
background-color: #662018;
}
</style>
border-color css
<style>
span { border-color: #662018; }
span { border-color: rgb(102,32,24); }
td.TdClassName
{
border-color: #662018;
}
.TagClassName
{
border-color: #662018;
}
</style>