Shades of Rustic Red #2E0D10
Tints of Rustic Red #2E0D10
RGB
CMYK
RGB Variations
Color information
#2E0D10 (or 0x2E0D10) is known color: Rustic Red. HEX triplet: 2E, 0D and 10. RGB value is (46,13,16). Sum of RGB (Red+Green+Blue) = 46+13+16=75 (9% of max value = 765). Red value is 46 (18.36% from 255 or 61.33% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0D10 is #D1F2EF. Grayscale: #171717. Windows color (decimal): -13759216 or 1051950. OLE color: 1051950.
HSL color Cylindrical-coordinate representation of color #2E0D10: hue angle of 354.55º 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 #2E0D10 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 16 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.82 |
| HSL | 354.55º | 0.56% | 0.12% | - |
| HSV(B) | 354.55º | 0.72% | 0.18% | - |
| XYZ | 1.36 | 0.91 | 0.59 | - |
| YUV | 23.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 16 | 0 | 0.72 | 0.65 | 0.82 | 354.55 | 0.56 | 0.12 |
| Hex | 2E | D | 10 | 0 | 48 | 41 | 52 | 163 | 38 | C |
| Octal | 56 | 15 | 20 | 0 | 110 | 101 | 122 | 543 | 70 | 14 |
| Binary | 101110 | 1101 | 10000 | 0 | 1001000 | 1000001 | 1010010 | 101100011 | 111000 | 1100 |
Color Harmonies of #2E0D10
Complementary color
Monochromatic Colors of #2E0D10
Black with #2E0D10
Text Example
Text Example
White with #2E0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D10; }
p { color: rgb(46,13,16); }
H1.HeaderClassName
{
color: #2E0D10;
}
.AnyTagClassName
{
color: #2E0D10;
}
</style>
background-color css
<style>
a { background-color: #2E0D10; }
a { background-color: rgb(46,13,16); }
div.DivClassName
{
background-color: #2E0D10;
}
.BgClassName
{
background-color: #2E0D10;
}
</style>
border-color css
<style>
span { border-color: #2E0D10; }
span { border-color: rgb(46,13,16); }
td.TdClassName
{
border-color: #2E0D10;
}
.TagClassName
{
border-color: #2E0D10;
}
</style>