Shades of Rustic Red #2E0716
Tints of Rustic Red #2E0716
RGB
CMYK
RGB Variations
Color information
#2E0716 (or 0x2E0716) is known color: Rustic Red. HEX triplet: 2E, 07 and 16. RGB value is (46,7,22). Sum of RGB (Red+Green+Blue) = 46+7+22=75 (9% of max value = 765). Red value is 46 (18.36% from 255 or 61.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0716 is #D1F8E9. Grayscale: #141414. Windows color (decimal): -13760746 or 1443630. OLE color: 1443630.
HSL color Cylindrical-coordinate representation of color #2E0716: hue angle of 336.92º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E0716 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 22 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.82 |
| HSL | 336.92º | 0.74% | 0.1% | - |
| HSV(B) | 336.92º | 0.85% | 0.18% | - |
| XYZ | 1.35 | 0.79 | 0.84 | - |
| YUV | 20.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 22 | 0 | 0.85 | 0.52 | 0.82 | 336.92 | 0.74 | 0.1 |
| Hex | 2E | 7 | 16 | 0 | 55 | 34 | 52 | 151 | 4A | A |
| Octal | 56 | 7 | 26 | 0 | 125 | 64 | 122 | 521 | 112 | 12 |
| Binary | 101110 | 111 | 10110 | 0 | 1010101 | 110100 | 1010010 | 101010001 | 1001010 | 1010 |
Color Harmonies of #2E0716
Complementary color
Monochromatic Colors of #2E0716
Black with #2E0716
Text Example
Text Example
White with #2E0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0716; }
p { color: rgb(46,7,22); }
H1.HeaderClassName
{
color: #2E0716;
}
.AnyTagClassName
{
color: #2E0716;
}
</style>
background-color css
<style>
a { background-color: #2E0716; }
a { background-color: rgb(46,7,22); }
div.DivClassName
{
background-color: #2E0716;
}
.BgClassName
{
background-color: #2E0716;
}
</style>
border-color css
<style>
span { border-color: #2E0716; }
span { border-color: rgb(46,7,22); }
td.TdClassName
{
border-color: #2E0716;
}
.TagClassName
{
border-color: #2E0716;
}
</style>