Shades of Rustic Red #2E111A
Tints of Rustic Red #2E111A
RGB
CMYK
RGB Variations
Color information
#2E111A (or 0x2E111A) is known color: Rustic Red. HEX triplet: 2E, 11 and 1A. RGB value is (46,17,26). Sum of RGB (Red+Green+Blue) = 46+17+26=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E111A is #D1EEE5. Grayscale: #1A1A1A. Windows color (decimal): -13758182 or 1708334. OLE color: 1708334.
HSL color Cylindrical-coordinate representation of color #2E111A: hue angle of 341.38º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E111A is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 26 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.82 |
| HSL | 341.38º | 0.46% | 0.12% | - |
| HSV(B) | 341.38º | 0.63% | 0.18% | - |
| XYZ | 1.51 | 1.06 | 1.1 | - |
| YUV | 26.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 26 | 0 | 0.63 | 0.43 | 0.82 | 341.38 | 0.46 | 0.12 |
| Hex | 2E | 11 | 1A | 0 | 3F | 2B | 52 | 155 | 2E | C |
| Octal | 56 | 21 | 32 | 0 | 77 | 53 | 122 | 525 | 56 | 14 |
| Binary | 101110 | 10001 | 11010 | 0 | 111111 | 101011 | 1010010 | 101010101 | 101110 | 1100 |
Color Harmonies of #2E111A
Complementary color
Monochromatic Colors of #2E111A
Black with #2E111A
Text Example
Text Example
White with #2E111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E111A; }
p { color: rgb(46,17,26); }
H1.HeaderClassName
{
color: #2E111A;
}
.AnyTagClassName
{
color: #2E111A;
}
</style>
background-color css
<style>
a { background-color: #2E111A; }
a { background-color: rgb(46,17,26); }
div.DivClassName
{
background-color: #2E111A;
}
.BgClassName
{
background-color: #2E111A;
}
</style>
border-color css
<style>
span { border-color: #2E111A; }
span { border-color: rgb(46,17,26); }
td.TdClassName
{
border-color: #2E111A;
}
.TagClassName
{
border-color: #2E111A;
}
</style>