Shades of Rustic Red #2E1119
Tints of Rustic Red #2E1119
RGB
CMYK
RGB Variations
Color information
#2E1119 (or 0x2E1119) is known color: Rustic Red. HEX triplet: 2E, 11 and 19. RGB value is (46,17,25). Sum of RGB (Red+Green+Blue) = 46+17+25=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1119 is #D1EEE6. Grayscale: #1A1A1A. Windows color (decimal): -13758183 or 1642798. OLE color: 1642798.
HSL color Cylindrical-coordinate representation of color #2E1119: hue angle of 343.45º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1119 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 25 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.82 |
| HSL | 343.45º | 0.46% | 0.12% | - |
| HSV(B) | 343.45º | 0.63% | 0.18% | - |
| XYZ | 1.5 | 1.05 | 1.04 | - |
| YUV | 26.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 25 | 0 | 0.63 | 0.46 | 0.82 | 343.45 | 0.46 | 0.12 |
| Hex | 2E | 11 | 19 | 0 | 3F | 2E | 52 | 157 | 2E | C |
| Octal | 56 | 21 | 31 | 0 | 77 | 56 | 122 | 527 | 56 | 14 |
| Binary | 101110 | 10001 | 11001 | 0 | 111111 | 101110 | 1010010 | 101010111 | 101110 | 1100 |
Color Harmonies of #2E1119
Complementary color
Monochromatic Colors of #2E1119
Black with #2E1119
Text Example
Text Example
White with #2E1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1119; }
p { color: rgb(46,17,25); }
H1.HeaderClassName
{
color: #2E1119;
}
.AnyTagClassName
{
color: #2E1119;
}
</style>
background-color css
<style>
a { background-color: #2E1119; }
a { background-color: rgb(46,17,25); }
div.DivClassName
{
background-color: #2E1119;
}
.BgClassName
{
background-color: #2E1119;
}
</style>
border-color css
<style>
span { border-color: #2E1119; }
span { border-color: rgb(46,17,25); }
td.TdClassName
{
border-color: #2E1119;
}
.TagClassName
{
border-color: #2E1119;
}
</style>