Shades of Red Oxide #661603
Tints of Red Oxide #661603
RGB
CMYK
RGB Variations
Color information
#661603 (or 0x661603) is known color: Red Oxide. HEX triplet: 66, 16 and 03. RGB value is (102,22,3). Sum of RGB (Red+Green+Blue) = 102+22+3=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #661603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661603 is #99E9FC. Grayscale: #2B2B2B. Windows color (decimal): -10086909 or 202342. OLE color: 202342.
HSL color Cylindrical-coordinate representation of color #661603: hue angle of 11.52º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #661603 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 3 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.6 |
| HSL | 11.52º | 0.94% | 0.21% | - |
| HSV(B) | 11.52º | 0.97% | 0.4% | - |
| XYZ | 5.78 | 3.41 | 0.44 | - |
| YUV | 43.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 3 | 0 | 0.78 | 0.97 | 0.6 | 11.52 | 0.94 | 0.21 |
| Hex | 66 | 16 | 3 | 0 | 4E | 61 | 3C | C | 5E | 15 |
| Octal | 146 | 26 | 3 | 0 | 116 | 141 | 74 | 14 | 136 | 25 |
| Binary | 1100110 | 10110 | 11 | 0 | 1001110 | 1100001 | 111100 | 1100 | 1011110 | 10101 |
Color Harmonies of #661603
Complementary color
Monochromatic Colors of #661603
Black with #661603
Text Example
Text Example
White with #661603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661603; }
p { color: rgb(102,22,3); }
H1.HeaderClassName
{
color: #661603;
}
.AnyTagClassName
{
color: #661603;
}
</style>
background-color css
<style>
a { background-color: #661603; }
a { background-color: rgb(102,22,3); }
div.DivClassName
{
background-color: #661603;
}
.BgClassName
{
background-color: #661603;
}
</style>
border-color css
<style>
span { border-color: #661603; }
span { border-color: rgb(102,22,3); }
td.TdClassName
{
border-color: #661603;
}
.TagClassName
{
border-color: #661603;
}
</style>