Shades of Rustic Red #2E0014
Tints of Rustic Red #2E0014
RGB
CMYK
RGB Variations
Color information
#2E0014 (or 0x2E0014) is known color: Rustic Red. HEX triplet: 2E, 00 and 14. RGB value is (46,0,20). Sum of RGB (Red+Green+Blue) = 46+0+20=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0014 is #D1FFEB. Grayscale: #101010. Windows color (decimal): -13762540 or 1310766. OLE color: 1310766.
HSL color Cylindrical-coordinate representation of color #2E0014: hue angle of 333.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0014 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.57 | 0.82 |
| HSL | 333.91º | 1% | 0.09% | - |
| HSV(B) | 333.91º | 1% | 0.18% | - |
| XYZ | 1.25 | 0.63 | 0.72 | - |
| YUV | 16.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 20 | 0 | 1 | 0.57 | 0.82 | 333.91 | 1 | 0.09 |
| Hex | 2E | 0 | 14 | 0 | 64 | 39 | 52 | 14E | 64 | 9 |
| Octal | 56 | 0 | 24 | 0 | 144 | 71 | 122 | 516 | 144 | 11 |
| Binary | 101110 | 0 | 10100 | 0 | 1100100 | 111001 | 1010010 | 101001110 | 1100100 | 1001 |
Color Harmonies of #2E0014
Complementary color
Monochromatic Colors of #2E0014
Black with #2E0014
Text Example
Text Example
White with #2E0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0014; }
p { color: rgb(46,0,20); }
H1.HeaderClassName
{
color: #2E0014;
}
.AnyTagClassName
{
color: #2E0014;
}
</style>
background-color css
<style>
a { background-color: #2E0014; }
a { background-color: rgb(46,0,20); }
div.DivClassName
{
background-color: #2E0014;
}
.BgClassName
{
background-color: #2E0014;
}
</style>
border-color css
<style>
span { border-color: #2E0014; }
span { border-color: rgb(46,0,20); }
td.TdClassName
{
border-color: #2E0014;
}
.TagClassName
{
border-color: #2E0014;
}
</style>