Shades of Red Oxide #661702
Tints of Red Oxide #661702
RGB
CMYK
RGB Variations
Color information
#661702 (or 0x661702) is known color: Red Oxide. HEX triplet: 66, 17 and 02. RGB value is (102,23,2). Sum of RGB (Red+Green+Blue) = 102+23+2=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #661702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661702 is #99E8FD. Grayscale: #2C2C2C. Windows color (decimal): -10086654 or 137062. OLE color: 137062.
HSL color Cylindrical-coordinate representation of color #661702: hue angle of 12.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #661702 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 2 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.6 |
| HSL | 12.6º | 0.96% | 0.2% | - |
| HSV(B) | 12.6º | 0.98% | 0.4% | - |
| XYZ | 5.8 | 3.44 | 0.42 | - |
| YUV | 44.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 2 | 0 | 0.77 | 0.98 | 0.6 | 12.6 | 0.96 | 0.2 |
| Hex | 66 | 17 | 2 | 0 | 4D | 62 | 3C | D | 60 | 14 |
| Octal | 146 | 27 | 2 | 0 | 115 | 142 | 74 | 15 | 140 | 24 |
| Binary | 1100110 | 10111 | 10 | 0 | 1001101 | 1100010 | 111100 | 1101 | 1100000 | 10100 |
Color Harmonies of #661702
Complementary color
Monochromatic Colors of #661702
Black with #661702
Text Example
Text Example
White with #661702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661702; }
p { color: rgb(102,23,2); }
H1.HeaderClassName
{
color: #661702;
}
.AnyTagClassName
{
color: #661702;
}
</style>
background-color css
<style>
a { background-color: #661702; }
a { background-color: rgb(102,23,2); }
div.DivClassName
{
background-color: #661702;
}
.BgClassName
{
background-color: #661702;
}
</style>
border-color css
<style>
span { border-color: #661702; }
span { border-color: rgb(102,23,2); }
td.TdClassName
{
border-color: #661702;
}
.TagClassName
{
border-color: #661702;
}
</style>