Shades of Rustic Red #2E1A1D
Tints of Rustic Red #2E1A1D
RGB
CMYK
RGB Variations
Color information
#2E1A1D (or 0x2E1A1D) is known color: Rustic Red. HEX triplet: 2E, 1A and 1D. RGB value is (46,26,29). Sum of RGB (Red+Green+Blue) = 46+26+29=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A1D is #D1E5E2. Grayscale: #202020. Windows color (decimal): -13755875 or 1907246. OLE color: 1907246.
HSL color Cylindrical-coordinate representation of color #2E1A1D: hue angle of 351º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E1A1D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 26 | 29 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.82 |
| HSL | 351º | 0.28% | 0.14% | - |
| HSV(B) | 351º | 0.43% | 0.18% | - |
| XYZ | 1.72 | 1.41 | 1.34 | - |
| YUV | 32.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 29 | 0 | 0.43 | 0.37 | 0.82 | 351 | 0.28 | 0.14 |
| Hex | 2E | 1A | 1D | 0 | 2B | 25 | 52 | 15F | 1C | E |
| Octal | 56 | 32 | 35 | 0 | 53 | 45 | 122 | 537 | 34 | 16 |
| Binary | 101110 | 11010 | 11101 | 0 | 101011 | 100101 | 1010010 | 101011111 | 11100 | 1110 |
Color Harmonies of #2E1A1D
Complementary color
Monochromatic Colors of #2E1A1D
Black with #2E1A1D
Text Example
Text Example
White with #2E1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A1D; }
p { color: rgb(46,26,29); }
H1.HeaderClassName
{
color: #2E1A1D;
}
.AnyTagClassName
{
color: #2E1A1D;
}
</style>
background-color css
<style>
a { background-color: #2E1A1D; }
a { background-color: rgb(46,26,29); }
div.DivClassName
{
background-color: #2E1A1D;
}
.BgClassName
{
background-color: #2E1A1D;
}
</style>
border-color css
<style>
span { border-color: #2E1A1D; }
span { border-color: rgb(46,26,29); }
td.TdClassName
{
border-color: #2E1A1D;
}
.TagClassName
{
border-color: #2E1A1D;
}
</style>