Shades of Rustic Red #2E1416
Tints of Rustic Red #2E1416
RGB
CMYK
RGB Variations
Color information
#2E1416 (or 0x2E1416) is known color: Rustic Red. HEX triplet: 2E, 14 and 16. RGB value is (46,20,22). Sum of RGB (Red+Green+Blue) = 46+20+22=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1416 is #D1EBE9. Grayscale: #1C1C1C. Windows color (decimal): -13757418 or 1446958. OLE color: 1446958.
HSL color Cylindrical-coordinate representation of color #2E1416: hue angle of 355.38º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E1416 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 20 | 22 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.82 |
| HSL | 355.38º | 0.39% | 0.13% | - |
| HSV(B) | 355.38º | 0.57% | 0.18% | - |
| XYZ | 1.52 | 1.14 | 0.9 | - |
| YUV | 28 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 22 | 0 | 0.57 | 0.52 | 0.82 | 355.38 | 0.39 | 0.13 |
| Hex | 2E | 14 | 16 | 0 | 39 | 34 | 52 | 163 | 27 | D |
| Octal | 56 | 24 | 26 | 0 | 71 | 64 | 122 | 543 | 47 | 15 |
| Binary | 101110 | 10100 | 10110 | 0 | 111001 | 110100 | 1010010 | 101100011 | 100111 | 1101 |
Color Harmonies of #2E1416
Complementary color
Monochromatic Colors of #2E1416
Black with #2E1416
Text Example
Text Example
White with #2E1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1416; }
p { color: rgb(46,20,22); }
H1.HeaderClassName
{
color: #2E1416;
}
.AnyTagClassName
{
color: #2E1416;
}
</style>
background-color css
<style>
a { background-color: #2E1416; }
a { background-color: rgb(46,20,22); }
div.DivClassName
{
background-color: #2E1416;
}
.BgClassName
{
background-color: #2E1416;
}
</style>
border-color css
<style>
span { border-color: #2E1416; }
span { border-color: rgb(46,20,22); }
td.TdClassName
{
border-color: #2E1416;
}
.TagClassName
{
border-color: #2E1416;
}
</style>