Shades of Rustic Red #2E0D11
Tints of Rustic Red #2E0D11
RGB
CMYK
RGB Variations
Color information
#2E0D11 (or 0x2E0D11) is known color: Rustic Red. HEX triplet: 2E, 0D and 11. RGB value is (46,13,17). Sum of RGB (Red+Green+Blue) = 46+13+17=76 (10% of max value = 765). Red value is 46 (18.36% from 255 or 60.53% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0D11 is #D1F2EE. Grayscale: #171717. Windows color (decimal): -13759215 or 1117486. OLE color: 1117486.
HSL color Cylindrical-coordinate representation of color #2E0D11: hue angle of 352.73º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E0D11 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 17 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.82 |
| HSL | 352.73º | 0.56% | 0.12% | - |
| HSV(B) | 352.73º | 0.72% | 0.18% | - |
| XYZ | 1.37 | 0.91 | 0.63 | - |
| YUV | 23.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 17 | 0 | 0.72 | 0.63 | 0.82 | 352.73 | 0.56 | 0.12 |
| Hex | 2E | D | 11 | 0 | 48 | 3F | 52 | 161 | 38 | C |
| Octal | 56 | 15 | 21 | 0 | 110 | 77 | 122 | 541 | 70 | 14 |
| Binary | 101110 | 1101 | 10001 | 0 | 1001000 | 111111 | 1010010 | 101100001 | 111000 | 1100 |
Color Harmonies of #2E0D11
Complementary color
Monochromatic Colors of #2E0D11
Black with #2E0D11
Text Example
Text Example
White with #2E0D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D11; }
p { color: rgb(46,13,17); }
H1.HeaderClassName
{
color: #2E0D11;
}
.AnyTagClassName
{
color: #2E0D11;
}
</style>
background-color css
<style>
a { background-color: #2E0D11; }
a { background-color: rgb(46,13,17); }
div.DivClassName
{
background-color: #2E0D11;
}
.BgClassName
{
background-color: #2E0D11;
}
</style>
border-color css
<style>
span { border-color: #2E0D11; }
span { border-color: rgb(46,13,17); }
td.TdClassName
{
border-color: #2E0D11;
}
.TagClassName
{
border-color: #2E0D11;
}
</style>