Shades of Rustic Red #2E090C
Tints of Rustic Red #2E090C
RGB
CMYK
RGB Variations
Color information
#2E090C (or 0x2E090C) is known color: Rustic Red. HEX triplet: 2E, 09 and 0C. RGB value is (46,9,12). Sum of RGB (Red+Green+Blue) = 46+9+12=67 (8% of max value = 765). Red value is 46 (18.36% from 255 or 68.66% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 46 - color contains mainly: red. Hex color #2E090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E090C is #D1F6F3. Grayscale: #141414. Windows color (decimal): -13760244 or 788782. OLE color: 788782.
HSL color Cylindrical-coordinate representation of color #2E090C: hue angle of 355.14º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E090C is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 9 | 12 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.82 |
| HSL | 355.14º | 0.67% | 0.11% | - |
| HSV(B) | 355.14º | 0.8% | 0.18% | - |
| XYZ | 1.29 | 0.8 | 0.43 | - |
| YUV | 20.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 12 | 0 | 0.80 | 0.74 | 0.82 | 355.14 | 0.67 | 0.11 |
| Hex | 2E | 9 | C | 0 | 50 | 4A | 52 | 163 | 43 | B |
| Octal | 56 | 11 | 14 | 0 | 120 | 112 | 122 | 543 | 103 | 13 |
| Binary | 101110 | 1001 | 1100 | 0 | 1010000 | 1001010 | 1010010 | 101100011 | 1000011 | 1011 |
Color Harmonies of #2E090C
Complementary color
Monochromatic Colors of #2E090C
Black with #2E090C
Text Example
Text Example
White with #2E090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E090C; }
p { color: rgb(46,9,12); }
H1.HeaderClassName
{
color: #2E090C;
}
.AnyTagClassName
{
color: #2E090C;
}
</style>
background-color css
<style>
a { background-color: #2E090C; }
a { background-color: rgb(46,9,12); }
div.DivClassName
{
background-color: #2E090C;
}
.BgClassName
{
background-color: #2E090C;
}
</style>
border-color css
<style>
span { border-color: #2E090C; }
span { border-color: rgb(46,9,12); }
td.TdClassName
{
border-color: #2E090C;
}
.TagClassName
{
border-color: #2E090C;
}
</style>