Shades of Red Oxide #670F0C
Tints of Red Oxide #670F0C
RGB
CMYK
RGB Variations
Color information
#670F0C (or 0x670F0C) is known color: Red Oxide. HEX triplet: 67, 0F and 0C. RGB value is (103,15,12). Sum of RGB (Red+Green+Blue) = 103+15+12=130 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.23% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 103 - color contains mainly: red. Hex color #670F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F0C is #98F0F3. Grayscale: #292929. Windows color (decimal): -10023156 or 790375. OLE color: 790375.
HSL color Cylindrical-coordinate representation of color #670F0C: hue angle of 1.98º 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 #670F0C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 15 | 12 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.60 |
| HSL | 1.98º | 0.79% | 0.23% | - |
| HSV(B) | 1.98º | 0.88% | 0.4% | - |
| XYZ | 5.83 | 3.25 | 0.67 | - |
| YUV | 40.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 12 | 0 | 0.85 | 0.88 | 0.60 | 1.98 | 0.79 | 0.23 |
| Hex | 67 | F | C | 0 | 55 | 58 | 3C | 2 | 4F | 17 |
| Octal | 147 | 17 | 14 | 0 | 125 | 130 | 74 | 2 | 117 | 27 |
| Binary | 1100111 | 1111 | 1100 | 0 | 1010101 | 1011000 | 111100 | 10 | 1001111 | 10111 |
Color Harmonies of #670F0C
Complementary color
Monochromatic Colors of #670F0C
Black with #670F0C
Text Example
Text Example
White with #670F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670F0C; }
p { color: rgb(103,15,12); }
H1.HeaderClassName
{
color: #670F0C;
}
.AnyTagClassName
{
color: #670F0C;
}
</style>
background-color css
<style>
a { background-color: #670F0C; }
a { background-color: rgb(103,15,12); }
div.DivClassName
{
background-color: #670F0C;
}
.BgClassName
{
background-color: #670F0C;
}
</style>
border-color css
<style>
span { border-color: #670F0C; }
span { border-color: rgb(103,15,12); }
td.TdClassName
{
border-color: #670F0C;
}
.TagClassName
{
border-color: #670F0C;
}
</style>