Shades of Rustic Red #2E0F19
Tints of Rustic Red #2E0F19
RGB
CMYK
RGB Variations
Color information
#2E0F19 (or 0x2E0F19) is known color: Rustic Red. HEX triplet: 2E, 0F and 19. RGB value is (46,15,25). Sum of RGB (Red+Green+Blue) = 46+15+25=86 (11% of max value = 765). Red value is 46 (18.36% from 255 or 53.49% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0F19 is #D1F0E6. Grayscale: #191919. Windows color (decimal): -13758695 or 1642286. OLE color: 1642286.
HSL color Cylindrical-coordinate representation of color #2E0F19: hue angle of 340.65º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E0F19 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 15 | 25 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.82 |
| HSL | 340.65º | 0.51% | 0.12% | - |
| HSV(B) | 340.65º | 0.67% | 0.18% | - |
| XYZ | 1.47 | 0.99 | 1.03 | - |
| YUV | 25.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 25 | 0 | 0.67 | 0.46 | 0.82 | 340.65 | 0.51 | 0.12 |
| Hex | 2E | F | 19 | 0 | 43 | 2E | 52 | 155 | 33 | C |
| Octal | 56 | 17 | 31 | 0 | 103 | 56 | 122 | 525 | 63 | 14 |
| Binary | 101110 | 1111 | 11001 | 0 | 1000011 | 101110 | 1010010 | 101010101 | 110011 | 1100 |
Color Harmonies of #2E0F19
Complementary color
Monochromatic Colors of #2E0F19
Black with #2E0F19
Text Example
Text Example
White with #2E0F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0F19; }
p { color: rgb(46,15,25); }
H1.HeaderClassName
{
color: #2E0F19;
}
.AnyTagClassName
{
color: #2E0F19;
}
</style>
background-color css
<style>
a { background-color: #2E0F19; }
a { background-color: rgb(46,15,25); }
div.DivClassName
{
background-color: #2E0F19;
}
.BgClassName
{
background-color: #2E0F19;
}
</style>
border-color css
<style>
span { border-color: #2E0F19; }
span { border-color: rgb(46,15,25); }
td.TdClassName
{
border-color: #2E0F19;
}
.TagClassName
{
border-color: #2E0F19;
}
</style>