Shades of Rustic Red #2E191D
Tints of Rustic Red #2E191D
RGB
CMYK
RGB Variations
Color information
#2E191D (or 0x2E191D) is known color: Rustic Red. HEX triplet: 2E, 19 and 1D. RGB value is (46,25,29). Sum of RGB (Red+Green+Blue) = 46+25+29=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E191D is #D1E6E2. Grayscale: #1F1F1F. Windows color (decimal): -13756131 or 1906990. OLE color: 1906990.
HSL color Cylindrical-coordinate representation of color #2E191D: hue angle of 348.57º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E191D is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 29 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.82 |
| HSL | 348.57º | 0.3% | 0.14% | - |
| HSV(B) | 348.57º | 0.46% | 0.18% | - |
| XYZ | 1.7 | 1.36 | 1.34 | - |
| YUV | 31.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 29 | 0 | 0.46 | 0.37 | 0.82 | 348.57 | 0.3 | 0.14 |
| Hex | 2E | 19 | 1D | 0 | 2E | 25 | 52 | 15D | 1E | E |
| Octal | 56 | 31 | 35 | 0 | 56 | 45 | 122 | 535 | 36 | 16 |
| Binary | 101110 | 11001 | 11101 | 0 | 101110 | 100101 | 1010010 | 101011101 | 11110 | 1110 |
Color Harmonies of #2E191D
Complementary color
Monochromatic Colors of #2E191D
Black with #2E191D
Text Example
Text Example
White with #2E191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E191D; }
p { color: rgb(46,25,29); }
H1.HeaderClassName
{
color: #2E191D;
}
.AnyTagClassName
{
color: #2E191D;
}
</style>
background-color css
<style>
a { background-color: #2E191D; }
a { background-color: rgb(46,25,29); }
div.DivClassName
{
background-color: #2E191D;
}
.BgClassName
{
background-color: #2E191D;
}
</style>
border-color css
<style>
span { border-color: #2E191D; }
span { border-color: rgb(46,25,29); }
td.TdClassName
{
border-color: #2E191D;
}
.TagClassName
{
border-color: #2E191D;
}
</style>