Shades of Red Oxide #670E0C
Tints of Red Oxide #670E0C
RGB
CMYK
RGB Variations
Color information
#670E0C (or 0x670E0C) is known color: Red Oxide. HEX triplet: 67, 0E and 0C. RGB value is (103,14,12). Sum of RGB (Red+Green+Blue) = 103+14+12=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #670E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670E0C is #98F1F3. Grayscale: #282828. Windows color (decimal): -10023412 or 790119. OLE color: 790119.
HSL color Cylindrical-coordinate representation of color #670E0C: hue angle of 1.32º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670E0C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 14 | 12 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.60 |
| HSL | 1.32º | 0.79% | 0.23% | - |
| HSV(B) | 1.32º | 0.88% | 0.4% | - |
| XYZ | 5.82 | 3.22 | 0.66 | - |
| YUV | 40.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 12 | 0 | 0.86 | 0.88 | 0.60 | 1.32 | 0.79 | 0.23 |
| Hex | 67 | E | C | 0 | 56 | 58 | 3C | 1 | 4F | 17 |
| Octal | 147 | 16 | 14 | 0 | 126 | 130 | 74 | 1 | 117 | 27 |
| Binary | 1100111 | 1110 | 1100 | 0 | 1010110 | 1011000 | 111100 | 1 | 1001111 | 10111 |
Color Harmonies of #670E0C
Complementary color
Monochromatic Colors of #670E0C
Black with #670E0C
Text Example
Text Example
White with #670E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670E0C; }
p { color: rgb(103,14,12); }
H1.HeaderClassName
{
color: #670E0C;
}
.AnyTagClassName
{
color: #670E0C;
}
</style>
background-color css
<style>
a { background-color: #670E0C; }
a { background-color: rgb(103,14,12); }
div.DivClassName
{
background-color: #670E0C;
}
.BgClassName
{
background-color: #670E0C;
}
</style>
border-color css
<style>
span { border-color: #670E0C; }
span { border-color: rgb(103,14,12); }
td.TdClassName
{
border-color: #670E0C;
}
.TagClassName
{
border-color: #670E0C;
}
</style>