Shades of Rustic Red #2E0D19
Tints of Rustic Red #2E0D19
RGB
CMYK
RGB Variations
Color information
#2E0D19 (or 0x2E0D19) is known color: Rustic Red. HEX triplet: 2E, 0D and 19. RGB value is (46,13,25). Sum of RGB (Red+Green+Blue) = 46+13+25=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0D19 is #D1F2E6. Grayscale: #181818. Windows color (decimal): -13759207 or 1641774. OLE color: 1641774.
HSL color Cylindrical-coordinate representation of color #2E0D19: hue angle of 338.18º 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 #2E0D19 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 25 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.82 |
| HSL | 338.18º | 0.56% | 0.12% | - |
| HSV(B) | 338.18º | 0.72% | 0.18% | - |
| XYZ | 1.45 | 0.94 | 1.02 | - |
| YUV | 24.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 25 | 0 | 0.72 | 0.46 | 0.82 | 338.18 | 0.56 | 0.12 |
| Hex | 2E | D | 19 | 0 | 48 | 2E | 52 | 152 | 38 | C |
| Octal | 56 | 15 | 31 | 0 | 110 | 56 | 122 | 522 | 70 | 14 |
| Binary | 101110 | 1101 | 11001 | 0 | 1001000 | 101110 | 1010010 | 101010010 | 111000 | 1100 |
Color Harmonies of #2E0D19
Complementary color
Monochromatic Colors of #2E0D19
Black with #2E0D19
Text Example
Text Example
White with #2E0D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D19; }
p { color: rgb(46,13,25); }
H1.HeaderClassName
{
color: #2E0D19;
}
.AnyTagClassName
{
color: #2E0D19;
}
</style>
background-color css
<style>
a { background-color: #2E0D19; }
a { background-color: rgb(46,13,25); }
div.DivClassName
{
background-color: #2E0D19;
}
.BgClassName
{
background-color: #2E0D19;
}
</style>
border-color css
<style>
span { border-color: #2E0D19; }
span { border-color: rgb(46,13,25); }
td.TdClassName
{
border-color: #2E0D19;
}
.TagClassName
{
border-color: #2E0D19;
}
</style>