Shades of Red Oxide #661C0D
Tints of Red Oxide #661C0D
RGB
CMYK
RGB Variations
Color information
#661C0D (or 0x661C0D) is known color: Red Oxide. HEX triplet: 66, 1C and 0D. RGB value is (102,28,13). Sum of RGB (Red+Green+Blue) = 102+28+13=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C0D is #99E3F2. Grayscale: #303030. Windows color (decimal): -10085363 or 859238. OLE color: 859238.
HSL color Cylindrical-coordinate representation of color #661C0D: hue angle of 10.11º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661C0D is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 13 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.6 |
| HSL | 10.11º | 0.77% | 0.23% | - |
| HSV(B) | 10.11º | 0.87% | 0.4% | - |
| XYZ | 5.97 | 3.68 | 0.78 | - |
| YUV | 48.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 13 | 0 | 0.73 | 0.87 | 0.6 | 10.11 | 0.77 | 0.23 |
| Hex | 66 | 1C | D | 0 | 49 | 57 | 3C | A | 4D | 17 |
| Octal | 146 | 34 | 15 | 0 | 111 | 127 | 74 | 12 | 115 | 27 |
| Binary | 1100110 | 11100 | 1101 | 0 | 1001001 | 1010111 | 111100 | 1010 | 1001101 | 10111 |
Color Harmonies of #661C0D
Complementary color
Monochromatic Colors of #661C0D
Black with #661C0D
Text Example
Text Example
White with #661C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C0D; }
p { color: rgb(102,28,13); }
H1.HeaderClassName
{
color: #661C0D;
}
.AnyTagClassName
{
color: #661C0D;
}
</style>
background-color css
<style>
a { background-color: #661C0D; }
a { background-color: rgb(102,28,13); }
div.DivClassName
{
background-color: #661C0D;
}
.BgClassName
{
background-color: #661C0D;
}
</style>
border-color css
<style>
span { border-color: #661C0D; }
span { border-color: rgb(102,28,13); }
td.TdClassName
{
border-color: #661C0D;
}
.TagClassName
{
border-color: #661C0D;
}
</style>