Shades of Rustic Red #2E080A
Tints of Rustic Red #2E080A
RGB
CMYK
RGB Variations
Color information
#2E080A (or 0x2E080A) is known color: Rustic Red. HEX triplet: 2E, 08 and 0A. RGB value is (46,8,10). Sum of RGB (Red+Green+Blue) = 46+8+10=64 (8% of max value = 765). Red value is 46 (18.36% from 255 or 71.88% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 46 - color contains mainly: red. Hex color #2E080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E080A is #D1F7F5. Grayscale: #131313. Windows color (decimal): -13760502 or 657454. OLE color: 657454.
HSL color Cylindrical-coordinate representation of color #2E080A: hue angle of 356.84º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E080A is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 10 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.82 |
| HSL | 356.84º | 0.7% | 0.11% | - |
| HSV(B) | 356.84º | 0.83% | 0.18% | - |
| XYZ | 1.27 | 0.78 | 0.37 | - |
| YUV | 19.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 10 | 0 | 0.83 | 0.78 | 0.82 | 356.84 | 0.7 | 0.11 |
| Hex | 2E | 8 | A | 0 | 53 | 4E | 52 | 165 | 46 | B |
| Octal | 56 | 10 | 12 | 0 | 123 | 116 | 122 | 545 | 106 | 13 |
| Binary | 101110 | 1000 | 1010 | 0 | 1010011 | 1001110 | 1010010 | 101100101 | 1000110 | 1011 |
Color Harmonies of #2E080A
Complementary color
Monochromatic Colors of #2E080A
Black with #2E080A
Text Example
Text Example
White with #2E080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E080A; }
p { color: rgb(46,8,10); }
H1.HeaderClassName
{
color: #2E080A;
}
.AnyTagClassName
{
color: #2E080A;
}
</style>
background-color css
<style>
a { background-color: #2E080A; }
a { background-color: rgb(46,8,10); }
div.DivClassName
{
background-color: #2E080A;
}
.BgClassName
{
background-color: #2E080A;
}
</style>
border-color css
<style>
span { border-color: #2E080A; }
span { border-color: rgb(46,8,10); }
td.TdClassName
{
border-color: #2E080A;
}
.TagClassName
{
border-color: #2E080A;
}
</style>