Shades of Rustic Red #2E070B
Tints of Rustic Red #2E070B
RGB
CMYK
RGB Variations
Color information
#2E070B (or 0x2E070B) is known color: Rustic Red. HEX triplet: 2E, 07 and 0B. RGB value is (46,7,11). Sum of RGB (Red+Green+Blue) = 46+7+11=64 (8% of max value = 765). Red value is 46 (18.36% from 255 or 71.88% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 46 - color contains mainly: red. Hex color #2E070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E070B is #D1F8F4. Grayscale: #131313. Windows color (decimal): -13760757 or 722734. OLE color: 722734.
HSL color Cylindrical-coordinate representation of color #2E070B: hue angle of 353.85º 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 #2E070B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 11 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.82 |
| HSL | 353.85º | 0.74% | 0.1% | - |
| HSV(B) | 353.85º | 0.85% | 0.18% | - |
| XYZ | 1.26 | 0.76 | 0.4 | - |
| YUV | 19.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 11 | 0 | 0.85 | 0.76 | 0.82 | 353.85 | 0.74 | 0.1 |
| Hex | 2E | 7 | B | 0 | 55 | 4C | 52 | 162 | 4A | A |
| Octal | 56 | 7 | 13 | 0 | 125 | 114 | 122 | 542 | 112 | 12 |
| Binary | 101110 | 111 | 1011 | 0 | 1010101 | 1001100 | 1010010 | 101100010 | 1001010 | 1010 |
Color Harmonies of #2E070B
Complementary color
Monochromatic Colors of #2E070B
Black with #2E070B
Text Example
Text Example
White with #2E070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E070B; }
p { color: rgb(46,7,11); }
H1.HeaderClassName
{
color: #2E070B;
}
.AnyTagClassName
{
color: #2E070B;
}
</style>
background-color css
<style>
a { background-color: #2E070B; }
a { background-color: rgb(46,7,11); }
div.DivClassName
{
background-color: #2E070B;
}
.BgClassName
{
background-color: #2E070B;
}
</style>
border-color css
<style>
span { border-color: #2E070B; }
span { border-color: rgb(46,7,11); }
td.TdClassName
{
border-color: #2E070B;
}
.TagClassName
{
border-color: #2E070B;
}
</style>