Shades of Rustic Red #2E131B
Tints of Rustic Red #2E131B
RGB
CMYK
RGB Variations
Color information
#2E131B (or 0x2E131B) is known color: Rustic Red. HEX triplet: 2E, 13 and 1B. RGB value is (46,19,27). Sum of RGB (Red+Green+Blue) = 46+19+27=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E131B is #D1ECE4. Grayscale: #1B1B1B. Windows color (decimal): -13757669 or 1774382. OLE color: 1774382.
HSL color Cylindrical-coordinate representation of color #2E131B: hue angle of 342.22º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E131B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 27 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.82 |
| HSL | 342.22º | 0.42% | 0.13% | - |
| HSV(B) | 342.22º | 0.59% | 0.18% | - |
| XYZ | 1.56 | 1.13 | 1.17 | - |
| YUV | 27.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 27 | 0 | 0.59 | 0.41 | 0.82 | 342.22 | 0.42 | 0.13 |
| Hex | 2E | 13 | 1B | 0 | 3B | 29 | 52 | 156 | 2A | D |
| Octal | 56 | 23 | 33 | 0 | 73 | 51 | 122 | 526 | 52 | 15 |
| Binary | 101110 | 10011 | 11011 | 0 | 111011 | 101001 | 1010010 | 101010110 | 101010 | 1101 |
Color Harmonies of #2E131B
Complementary color
Monochromatic Colors of #2E131B
Black with #2E131B
Text Example
Text Example
White with #2E131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E131B; }
p { color: rgb(46,19,27); }
H1.HeaderClassName
{
color: #2E131B;
}
.AnyTagClassName
{
color: #2E131B;
}
</style>
background-color css
<style>
a { background-color: #2E131B; }
a { background-color: rgb(46,19,27); }
div.DivClassName
{
background-color: #2E131B;
}
.BgClassName
{
background-color: #2E131B;
}
</style>
border-color css
<style>
span { border-color: #2E131B; }
span { border-color: rgb(46,19,27); }
td.TdClassName
{
border-color: #2E131B;
}
.TagClassName
{
border-color: #2E131B;
}
</style>