Shades of Rustic Red #2E1D1E
Tints of Rustic Red #2E1D1E
RGB
CMYK
RGB Variations
Color information
#2E1D1E (or 0x2E1D1E) is known color: Rustic Red. HEX triplet: 2E, 1D and 1E. RGB value is (46,29,30). Sum of RGB (Red+Green+Blue) = 46+29+30=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1D1E is #D1E2E1. Grayscale: #222222. Windows color (decimal): -13755106 or 1973550. OLE color: 1973550.
HSL color Cylindrical-coordinate representation of color #2E1D1E: hue angle of 356.47º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E1D1E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 29 | 30 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.82 |
| HSL | 356.47º | 0.23% | 0.15% | - |
| HSV(B) | 356.47º | 0.37% | 0.18% | - |
| XYZ | 1.8 | 1.55 | 1.43 | - |
| YUV | 34.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 30 | 0 | 0.37 | 0.35 | 0.82 | 356.47 | 0.23 | 0.15 |
| Hex | 2E | 1D | 1E | 0 | 25 | 23 | 52 | 164 | 17 | F |
| Octal | 56 | 35 | 36 | 0 | 45 | 43 | 122 | 544 | 27 | 17 |
| Binary | 101110 | 11101 | 11110 | 0 | 100101 | 100011 | 1010010 | 101100100 | 10111 | 1111 |
Color Harmonies of #2E1D1E
Complementary color
Monochromatic Colors of #2E1D1E
Black with #2E1D1E
Text Example
Text Example
White with #2E1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1D1E; }
p { color: rgb(46,29,30); }
H1.HeaderClassName
{
color: #2E1D1E;
}
.AnyTagClassName
{
color: #2E1D1E;
}
</style>
background-color css
<style>
a { background-color: #2E1D1E; }
a { background-color: rgb(46,29,30); }
div.DivClassName
{
background-color: #2E1D1E;
}
.BgClassName
{
background-color: #2E1D1E;
}
</style>
border-color css
<style>
span { border-color: #2E1D1E; }
span { border-color: rgb(46,29,30); }
td.TdClassName
{
border-color: #2E1D1E;
}
.TagClassName
{
border-color: #2E1D1E;
}
</style>