Shades of Rustic Red #2E0E12
Tints of Rustic Red #2E0E12
RGB
CMYK
RGB Variations
Color information
#2E0E12 (or 0x2E0E12) is known color: Rustic Red. HEX triplet: 2E, 0E and 12. RGB value is (46,14,18). Sum of RGB (Red+Green+Blue) = 46+14+18=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0E12 is #D1F1ED. Grayscale: #181818. Windows color (decimal): -13758958 or 1183278. OLE color: 1183278.
HSL color Cylindrical-coordinate representation of color #2E0E12: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E0E12 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 14 | 18 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.82 |
| HSL | 352.5º | 0.53% | 0.12% | - |
| HSV(B) | 352.5º | 0.7% | 0.18% | - |
| XYZ | 1.39 | 0.94 | 0.68 | - |
| YUV | 24.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 18 | 0 | 0.70 | 0.61 | 0.82 | 352.5 | 0.53 | 0.12 |
| Hex | 2E | E | 12 | 0 | 46 | 3D | 52 | 160 | 35 | C |
| Octal | 56 | 16 | 22 | 0 | 106 | 75 | 122 | 540 | 65 | 14 |
| Binary | 101110 | 1110 | 10010 | 0 | 1000110 | 111101 | 1010010 | 101100000 | 110101 | 1100 |
Color Harmonies of #2E0E12
Complementary color
Monochromatic Colors of #2E0E12
Black with #2E0E12
Text Example
Text Example
White with #2E0E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0E12; }
p { color: rgb(46,14,18); }
H1.HeaderClassName
{
color: #2E0E12;
}
.AnyTagClassName
{
color: #2E0E12;
}
</style>
background-color css
<style>
a { background-color: #2E0E12; }
a { background-color: rgb(46,14,18); }
div.DivClassName
{
background-color: #2E0E12;
}
.BgClassName
{
background-color: #2E0E12;
}
</style>
border-color css
<style>
span { border-color: #2E0E12; }
span { border-color: rgb(46,14,18); }
td.TdClassName
{
border-color: #2E0E12;
}
.TagClassName
{
border-color: #2E0E12;
}
</style>