Shades of Rustic Red #2E0B19
Tints of Rustic Red #2E0B19
RGB
CMYK
RGB Variations
Color information
#2E0B19 (or 0x2E0B19) is known color: Rustic Red. HEX triplet: 2E, 0B and 19. RGB value is (46,11,25). Sum of RGB (Red+Green+Blue) = 46+11+25=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0B19 is #D1F4E6. Grayscale: #171717. Windows color (decimal): -13759719 or 1641262. OLE color: 1641262.
HSL color Cylindrical-coordinate representation of color #2E0B19: hue angle of 336º 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 #2E0B19 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 11 | 25 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.82 |
| HSL | 336º | 0.61% | 0.11% | - |
| HSV(B) | 336º | 0.76% | 0.18% | - |
| XYZ | 1.42 | 0.89 | 1.02 | - |
| YUV | 23.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 25 | 0 | 0.76 | 0.46 | 0.82 | 336 | 0.61 | 0.11 |
| Hex | 2E | B | 19 | 0 | 4C | 2E | 52 | 150 | 3D | B |
| Octal | 56 | 13 | 31 | 0 | 114 | 56 | 122 | 520 | 75 | 13 |
| Binary | 101110 | 1011 | 11001 | 0 | 1001100 | 101110 | 1010010 | 101010000 | 111101 | 1011 |
Color Harmonies of #2E0B19
Complementary color
Monochromatic Colors of #2E0B19
Black with #2E0B19
Text Example
Text Example
White with #2E0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B19; }
p { color: rgb(46,11,25); }
H1.HeaderClassName
{
color: #2E0B19;
}
.AnyTagClassName
{
color: #2E0B19;
}
</style>
background-color css
<style>
a { background-color: #2E0B19; }
a { background-color: rgb(46,11,25); }
div.DivClassName
{
background-color: #2E0B19;
}
.BgClassName
{
background-color: #2E0B19;
}
</style>
border-color css
<style>
span { border-color: #2E0B19; }
span { border-color: rgb(46,11,25); }
td.TdClassName
{
border-color: #2E0B19;
}
.TagClassName
{
border-color: #2E0B19;
}
</style>