Shades of Rustic Red #2E1B1C
Tints of Rustic Red #2E1B1C
RGB
CMYK
RGB Variations
Color information
#2E1B1C (or 0x2E1B1C) is known color: Rustic Red. HEX triplet: 2E, 1B and 1C. RGB value is (46,27,28). Sum of RGB (Red+Green+Blue) = 46+27+28=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B1C is #D1E4E3. Grayscale: #202020. Windows color (decimal): -13755620 or 1841966. OLE color: 1841966.
HSL color Cylindrical-coordinate representation of color #2E1B1C: hue angle of 356.84º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E1B1C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 27 | 28 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.82 |
| HSL | 356.84º | 0.26% | 0.14% | - |
| HSV(B) | 356.84º | 0.41% | 0.18% | - |
| XYZ | 1.73 | 1.45 | 1.29 | - |
| YUV | 32.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 28 | 0 | 0.41 | 0.39 | 0.82 | 356.84 | 0.26 | 0.14 |
| Hex | 2E | 1B | 1C | 0 | 29 | 27 | 52 | 165 | 1A | E |
| Octal | 56 | 33 | 34 | 0 | 51 | 47 | 122 | 545 | 32 | 16 |
| Binary | 101110 | 11011 | 11100 | 0 | 101001 | 100111 | 1010010 | 101100101 | 11010 | 1110 |
Color Harmonies of #2E1B1C
Complementary color
Monochromatic Colors of #2E1B1C
Black with #2E1B1C
Text Example
Text Example
White with #2E1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B1C; }
p { color: rgb(46,27,28); }
H1.HeaderClassName
{
color: #2E1B1C;
}
.AnyTagClassName
{
color: #2E1B1C;
}
</style>
background-color css
<style>
a { background-color: #2E1B1C; }
a { background-color: rgb(46,27,28); }
div.DivClassName
{
background-color: #2E1B1C;
}
.BgClassName
{
background-color: #2E1B1C;
}
</style>
border-color css
<style>
span { border-color: #2E1B1C; }
span { border-color: rgb(46,27,28); }
td.TdClassName
{
border-color: #2E1B1C;
}
.TagClassName
{
border-color: #2E1B1C;
}
</style>