Shades of Rustic Red #2E0B15
Tints of Rustic Red #2E0B15
RGB
CMYK
RGB Variations
Color information
#2E0B15 (or 0x2E0B15) is known color: Rustic Red. HEX triplet: 2E, 0B and 15. RGB value is (46,11,21). Sum of RGB (Red+Green+Blue) = 46+11+21=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0B15 is #D1F4EA. Grayscale: #161616. Windows color (decimal): -13759723 or 1379118. OLE color: 1379118.
HSL color Cylindrical-coordinate representation of color #2E0B15: hue angle of 342.86º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E0B15 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 11 | 21 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.82 |
| HSL | 342.86º | 0.61% | 0.11% | - |
| HSV(B) | 342.86º | 0.76% | 0.18% | - |
| XYZ | 1.38 | 0.87 | 0.81 | - |
| YUV | 22.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 21 | 0 | 0.76 | 0.54 | 0.82 | 342.86 | 0.61 | 0.11 |
| Hex | 2E | B | 15 | 0 | 4C | 36 | 52 | 157 | 3D | B |
| Octal | 56 | 13 | 25 | 0 | 114 | 66 | 122 | 527 | 75 | 13 |
| Binary | 101110 | 1011 | 10101 | 0 | 1001100 | 110110 | 1010010 | 101010111 | 111101 | 1011 |
Color Harmonies of #2E0B15
Complementary color
Monochromatic Colors of #2E0B15
Black with #2E0B15
Text Example
Text Example
White with #2E0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B15; }
p { color: rgb(46,11,21); }
H1.HeaderClassName
{
color: #2E0B15;
}
.AnyTagClassName
{
color: #2E0B15;
}
</style>
background-color css
<style>
a { background-color: #2E0B15; }
a { background-color: rgb(46,11,21); }
div.DivClassName
{
background-color: #2E0B15;
}
.BgClassName
{
background-color: #2E0B15;
}
</style>
border-color css
<style>
span { border-color: #2E0B15; }
span { border-color: rgb(46,11,21); }
td.TdClassName
{
border-color: #2E0B15;
}
.TagClassName
{
border-color: #2E0B15;
}
</style>