Shades of Red Oxide #662019
Tints of Red Oxide #662019
RGB
CMYK
RGB Variations
Color information
#662019 (or 0x662019) is known color: Red Oxide. HEX triplet: 66, 20 and 19. RGB value is (102,32,25). Sum of RGB (Red+Green+Blue) = 102+32+25=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662019 is #99DFE6. Grayscale: #343434. Windows color (decimal): -10084327 or 1646694. OLE color: 1646694.
HSL color Cylindrical-coordinate representation of color #662019: hue angle of 5.45º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662019 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 25 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.6 |
| HSL | 5.45º | 0.61% | 0.25% | - |
| HSV(B) | 5.45º | 0.75% | 0.4% | - |
| XYZ | 6.17 | 3.93 | 1.35 | - |
| YUV | 52.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 25 | 0 | 0.69 | 0.75 | 0.6 | 5.45 | 0.61 | 0.25 |
| Hex | 66 | 20 | 19 | 0 | 45 | 4B | 3C | 5 | 3D | 19 |
| Octal | 146 | 40 | 31 | 0 | 105 | 113 | 74 | 5 | 75 | 31 |
| Binary | 1100110 | 100000 | 11001 | 0 | 1000101 | 1001011 | 111100 | 101 | 111101 | 11001 |
Color Harmonies of #662019
Complementary color
Monochromatic Colors of #662019
Black with #662019
Text Example
Text Example
White with #662019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662019; }
p { color: rgb(102,32,25); }
H1.HeaderClassName
{
color: #662019;
}
.AnyTagClassName
{
color: #662019;
}
</style>
background-color css
<style>
a { background-color: #662019; }
a { background-color: rgb(102,32,25); }
div.DivClassName
{
background-color: #662019;
}
.BgClassName
{
background-color: #662019;
}
</style>
border-color css
<style>
span { border-color: #662019; }
span { border-color: rgb(102,32,25); }
td.TdClassName
{
border-color: #662019;
}
.TagClassName
{
border-color: #662019;
}
</style>