Shades of Rustic Red #070102
Tints of Rustic Red #070102
RGB
CMYK
RGB Variations
Color information
#070102 (or 0x070102) is known color: Rustic Red. HEX triplet: 07, 01 and 02. RGB value is (7,1,2). Sum of RGB (Red+Green+Blue) = 7+1+2=10 (1% of max value = 765). Red value is 7 (3.12% from 255 or 70% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 7 - color contains mainly: red. Hex color #070102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070102 is #F8FEFD. Grayscale: #020202. Windows color (decimal): -16318206 or 131335. OLE color: 131335.
HSL color Cylindrical-coordinate representation of color #070102: hue angle of 350º 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 #070102 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.97.
Color convert
RGB | 7 | 1 | 2 | - |
CMYK | 0 | 0.86 | 0.71 | 0.97 |
HSL | 350º | 0.75% | 0.02% | - |
HSV(B) | 350º | 0.86% | 0.03% | - |
XYZ | 0.11 | 0.07 | 0.07 | - |
YUV | 2.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 1 | 2 | 0 | 0.86 | 0.71 | 0.97 | 350 | 0.75 | 0.02 |
Hex | 7 | 1 | 2 | 0 | 56 | 47 | 61 | 15E | 4B | 2 |
Octal | 7 | 1 | 2 | 0 | 126 | 107 | 141 | 536 | 113 | 2 |
Binary | 111 | 1 | 10 | 0 | 1010110 | 1000111 | 1100001 | 101011110 | 1001011 | 10 |
Color Harmonies of #070102
Complementary color
Monochromatic Colors of #070102
Black with #070102
Text Example
Text Example
White with #070102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070102; }
p { color: rgb(7,1,2); }
H1.HeaderClassName
{
color: #070102;
}
.AnyTagClassName
{
color: #070102;
}
</style>
background-color css
<style>
a { background-color: #070102; }
a { background-color: rgb(7,1,2); }
div.DivClassName
{
background-color: #070102;
}
.BgClassName
{
background-color: #070102;
}
</style>
border-color css
<style>
span { border-color: #070102; }
span { border-color: rgb(7,1,2); }
td.TdClassName
{
border-color: #070102;
}
.TagClassName
{
border-color: #070102;
}
</style>