Shades of Rustic Red #2E161C
Tints of Rustic Red #2E161C
RGB
CMYK
RGB Variations
Color information
#2E161C (or 0x2E161C) is known color: Rustic Red. HEX triplet: 2E, 16 and 1C. RGB value is (46,22,28). Sum of RGB (Red+Green+Blue) = 46+22+28=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E161C is #D1E9E3. Grayscale: #1D1D1D. Windows color (decimal): -13756900 or 1840686. OLE color: 1840686.
HSL color Cylindrical-coordinate representation of color #2E161C: hue angle of 345º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E161C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 28 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.82 |
| HSL | 345º | 0.35% | 0.13% | - |
| HSV(B) | 345º | 0.52% | 0.18% | - |
| XYZ | 1.62 | 1.24 | 1.25 | - |
| YUV | 29.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 28 | 0 | 0.52 | 0.39 | 0.82 | 345 | 0.35 | 0.13 |
| Hex | 2E | 16 | 1C | 0 | 34 | 27 | 52 | 159 | 23 | D |
| Octal | 56 | 26 | 34 | 0 | 64 | 47 | 122 | 531 | 43 | 15 |
| Binary | 101110 | 10110 | 11100 | 0 | 110100 | 100111 | 1010010 | 101011001 | 100011 | 1101 |
Color Harmonies of #2E161C
Complementary color
Monochromatic Colors of #2E161C
Black with #2E161C
Text Example
Text Example
White with #2E161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E161C; }
p { color: rgb(46,22,28); }
H1.HeaderClassName
{
color: #2E161C;
}
.AnyTagClassName
{
color: #2E161C;
}
</style>
background-color css
<style>
a { background-color: #2E161C; }
a { background-color: rgb(46,22,28); }
div.DivClassName
{
background-color: #2E161C;
}
.BgClassName
{
background-color: #2E161C;
}
</style>
border-color css
<style>
span { border-color: #2E161C; }
span { border-color: rgb(46,22,28); }
td.TdClassName
{
border-color: #2E161C;
}
.TagClassName
{
border-color: #2E161C;
}
</style>