Shades of Rustic Red #2E181D
Tints of Rustic Red #2E181D
RGB
CMYK
RGB Variations
Color information
#2E181D (or 0x2E181D) is known color: Rustic Red. HEX triplet: 2E, 18 and 1D. RGB value is (46,24,29). Sum of RGB (Red+Green+Blue) = 46+24+29=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E181D is #D1E7E2. Grayscale: #1F1F1F. Windows color (decimal): -13756387 or 1906734. OLE color: 1906734.
HSL color Cylindrical-coordinate representation of color #2E181D: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E181D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 29 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.82 |
| HSL | 346.36º | 0.31% | 0.14% | - |
| HSV(B) | 346.36º | 0.48% | 0.18% | - |
| XYZ | 1.68 | 1.32 | 1.33 | - |
| YUV | 31.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 29 | 0 | 0.48 | 0.37 | 0.82 | 346.36 | 0.31 | 0.14 |
| Hex | 2E | 18 | 1D | 0 | 30 | 25 | 52 | 15A | 1F | E |
| Octal | 56 | 30 | 35 | 0 | 60 | 45 | 122 | 532 | 37 | 16 |
| Binary | 101110 | 11000 | 11101 | 0 | 110000 | 100101 | 1010010 | 101011010 | 11111 | 1110 |
Color Harmonies of #2E181D
Complementary color
Monochromatic Colors of #2E181D
Black with #2E181D
Text Example
Text Example
White with #2E181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E181D; }
p { color: rgb(46,24,29); }
H1.HeaderClassName
{
color: #2E181D;
}
.AnyTagClassName
{
color: #2E181D;
}
</style>
background-color css
<style>
a { background-color: #2E181D; }
a { background-color: rgb(46,24,29); }
div.DivClassName
{
background-color: #2E181D;
}
.BgClassName
{
background-color: #2E181D;
}
</style>
border-color css
<style>
span { border-color: #2E181D; }
span { border-color: rgb(46,24,29); }
td.TdClassName
{
border-color: #2E181D;
}
.TagClassName
{
border-color: #2E181D;
}
</style>