Shades of Rustic Red #2E1019
Tints of Rustic Red #2E1019
RGB
CMYK
RGB Variations
Color information
#2E1019 (or 0x2E1019) is known color: Rustic Red. HEX triplet: 2E, 10 and 19. RGB value is (46,16,25). Sum of RGB (Red+Green+Blue) = 46+16+25=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1019 is #D1EFE6. Grayscale: #191919. Windows color (decimal): -13758439 or 1642542. OLE color: 1642542.
HSL color Cylindrical-coordinate representation of color #2E1019: hue angle of 342º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1019 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 25 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.82 |
| HSL | 342º | 0.48% | 0.12% | - |
| HSV(B) | 342º | 0.65% | 0.18% | - |
| XYZ | 1.49 | 1.02 | 1.04 | - |
| YUV | 26 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 25 | 0 | 0.65 | 0.46 | 0.82 | 342 | 0.48 | 0.12 |
| Hex | 2E | 10 | 19 | 0 | 41 | 2E | 52 | 156 | 30 | C |
| Octal | 56 | 20 | 31 | 0 | 101 | 56 | 122 | 526 | 60 | 14 |
| Binary | 101110 | 10000 | 11001 | 0 | 1000001 | 101110 | 1010010 | 101010110 | 110000 | 1100 |
Color Harmonies of #2E1019
Complementary color
Monochromatic Colors of #2E1019
Black with #2E1019
Text Example
Text Example
White with #2E1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1019; }
p { color: rgb(46,16,25); }
H1.HeaderClassName
{
color: #2E1019;
}
.AnyTagClassName
{
color: #2E1019;
}
</style>
background-color css
<style>
a { background-color: #2E1019; }
a { background-color: rgb(46,16,25); }
div.DivClassName
{
background-color: #2E1019;
}
.BgClassName
{
background-color: #2E1019;
}
</style>
border-color css
<style>
span { border-color: #2E1019; }
span { border-color: rgb(46,16,25); }
td.TdClassName
{
border-color: #2E1019;
}
.TagClassName
{
border-color: #2E1019;
}
</style>