Shades of Rustic Red #2E0E15
Tints of Rustic Red #2E0E15
RGB
CMYK
RGB Variations
Color information
#2E0E15 (or 0x2E0E15) is known color: Rustic Red. HEX triplet: 2E, 0E and 15. RGB value is (46,14,21). Sum of RGB (Red+Green+Blue) = 46+14+21=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0E15 is #D1F1EA. Grayscale: #181818. Windows color (decimal): -13758955 or 1379886. OLE color: 1379886.
HSL color Cylindrical-coordinate representation of color #2E0E15: hue angle of 346.88º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E0E15 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 14 | 21 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.82 |
| HSL | 346.88º | 0.53% | 0.12% | - |
| HSV(B) | 346.88º | 0.7% | 0.18% | - |
| XYZ | 1.42 | 0.95 | 0.82 | - |
| YUV | 24.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 21 | 0 | 0.70 | 0.54 | 0.82 | 346.88 | 0.53 | 0.12 |
| Hex | 2E | E | 15 | 0 | 46 | 36 | 52 | 15B | 35 | C |
| Octal | 56 | 16 | 25 | 0 | 106 | 66 | 122 | 533 | 65 | 14 |
| Binary | 101110 | 1110 | 10101 | 0 | 1000110 | 110110 | 1010010 | 101011011 | 110101 | 1100 |
Color Harmonies of #2E0E15
Complementary color
Monochromatic Colors of #2E0E15
Black with #2E0E15
Text Example
Text Example
White with #2E0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0E15; }
p { color: rgb(46,14,21); }
H1.HeaderClassName
{
color: #2E0E15;
}
.AnyTagClassName
{
color: #2E0E15;
}
</style>
background-color css
<style>
a { background-color: #2E0E15; }
a { background-color: rgb(46,14,21); }
div.DivClassName
{
background-color: #2E0E15;
}
.BgClassName
{
background-color: #2E0E15;
}
</style>
border-color css
<style>
span { border-color: #2E0E15; }
span { border-color: rgb(46,14,21); }
td.TdClassName
{
border-color: #2E0E15;
}
.TagClassName
{
border-color: #2E0E15;
}
</style>