Shades of Rustic Red #2E080C
Tints of Rustic Red #2E080C
RGB
CMYK
RGB Variations
Color information
#2E080C (or 0x2E080C) is known color: Rustic Red. HEX triplet: 2E, 08 and 0C. RGB value is (46,8,12). Sum of RGB (Red+Green+Blue) = 46+8+12=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E080C is #D1F7F3. Grayscale: #131313. Windows color (decimal): -13760500 or 788526. OLE color: 788526.
HSL color Cylindrical-coordinate representation of color #2E080C: hue angle of 353.68º 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 #2E080C is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 12 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.82 |
| HSL | 353.68º | 0.7% | 0.11% | - |
| HSV(B) | 353.68º | 0.83% | 0.18% | - |
| XYZ | 1.28 | 0.78 | 0.43 | - |
| YUV | 19.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 12 | 0 | 0.83 | 0.74 | 0.82 | 353.68 | 0.7 | 0.11 |
| Hex | 2E | 8 | C | 0 | 53 | 4A | 52 | 162 | 46 | B |
| Octal | 56 | 10 | 14 | 0 | 123 | 112 | 122 | 542 | 106 | 13 |
| Binary | 101110 | 1000 | 1100 | 0 | 1010011 | 1001010 | 1010010 | 101100010 | 1000110 | 1011 |
Color Harmonies of #2E080C
Complementary color
Monochromatic Colors of #2E080C
Black with #2E080C
Text Example
Text Example
White with #2E080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E080C; }
p { color: rgb(46,8,12); }
H1.HeaderClassName
{
color: #2E080C;
}
.AnyTagClassName
{
color: #2E080C;
}
</style>
background-color css
<style>
a { background-color: #2E080C; }
a { background-color: rgb(46,8,12); }
div.DivClassName
{
background-color: #2E080C;
}
.BgClassName
{
background-color: #2E080C;
}
</style>
border-color css
<style>
span { border-color: #2E080C; }
span { border-color: rgb(46,8,12); }
td.TdClassName
{
border-color: #2E080C;
}
.TagClassName
{
border-color: #2E080C;
}
</style>