Shades of Red Oxide #661211
Tints of Red Oxide #661211
RGB
CMYK
RGB Variations
Color information
#661211 (or 0x661211) is known color: Red Oxide. HEX triplet: 66, 12 and 11. RGB value is (102,18,17). Sum of RGB (Red+Green+Blue) = 102+18+17=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #661211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661211 is #99EDEE. Grayscale: #2B2B2B. Windows color (decimal): -10087919 or 1118822. OLE color: 1118822.
HSL color Cylindrical-coordinate representation of color #661211: hue angle of 0.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661211 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 17 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.6 |
| HSL | 0.71º | 0.71% | 0.23% | - |
| HSV(B) | 0.71º | 0.83% | 0.4% | - |
| XYZ | 5.8 | 3.3 | 0.86 | - |
| YUV | 43 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 17 | 0 | 0.82 | 0.83 | 0.6 | 0.71 | 0.71 | 0.23 |
| Hex | 66 | 12 | 11 | 0 | 52 | 53 | 3C | 1 | 47 | 17 |
| Octal | 146 | 22 | 21 | 0 | 122 | 123 | 74 | 1 | 107 | 27 |
| Binary | 1100110 | 10010 | 10001 | 0 | 1010010 | 1010011 | 111100 | 1 | 1000111 | 10111 |
Color Harmonies of #661211
Complementary color
Monochromatic Colors of #661211
Black with #661211
Text Example
Text Example
White with #661211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661211; }
p { color: rgb(102,18,17); }
H1.HeaderClassName
{
color: #661211;
}
.AnyTagClassName
{
color: #661211;
}
</style>
background-color css
<style>
a { background-color: #661211; }
a { background-color: rgb(102,18,17); }
div.DivClassName
{
background-color: #661211;
}
.BgClassName
{
background-color: #661211;
}
</style>
border-color css
<style>
span { border-color: #661211; }
span { border-color: rgb(102,18,17); }
td.TdClassName
{
border-color: #661211;
}
.TagClassName
{
border-color: #661211;
}
</style>