Shades of Rustic Red #2E1519
Tints of Rustic Red #2E1519
RGB
CMYK
RGB Variations
Color information
#2E1519 (or 0x2E1519) is known color: Rustic Red. HEX triplet: 2E, 15 and 19. RGB value is (46,21,25). Sum of RGB (Red+Green+Blue) = 46+21+25=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1519 is #D1EAE6. Grayscale: #1C1C1C. Windows color (decimal): -13757159 or 1643822. OLE color: 1643822.
HSL color Cylindrical-coordinate representation of color #2E1519: hue angle of 350.4º 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 #2E1519 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 25 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.82 |
| HSL | 350.4º | 0.37% | 0.13% | - |
| HSV(B) | 350.4º | 0.54% | 0.18% | - |
| XYZ | 1.57 | 1.19 | 1.07 | - |
| YUV | 28.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 25 | 0 | 0.54 | 0.46 | 0.82 | 350.4 | 0.37 | 0.13 |
| Hex | 2E | 15 | 19 | 0 | 36 | 2E | 52 | 15E | 25 | D |
| Octal | 56 | 25 | 31 | 0 | 66 | 56 | 122 | 536 | 45 | 15 |
| Binary | 101110 | 10101 | 11001 | 0 | 110110 | 101110 | 1010010 | 101011110 | 100101 | 1101 |
Color Harmonies of #2E1519
Complementary color
Monochromatic Colors of #2E1519
Black with #2E1519
Text Example
Text Example
White with #2E1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1519; }
p { color: rgb(46,21,25); }
H1.HeaderClassName
{
color: #2E1519;
}
.AnyTagClassName
{
color: #2E1519;
}
</style>
background-color css
<style>
a { background-color: #2E1519; }
a { background-color: rgb(46,21,25); }
div.DivClassName
{
background-color: #2E1519;
}
.BgClassName
{
background-color: #2E1519;
}
</style>
border-color css
<style>
span { border-color: #2E1519; }
span { border-color: rgb(46,21,25); }
td.TdClassName
{
border-color: #2E1519;
}
.TagClassName
{
border-color: #2E1519;
}
</style>