Shades of Rustic Red #2E0D12
Tints of Rustic Red #2E0D12
RGB
CMYK
RGB Variations
Color information
#2E0D12 (or 0x2E0D12) is known color: Rustic Red. HEX triplet: 2E, 0D and 12. RGB value is (46,13,18). Sum of RGB (Red+Green+Blue) = 46+13+18=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0D12 is #D1F2ED. Grayscale: #171717. Windows color (decimal): -13759214 or 1183022. OLE color: 1183022.
HSL color Cylindrical-coordinate representation of color #2E0D12: hue angle of 350.91º 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 #2E0D12 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 18 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.82 |
| HSL | 350.91º | 0.56% | 0.12% | - |
| HSV(B) | 350.91º | 0.72% | 0.18% | - |
| XYZ | 1.38 | 0.91 | 0.68 | - |
| YUV | 23.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 18 | 0 | 0.72 | 0.61 | 0.82 | 350.91 | 0.56 | 0.12 |
| Hex | 2E | D | 12 | 0 | 48 | 3D | 52 | 15F | 38 | C |
| Octal | 56 | 15 | 22 | 0 | 110 | 75 | 122 | 537 | 70 | 14 |
| Binary | 101110 | 1101 | 10010 | 0 | 1001000 | 111101 | 1010010 | 101011111 | 111000 | 1100 |
Color Harmonies of #2E0D12
Complementary color
Monochromatic Colors of #2E0D12
Black with #2E0D12
Text Example
Text Example
White with #2E0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D12; }
p { color: rgb(46,13,18); }
H1.HeaderClassName
{
color: #2E0D12;
}
.AnyTagClassName
{
color: #2E0D12;
}
</style>
background-color css
<style>
a { background-color: #2E0D12; }
a { background-color: rgb(46,13,18); }
div.DivClassName
{
background-color: #2E0D12;
}
.BgClassName
{
background-color: #2E0D12;
}
</style>
border-color css
<style>
span { border-color: #2E0D12; }
span { border-color: rgb(46,13,18); }
td.TdClassName
{
border-color: #2E0D12;
}
.TagClassName
{
border-color: #2E0D12;
}
</style>