Shades of Rustic Red #2E000A
Tints of Rustic Red #2E000A
RGB
CMYK
RGB Variations
Color information
#2E000A (or 0x2E000A) is known color: Rustic Red. HEX triplet: 2E, 00 and 0A. RGB value is (46,0,10). Sum of RGB (Red+Green+Blue) = 46+0+10=56 (7% of max value = 765). Red value is 46 (18.36% from 255 or 82.14% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 46 - color contains mainly: red. Hex color #2E000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E000A is #D1FFF5. Grayscale: #0E0E0E. Windows color (decimal): -13762550 or 655406. OLE color: 655406.
HSL color Cylindrical-coordinate representation of color #2E000A: hue angle of 346.96º 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 #2E000A is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.78 | 0.82 |
| HSL | 346.96º | 1% | 0.09% | - |
| HSV(B) | 346.96º | 1% | 0.18% | - |
| XYZ | 1.18 | 0.6 | 0.34 | - |
| YUV | 14.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 10 | 0 | 1 | 0.78 | 0.82 | 346.96 | 1 | 0.09 |
| Hex | 2E | 0 | A | 0 | 64 | 4E | 52 | 15B | 64 | 9 |
| Octal | 56 | 0 | 12 | 0 | 144 | 116 | 122 | 533 | 144 | 11 |
| Binary | 101110 | 0 | 1010 | 0 | 1100100 | 1001110 | 1010010 | 101011011 | 1100100 | 1001 |
Color Harmonies of #2E000A
Complementary color
Monochromatic Colors of #2E000A
Black with #2E000A
Text Example
Text Example
White with #2E000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E000A; }
p { color: rgb(46,0,10); }
H1.HeaderClassName
{
color: #2E000A;
}
.AnyTagClassName
{
color: #2E000A;
}
</style>
background-color css
<style>
a { background-color: #2E000A; }
a { background-color: rgb(46,0,10); }
div.DivClassName
{
background-color: #2E000A;
}
.BgClassName
{
background-color: #2E000A;
}
</style>
border-color css
<style>
span { border-color: #2E000A; }
span { border-color: rgb(46,0,10); }
td.TdClassName
{
border-color: #2E000A;
}
.TagClassName
{
border-color: #2E000A;
}
</style>