Shades of Rustic Red #0E070A
Tints of Rustic Red #0E070A
RGB
CMYK
RGB Variations
Color information
#0E070A (or 0x0E070A) is known color: Rustic Red. HEX triplet: 0E, 07 and 0A. RGB value is (14,7,10). Sum of RGB (Red+Green+Blue) = 14+7+10=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 14 - color contains mainly: red. Hex color #0E070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E070A is #F1F8F5. Grayscale: #090909. Windows color (decimal): -15857910 or 657166. OLE color: 657166.
HSL color Cylindrical-coordinate representation of color #0E070A: hue angle of 334.29º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E070A is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 7 | 10 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.95 |
| HSL | 334.29º | 0.33% | 0.04% | - |
| HSV(B) | 334.29º | 0.5% | 0.05% | - |
| XYZ | 0.31 | 0.27 | 0.32 | - |
| YUV | 9.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 10 | 0 | 0.5 | 0.29 | 0.95 | 334.29 | 0.33 | 0.04 |
| Hex | E | 7 | A | 0 | 32 | 1D | 5F | 14E | 21 | 4 |
| Octal | 16 | 7 | 12 | 0 | 62 | 35 | 137 | 516 | 41 | 4 |
| Binary | 1110 | 111 | 1010 | 0 | 110010 | 11101 | 1011111 | 101001110 | 100001 | 100 |
Color Harmonies of #0E070A
Complementary color
Monochromatic Colors of #0E070A
Black with #0E070A
Text Example
Text Example
White with #0E070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E070A; }
p { color: rgb(14,7,10); }
H1.HeaderClassName
{
color: #0E070A;
}
.AnyTagClassName
{
color: #0E070A;
}
</style>
background-color css
<style>
a { background-color: #0E070A; }
a { background-color: rgb(14,7,10); }
div.DivClassName
{
background-color: #0E070A;
}
.BgClassName
{
background-color: #0E070A;
}
</style>
border-color css
<style>
span { border-color: #0E070A; }
span { border-color: rgb(14,7,10); }
td.TdClassName
{
border-color: #0E070A;
}
.TagClassName
{
border-color: #0E070A;
}
</style>