Shades of Rustic Red #2E1516
Tints of Rustic Red #2E1516
RGB
CMYK
RGB Variations
Color information
#2E1516 (or 0x2E1516) is known color: Rustic Red. HEX triplet: 2E, 15 and 16. RGB value is (46,21,22). Sum of RGB (Red+Green+Blue) = 46+21+22=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1516 is #D1EAE9. Grayscale: #1C1C1C. Windows color (decimal): -13757162 or 1447214. OLE color: 1447214.
HSL color Cylindrical-coordinate representation of color #2E1516: hue angle of 357.6º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1516 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 22 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.82 |
| HSL | 357.6º | 0.37% | 0.13% | - |
| HSV(B) | 357.6º | 0.54% | 0.18% | - |
| XYZ | 1.54 | 1.18 | 0.9 | - |
| YUV | 28.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 22 | 0 | 0.54 | 0.52 | 0.82 | 357.6 | 0.37 | 0.13 |
| Hex | 2E | 15 | 16 | 0 | 36 | 34 | 52 | 166 | 25 | D |
| Octal | 56 | 25 | 26 | 0 | 66 | 64 | 122 | 546 | 45 | 15 |
| Binary | 101110 | 10101 | 10110 | 0 | 110110 | 110100 | 1010010 | 101100110 | 100101 | 1101 |
Color Harmonies of #2E1516
Complementary color
Monochromatic Colors of #2E1516
Black with #2E1516
Text Example
Text Example
White with #2E1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1516; }
p { color: rgb(46,21,22); }
H1.HeaderClassName
{
color: #2E1516;
}
.AnyTagClassName
{
color: #2E1516;
}
</style>
background-color css
<style>
a { background-color: #2E1516; }
a { background-color: rgb(46,21,22); }
div.DivClassName
{
background-color: #2E1516;
}
.BgClassName
{
background-color: #2E1516;
}
</style>
border-color css
<style>
span { border-color: #2E1516; }
span { border-color: rgb(46,21,22); }
td.TdClassName
{
border-color: #2E1516;
}
.TagClassName
{
border-color: #2E1516;
}
</style>