Shades of Red Oxide #661D12
Tints of Red Oxide #661D12
RGB
CMYK
RGB Variations
Color information
#661D12 (or 0x661D12) is known color: Red Oxide. HEX triplet: 66, 1D and 12. RGB value is (102,29,18). Sum of RGB (Red+Green+Blue) = 102+29+18=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #661D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D12 is #99E2ED. Grayscale: #313131. Windows color (decimal): -10085102 or 1187174. OLE color: 1187174.
HSL color Cylindrical-coordinate representation of color #661D12: hue angle of 7.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661D12 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 18 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.6 |
| HSL | 7.86º | 0.7% | 0.24% | - |
| HSV(B) | 7.86º | 0.82% | 0.4% | - |
| XYZ | 6.03 | 3.75 | 0.98 | - |
| YUV | 49.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 18 | 0 | 0.72 | 0.82 | 0.6 | 7.86 | 0.7 | 0.24 |
| Hex | 66 | 1D | 12 | 0 | 48 | 52 | 3C | 8 | 46 | 18 |
| Octal | 146 | 35 | 22 | 0 | 110 | 122 | 74 | 10 | 106 | 30 |
| Binary | 1100110 | 11101 | 10010 | 0 | 1001000 | 1010010 | 111100 | 1000 | 1000110 | 11000 |
Color Harmonies of #661D12
Complementary color
Monochromatic Colors of #661D12
Black with #661D12
Text Example
Text Example
White with #661D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D12; }
p { color: rgb(102,29,18); }
H1.HeaderClassName
{
color: #661D12;
}
.AnyTagClassName
{
color: #661D12;
}
</style>
background-color css
<style>
a { background-color: #661D12; }
a { background-color: rgb(102,29,18); }
div.DivClassName
{
background-color: #661D12;
}
.BgClassName
{
background-color: #661D12;
}
</style>
border-color css
<style>
span { border-color: #661D12; }
span { border-color: rgb(102,29,18); }
td.TdClassName
{
border-color: #661D12;
}
.TagClassName
{
border-color: #661D12;
}
</style>