Shades of Rustic Red #2E191A
Tints of Rustic Red #2E191A
RGB
CMYK
RGB Variations
Color information
#2E191A (or 0x2E191A) is known color: Rustic Red. HEX triplet: 2E, 19 and 1A. RGB value is (46,25,26). Sum of RGB (Red+Green+Blue) = 46+25+26=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E191A is #D1E6E5. Grayscale: #1F1F1F. Windows color (decimal): -13756134 or 1710382. OLE color: 1710382.
HSL color Cylindrical-coordinate representation of color #2E191A: hue angle of 357.14º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E191A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 26 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.82 |
| HSL | 357.14º | 0.3% | 0.14% | - |
| HSV(B) | 357.14º | 0.46% | 0.18% | - |
| XYZ | 1.66 | 1.35 | 1.15 | - |
| YUV | 31.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 26 | 0 | 0.46 | 0.43 | 0.82 | 357.14 | 0.3 | 0.14 |
| Hex | 2E | 19 | 1A | 0 | 2E | 2B | 52 | 165 | 1E | E |
| Octal | 56 | 31 | 32 | 0 | 56 | 53 | 122 | 545 | 36 | 16 |
| Binary | 101110 | 11001 | 11010 | 0 | 101110 | 101011 | 1010010 | 101100101 | 11110 | 1110 |
Color Harmonies of #2E191A
Complementary color
Monochromatic Colors of #2E191A
Black with #2E191A
Text Example
Text Example
White with #2E191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E191A; }
p { color: rgb(46,25,26); }
H1.HeaderClassName
{
color: #2E191A;
}
.AnyTagClassName
{
color: #2E191A;
}
</style>
background-color css
<style>
a { background-color: #2E191A; }
a { background-color: rgb(46,25,26); }
div.DivClassName
{
background-color: #2E191A;
}
.BgClassName
{
background-color: #2E191A;
}
</style>
border-color css
<style>
span { border-color: #2E191A; }
span { border-color: rgb(46,25,26); }
td.TdClassName
{
border-color: #2E191A;
}
.TagClassName
{
border-color: #2E191A;
}
</style>