Shades of Rustic Red #2E090F
Tints of Rustic Red #2E090F
RGB
CMYK
RGB Variations
Color information
#2E090F (or 0x2E090F) is known color: Rustic Red. HEX triplet: 2E, 09 and 0F. RGB value is (46,9,15). Sum of RGB (Red+Green+Blue) = 46+9+15=70 (9% of max value = 765). Red value is 46 (18.36% from 255 or 65.71% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 46 - color contains mainly: red. Hex color #2E090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E090F is #D1F6F0. Grayscale: #141414. Windows color (decimal): -13760241 or 985390. OLE color: 985390.
HSL color Cylindrical-coordinate representation of color #2E090F: hue angle of 350.27º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E090F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 9 | 15 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.82 |
| HSL | 350.27º | 0.67% | 0.11% | - |
| HSV(B) | 350.27º | 0.8% | 0.18% | - |
| XYZ | 1.31 | 0.81 | 0.54 | - |
| YUV | 20.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 15 | 0 | 0.80 | 0.67 | 0.82 | 350.27 | 0.67 | 0.11 |
| Hex | 2E | 9 | F | 0 | 50 | 43 | 52 | 15E | 43 | B |
| Octal | 56 | 11 | 17 | 0 | 120 | 103 | 122 | 536 | 103 | 13 |
| Binary | 101110 | 1001 | 1111 | 0 | 1010000 | 1000011 | 1010010 | 101011110 | 1000011 | 1011 |
Color Harmonies of #2E090F
Complementary color
Monochromatic Colors of #2E090F
Black with #2E090F
Text Example
Text Example
White with #2E090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E090F; }
p { color: rgb(46,9,15); }
H1.HeaderClassName
{
color: #2E090F;
}
.AnyTagClassName
{
color: #2E090F;
}
</style>
background-color css
<style>
a { background-color: #2E090F; }
a { background-color: rgb(46,9,15); }
div.DivClassName
{
background-color: #2E090F;
}
.BgClassName
{
background-color: #2E090F;
}
</style>
border-color css
<style>
span { border-color: #2E090F; }
span { border-color: rgb(46,9,15); }
td.TdClassName
{
border-color: #2E090F;
}
.TagClassName
{
border-color: #2E090F;
}
</style>