Shades of Rustic Red #2E070E
Tints of Rustic Red #2E070E
RGB
CMYK
RGB Variations
Color information
#2E070E (or 0x2E070E) is known color: Rustic Red. HEX triplet: 2E, 07 and 0E. RGB value is (46,7,14). Sum of RGB (Red+Green+Blue) = 46+7+14=67 (8% of max value = 765). Red value is 46 (18.36% from 255 or 68.66% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 46 - color contains mainly: red. Hex color #2E070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E070E is #D1F8F1. Grayscale: #131313. Windows color (decimal): -13760754 or 919342. OLE color: 919342.
HSL color Cylindrical-coordinate representation of color #2E070E: hue angle of 349.23º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E070E is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 14 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.82 |
| HSL | 349.23º | 0.74% | 0.1% | - |
| HSV(B) | 349.23º | 0.85% | 0.18% | - |
| XYZ | 1.28 | 0.76 | 0.5 | - |
| YUV | 19.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 14 | 0 | 0.85 | 0.70 | 0.82 | 349.23 | 0.74 | 0.1 |
| Hex | 2E | 7 | E | 0 | 55 | 46 | 52 | 15D | 4A | A |
| Octal | 56 | 7 | 16 | 0 | 125 | 106 | 122 | 535 | 112 | 12 |
| Binary | 101110 | 111 | 1110 | 0 | 1010101 | 1000110 | 1010010 | 101011101 | 1001010 | 1010 |
Color Harmonies of #2E070E
Complementary color
Monochromatic Colors of #2E070E
Black with #2E070E
Text Example
Text Example
White with #2E070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E070E; }
p { color: rgb(46,7,14); }
H1.HeaderClassName
{
color: #2E070E;
}
.AnyTagClassName
{
color: #2E070E;
}
</style>
background-color css
<style>
a { background-color: #2E070E; }
a { background-color: rgb(46,7,14); }
div.DivClassName
{
background-color: #2E070E;
}
.BgClassName
{
background-color: #2E070E;
}
</style>
border-color css
<style>
span { border-color: #2E070E; }
span { border-color: rgb(46,7,14); }
td.TdClassName
{
border-color: #2E070E;
}
.TagClassName
{
border-color: #2E070E;
}
</style>