Shades of Rustic Red #2E171B
Tints of Rustic Red #2E171B
RGB
CMYK
RGB Variations
Color information
#2E171B (or 0x2E171B) is known color: Rustic Red. HEX triplet: 2E, 17 and 1B. RGB value is (46,23,27). Sum of RGB (Red+Green+Blue) = 46+23+27=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E171B is #D1E8E4. Grayscale: #1E1E1E. Windows color (decimal): -13756645 or 1775406. OLE color: 1775406.
HSL color Cylindrical-coordinate representation of color #2E171B: hue angle of 349.57º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E171B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 27 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.82 |
| HSL | 349.57º | 0.33% | 0.14% | - |
| HSV(B) | 349.57º | 0.5% | 0.18% | - |
| XYZ | 1.63 | 1.27 | 1.2 | - |
| YUV | 30.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 27 | 0 | 0.50 | 0.41 | 0.82 | 349.57 | 0.33 | 0.14 |
| Hex | 2E | 17 | 1B | 0 | 32 | 29 | 52 | 15E | 21 | E |
| Octal | 56 | 27 | 33 | 0 | 62 | 51 | 122 | 536 | 41 | 16 |
| Binary | 101110 | 10111 | 11011 | 0 | 110010 | 101001 | 1010010 | 101011110 | 100001 | 1110 |
Color Harmonies of #2E171B
Complementary color
Monochromatic Colors of #2E171B
Black with #2E171B
Text Example
Text Example
White with #2E171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E171B; }
p { color: rgb(46,23,27); }
H1.HeaderClassName
{
color: #2E171B;
}
.AnyTagClassName
{
color: #2E171B;
}
</style>
background-color css
<style>
a { background-color: #2E171B; }
a { background-color: rgb(46,23,27); }
div.DivClassName
{
background-color: #2E171B;
}
.BgClassName
{
background-color: #2E171B;
}
</style>
border-color css
<style>
span { border-color: #2E171B; }
span { border-color: rgb(46,23,27); }
td.TdClassName
{
border-color: #2E171B;
}
.TagClassName
{
border-color: #2E171B;
}
</style>