Shades of Rustic Red #2E000D
Tints of Rustic Red #2E000D
RGB
CMYK
RGB Variations
Color information
#2E000D (or 0x2E000D) is known color: Rustic Red. HEX triplet: 2E, 00 and 0D. RGB value is (46,0,13). Sum of RGB (Red+Green+Blue) = 46+0+13=59 (7% of max value = 765). Red value is 46 (18.36% from 255 or 77.97% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 46 - color contains mainly: red. Hex color #2E000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E000D is #D1FFF2. Grayscale: #0F0F0F. Windows color (decimal): -13762547 or 852014. OLE color: 852014.
HSL color Cylindrical-coordinate representation of color #2E000D: hue angle of 343.04º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E000D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.72 | 0.82 |
| HSL | 343.04º | 1% | 0.09% | - |
| HSV(B) | 343.04º | 1% | 0.18% | - |
| XYZ | 1.2 | 0.61 | 0.44 | - |
| YUV | 15.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 13 | 0 | 1 | 0.72 | 0.82 | 343.04 | 1 | 0.09 |
| Hex | 2E | 0 | D | 0 | 64 | 48 | 52 | 157 | 64 | 9 |
| Octal | 56 | 0 | 15 | 0 | 144 | 110 | 122 | 527 | 144 | 11 |
| Binary | 101110 | 0 | 1101 | 0 | 1100100 | 1001000 | 1010010 | 101010111 | 1100100 | 1001 |
Color Harmonies of #2E000D
Complementary color
Monochromatic Colors of #2E000D
Black with #2E000D
Text Example
Text Example
White with #2E000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E000D; }
p { color: rgb(46,0,13); }
H1.HeaderClassName
{
color: #2E000D;
}
.AnyTagClassName
{
color: #2E000D;
}
</style>
background-color css
<style>
a { background-color: #2E000D; }
a { background-color: rgb(46,0,13); }
div.DivClassName
{
background-color: #2E000D;
}
.BgClassName
{
background-color: #2E000D;
}
</style>
border-color css
<style>
span { border-color: #2E000D; }
span { border-color: rgb(46,0,13); }
td.TdClassName
{
border-color: #2E000D;
}
.TagClassName
{
border-color: #2E000D;
}
</style>