Shades of Rustic Red #2E121A
Tints of Rustic Red #2E121A
RGB
CMYK
RGB Variations
Color information
#2E121A (or 0x2E121A) is known color: Rustic Red. HEX triplet: 2E, 12 and 1A. RGB value is (46,18,26). Sum of RGB (Red+Green+Blue) = 46+18+26=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E121A is #D1EDE5. Grayscale: #1B1B1B. Windows color (decimal): -13757926 or 1708590. OLE color: 1708590.
HSL color Cylindrical-coordinate representation of color #2E121A: hue angle of 342.86º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E121A is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 26 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.82 |
| HSL | 342.86º | 0.44% | 0.13% | - |
| HSV(B) | 342.86º | 0.61% | 0.18% | - |
| XYZ | 1.53 | 1.09 | 1.11 | - |
| YUV | 27.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 26 | 0 | 0.61 | 0.43 | 0.82 | 342.86 | 0.44 | 0.13 |
| Hex | 2E | 12 | 1A | 0 | 3D | 2B | 52 | 157 | 2C | D |
| Octal | 56 | 22 | 32 | 0 | 75 | 53 | 122 | 527 | 54 | 15 |
| Binary | 101110 | 10010 | 11010 | 0 | 111101 | 101011 | 1010010 | 101010111 | 101100 | 1101 |
Color Harmonies of #2E121A
Complementary color
Monochromatic Colors of #2E121A
Black with #2E121A
Text Example
Text Example
White with #2E121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E121A; }
p { color: rgb(46,18,26); }
H1.HeaderClassName
{
color: #2E121A;
}
.AnyTagClassName
{
color: #2E121A;
}
</style>
background-color css
<style>
a { background-color: #2E121A; }
a { background-color: rgb(46,18,26); }
div.DivClassName
{
background-color: #2E121A;
}
.BgClassName
{
background-color: #2E121A;
}
</style>
border-color css
<style>
span { border-color: #2E121A; }
span { border-color: rgb(46,18,26); }
td.TdClassName
{
border-color: #2E121A;
}
.TagClassName
{
border-color: #2E121A;
}
</style>