Shades of Red Oxide #670F0A
Tints of Red Oxide #670F0A
RGB
CMYK
RGB Variations
Color information
#670F0A (or 0x670F0A) is known color: Red Oxide. HEX triplet: 67, 0F and 0A. RGB value is (103,15,10). Sum of RGB (Red+Green+Blue) = 103+15+10=128 (16% of max value = 765). Red value is 103 (40.62% from 255 or 80.47% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 103 - color contains mainly: red. Hex color #670F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F0A is #98F0F5. Grayscale: #282828. Windows color (decimal): -10023158 or 659303. OLE color: 659303.
HSL color Cylindrical-coordinate representation of color #670F0A: hue angle of 3.23º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670F0A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 15 | 10 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.60 |
| HSL | 3.23º | 0.82% | 0.22% | - |
| HSV(B) | 3.23º | 0.9% | 0.4% | - |
| XYZ | 5.82 | 3.25 | 0.61 | - |
| YUV | 40.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 10 | 0 | 0.85 | 0.90 | 0.60 | 3.23 | 0.82 | 0.22 |
| Hex | 67 | F | A | 0 | 55 | 5A | 3C | 3 | 52 | 16 |
| Octal | 147 | 17 | 12 | 0 | 125 | 132 | 74 | 3 | 122 | 26 |
| Binary | 1100111 | 1111 | 1010 | 0 | 1010101 | 1011010 | 111100 | 11 | 1010010 | 10110 |
Color Harmonies of #670F0A
Complementary color
Monochromatic Colors of #670F0A
Black with #670F0A
Text Example
Text Example
White with #670F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670F0A; }
p { color: rgb(103,15,10); }
H1.HeaderClassName
{
color: #670F0A;
}
.AnyTagClassName
{
color: #670F0A;
}
</style>
background-color css
<style>
a { background-color: #670F0A; }
a { background-color: rgb(103,15,10); }
div.DivClassName
{
background-color: #670F0A;
}
.BgClassName
{
background-color: #670F0A;
}
</style>
border-color css
<style>
span { border-color: #670F0A; }
span { border-color: rgb(103,15,10); }
td.TdClassName
{
border-color: #670F0A;
}
.TagClassName
{
border-color: #670F0A;
}
</style>