Shades of Rustic Red #2E070D
Tints of Rustic Red #2E070D
RGB
CMYK
RGB Variations
Color information
#2E070D (or 0x2E070D) is known color: Rustic Red. HEX triplet: 2E, 07 and 0D. RGB value is (46,7,13). Sum of RGB (Red+Green+Blue) = 46+7+13=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E070D is #D1F8F2. Grayscale: #131313. Windows color (decimal): -13760755 or 853806. OLE color: 853806.
HSL color Cylindrical-coordinate representation of color #2E070D: hue angle of 350.77º 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 #2E070D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 13 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.82 |
| HSL | 350.77º | 0.74% | 0.1% | - |
| HSV(B) | 350.77º | 0.85% | 0.18% | - |
| XYZ | 1.28 | 0.76 | 0.46 | - |
| YUV | 19.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 13 | 0 | 0.85 | 0.72 | 0.82 | 350.77 | 0.74 | 0.1 |
| Hex | 2E | 7 | D | 0 | 55 | 48 | 52 | 15F | 4A | A |
| Octal | 56 | 7 | 15 | 0 | 125 | 110 | 122 | 537 | 112 | 12 |
| Binary | 101110 | 111 | 1101 | 0 | 1010101 | 1001000 | 1010010 | 101011111 | 1001010 | 1010 |
Color Harmonies of #2E070D
Complementary color
Monochromatic Colors of #2E070D
Black with #2E070D
Text Example
Text Example
White with #2E070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E070D; }
p { color: rgb(46,7,13); }
H1.HeaderClassName
{
color: #2E070D;
}
.AnyTagClassName
{
color: #2E070D;
}
</style>
background-color css
<style>
a { background-color: #2E070D; }
a { background-color: rgb(46,7,13); }
div.DivClassName
{
background-color: #2E070D;
}
.BgClassName
{
background-color: #2E070D;
}
</style>
border-color css
<style>
span { border-color: #2E070D; }
span { border-color: rgb(46,7,13); }
td.TdClassName
{
border-color: #2E070D;
}
.TagClassName
{
border-color: #2E070D;
}
</style>