Shades of Rustic Red #2E0406
Tints of Rustic Red #2E0406
RGB
CMYK
RGB Variations
Color information
#2E0406 (or 0x2E0406) is known color: Rustic Red. HEX triplet: 2E, 04 and 06. RGB value is (46,4,6). Sum of RGB (Red+Green+Blue) = 46+4+6=56 (7% of max value = 765). Red value is 46 (18.36% from 255 or 82.14% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0406 is #D1FBF9. Grayscale: #101010. Windows color (decimal): -13761530 or 394286. OLE color: 394286.
HSL color Cylindrical-coordinate representation of color #2E0406: hue angle of 357.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0406 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 6 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.82 |
| HSL | 357.14º | 0.84% | 0.1% | - |
| HSV(B) | 357.14º | 0.91% | 0.18% | - |
| XYZ | 1.2 | 0.68 | 0.24 | - |
| YUV | 16.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 6 | 0 | 0.91 | 0.87 | 0.82 | 357.14 | 0.84 | 0.1 |
| Hex | 2E | 4 | 6 | 0 | 5B | 57 | 52 | 165 | 54 | A |
| Octal | 56 | 4 | 6 | 0 | 133 | 127 | 122 | 545 | 124 | 12 |
| Binary | 101110 | 100 | 110 | 0 | 1011011 | 1010111 | 1010010 | 101100101 | 1010100 | 1010 |
Color Harmonies of #2E0406
Complementary color
Monochromatic Colors of #2E0406
Black with #2E0406
Text Example
Text Example
White with #2E0406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0406; }
p { color: rgb(46,4,6); }
H1.HeaderClassName
{
color: #2E0406;
}
.AnyTagClassName
{
color: #2E0406;
}
</style>
background-color css
<style>
a { background-color: #2E0406; }
a { background-color: rgb(46,4,6); }
div.DivClassName
{
background-color: #2E0406;
}
.BgClassName
{
background-color: #2E0406;
}
</style>
border-color css
<style>
span { border-color: #2E0406; }
span { border-color: rgb(46,4,6); }
td.TdClassName
{
border-color: #2E0406;
}
.TagClassName
{
border-color: #2E0406;
}
</style>