Shades of Rustic Red #070104
Tints of Rustic Red #070104
RGB
CMYK
RGB Variations
Color information
#070104 (or 0x070104) is known color: Rustic Red. HEX triplet: 07, 01 and 04. RGB value is (7,1,4). Sum of RGB (Red+Green+Blue) = 7+1+4=12 (1% of max value = 765). Red value is 7 (3.12% from 255 or 58.33% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 7 - color contains mainly: red. Hex color #070104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070104 is #F8FEFB. Grayscale: #030303. Windows color (decimal): -16318204 or 262407. OLE color: 262407.
HSL color Cylindrical-coordinate representation of color #070104: hue angle of 330º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070104 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 1 | 4 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.97 |
| HSL | 330º | 0.75% | 0.02% | - |
| HSV(B) | 330º | 0.86% | 0.03% | - |
| XYZ | 0.12 | 0.08 | 0.12 | - |
| YUV | 3.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 4 | 0 | 0.86 | 0.43 | 0.97 | 330 | 0.75 | 0.02 |
| Hex | 7 | 1 | 4 | 0 | 56 | 2B | 61 | 14A | 4B | 2 |
| Octal | 7 | 1 | 4 | 0 | 126 | 53 | 141 | 512 | 113 | 2 |
| Binary | 111 | 1 | 100 | 0 | 1010110 | 101011 | 1100001 | 101001010 | 1001011 | 10 |
Color Harmonies of #070104
Complementary color
Monochromatic Colors of #070104
Black with #070104
Text Example
Text Example
White with #070104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070104; }
p { color: rgb(7,1,4); }
H1.HeaderClassName
{
color: #070104;
}
.AnyTagClassName
{
color: #070104;
}
</style>
background-color css
<style>
a { background-color: #070104; }
a { background-color: rgb(7,1,4); }
div.DivClassName
{
background-color: #070104;
}
.BgClassName
{
background-color: #070104;
}
</style>
border-color css
<style>
span { border-color: #070104; }
span { border-color: rgb(7,1,4); }
td.TdClassName
{
border-color: #070104;
}
.TagClassName
{
border-color: #070104;
}
</style>