Shades of Rustic Red #2E161B
Tints of Rustic Red #2E161B
RGB
CMYK
RGB Variations
Color information
#2E161B (or 0x2E161B) is known color: Rustic Red. HEX triplet: 2E, 16 and 1B. RGB value is (46,22,27). Sum of RGB (Red+Green+Blue) = 46+22+27=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E161B is #D1E9E4. Grayscale: #1D1D1D. Windows color (decimal): -13756901 or 1775150. OLE color: 1775150.
HSL color Cylindrical-coordinate representation of color #2E161B: hue angle of 347.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E161B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 27 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.82 |
| HSL | 347.5º | 0.35% | 0.13% | - |
| HSV(B) | 347.5º | 0.52% | 0.18% | - |
| XYZ | 1.61 | 1.23 | 1.19 | - |
| YUV | 29.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 27 | 0 | 0.52 | 0.41 | 0.82 | 347.5 | 0.35 | 0.13 |
| Hex | 2E | 16 | 1B | 0 | 34 | 29 | 52 | 15C | 23 | D |
| Octal | 56 | 26 | 33 | 0 | 64 | 51 | 122 | 534 | 43 | 15 |
| Binary | 101110 | 10110 | 11011 | 0 | 110100 | 101001 | 1010010 | 101011100 | 100011 | 1101 |
Color Harmonies of #2E161B
Complementary color
Monochromatic Colors of #2E161B
Black with #2E161B
Text Example
Text Example
White with #2E161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E161B; }
p { color: rgb(46,22,27); }
H1.HeaderClassName
{
color: #2E161B;
}
.AnyTagClassName
{
color: #2E161B;
}
</style>
background-color css
<style>
a { background-color: #2E161B; }
a { background-color: rgb(46,22,27); }
div.DivClassName
{
background-color: #2E161B;
}
.BgClassName
{
background-color: #2E161B;
}
</style>
border-color css
<style>
span { border-color: #2E161B; }
span { border-color: rgb(46,22,27); }
td.TdClassName
{
border-color: #2E161B;
}
.TagClassName
{
border-color: #2E161B;
}
</style>