Shades of Rustic Red #070506
Tints of Rustic Red #070506
RGB
CMYK
RGB Variations
Color information
#070506 (or 0x070506) is known color: Rustic Red. HEX triplet: 07, 05 and 06. RGB value is (7,5,6). Sum of RGB (Red+Green+Blue) = 7+5+6=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 6 (2.73% from 255 or 33.33% from 18); Max value from RGB is 7 - color contains mainly: red. Hex color #070506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070506 is #F8FAF9. Grayscale: #050505. Windows color (decimal): -16317178 or 394503. OLE color: 394503.
HSL color Cylindrical-coordinate representation of color #070506: hue angle of 330º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #070506 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.97.
Color convert
RGB | 7 | 5 | 6 | - |
CMYK | 0 | 0.29 | 0.14 | 0.97 |
HSL | 330º | 0.17% | 0.02% | - |
HSV(B) | 330º | 0.29% | 0.03% | - |
XYZ | 0.17 | 0.17 | 0.2 | - |
YUV | 5.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 5 | 6 | 0 | 0.29 | 0.14 | 0.97 | 330 | 0.17 | 0.02 |
Hex | 7 | 5 | 6 | 0 | 1D | E | 61 | 14A | 11 | 2 |
Octal | 7 | 5 | 6 | 0 | 35 | 16 | 141 | 512 | 21 | 2 |
Binary | 111 | 101 | 110 | 0 | 11101 | 1110 | 1100001 | 101001010 | 10001 | 10 |
Color Harmonies of #070506
Complementary color
Monochromatic Colors of #070506
Black with #070506
Text Example
Text Example
White with #070506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070506; }
p { color: rgb(7,5,6); }
H1.HeaderClassName
{
color: #070506;
}
.AnyTagClassName
{
color: #070506;
}
</style>
background-color css
<style>
a { background-color: #070506; }
a { background-color: rgb(7,5,6); }
div.DivClassName
{
background-color: #070506;
}
.BgClassName
{
background-color: #070506;
}
</style>
border-color css
<style>
span { border-color: #070506; }
span { border-color: rgb(7,5,6); }
td.TdClassName
{
border-color: #070506;
}
.TagClassName
{
border-color: #070506;
}
</style>