Shades of Rustic Red #2E131A
Tints of Rustic Red #2E131A
RGB
CMYK
RGB Variations
Color information
#2E131A (or 0x2E131A) is known color: Rustic Red. HEX triplet: 2E, 13 and 1A. RGB value is (46,19,26). Sum of RGB (Red+Green+Blue) = 46+19+26=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E131A is #D1ECE5. Grayscale: #1B1B1B. Windows color (decimal): -13757670 or 1708846. OLE color: 1708846.
HSL color Cylindrical-coordinate representation of color #2E131A: hue angle of 344.44º 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 #2E131A is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 26 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.82 |
| HSL | 344.44º | 0.42% | 0.13% | - |
| HSV(B) | 344.44º | 0.59% | 0.18% | - |
| XYZ | 1.55 | 1.12 | 1.11 | - |
| YUV | 27.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 26 | 0 | 0.59 | 0.43 | 0.82 | 344.44 | 0.42 | 0.13 |
| Hex | 2E | 13 | 1A | 0 | 3B | 2B | 52 | 158 | 2A | D |
| Octal | 56 | 23 | 32 | 0 | 73 | 53 | 122 | 530 | 52 | 15 |
| Binary | 101110 | 10011 | 11010 | 0 | 111011 | 101011 | 1010010 | 101011000 | 101010 | 1101 |
Color Harmonies of #2E131A
Complementary color
Monochromatic Colors of #2E131A
Black with #2E131A
Text Example
Text Example
White with #2E131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E131A; }
p { color: rgb(46,19,26); }
H1.HeaderClassName
{
color: #2E131A;
}
.AnyTagClassName
{
color: #2E131A;
}
</style>
background-color css
<style>
a { background-color: #2E131A; }
a { background-color: rgb(46,19,26); }
div.DivClassName
{
background-color: #2E131A;
}
.BgClassName
{
background-color: #2E131A;
}
</style>
border-color css
<style>
span { border-color: #2E131A; }
span { border-color: rgb(46,19,26); }
td.TdClassName
{
border-color: #2E131A;
}
.TagClassName
{
border-color: #2E131A;
}
</style>