Shades of Red Oxide #661803
Tints of Red Oxide #661803
RGB
CMYK
RGB Variations
Color information
#661803 (or 0x661803) is known color: Red Oxide. HEX triplet: 66, 18 and 03. RGB value is (102,24,3). Sum of RGB (Red+Green+Blue) = 102+24+3=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #661803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661803 is #99E7FC. Grayscale: #2D2D2D. Windows color (decimal): -10086397 or 202854. OLE color: 202854.
HSL color Cylindrical-coordinate representation of color #661803: hue angle of 12.73º 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 #661803 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 3 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.6 |
| HSL | 12.73º | 0.94% | 0.21% | - |
| HSV(B) | 12.73º | 0.97% | 0.4% | - |
| XYZ | 5.82 | 3.48 | 0.45 | - |
| YUV | 44.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 3 | 0 | 0.76 | 0.97 | 0.6 | 12.73 | 0.94 | 0.21 |
| Hex | 66 | 18 | 3 | 0 | 4C | 61 | 3C | D | 5E | 15 |
| Octal | 146 | 30 | 3 | 0 | 114 | 141 | 74 | 15 | 136 | 25 |
| Binary | 1100110 | 11000 | 11 | 0 | 1001100 | 1100001 | 111100 | 1101 | 1011110 | 10101 |
Color Harmonies of #661803
Complementary color
Monochromatic Colors of #661803
Black with #661803
Text Example
Text Example
White with #661803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661803; }
p { color: rgb(102,24,3); }
H1.HeaderClassName
{
color: #661803;
}
.AnyTagClassName
{
color: #661803;
}
</style>
background-color css
<style>
a { background-color: #661803; }
a { background-color: rgb(102,24,3); }
div.DivClassName
{
background-color: #661803;
}
.BgClassName
{
background-color: #661803;
}
</style>
border-color css
<style>
span { border-color: #661803; }
span { border-color: rgb(102,24,3); }
td.TdClassName
{
border-color: #661803;
}
.TagClassName
{
border-color: #661803;
}
</style>