Shades of Rustic Red #2E0E0F
Tints of Rustic Red #2E0E0F
RGB
CMYK
RGB Variations
Color information
#2E0E0F (or 0x2E0E0F) is known color: Rustic Red. HEX triplet: 2E, 0E and 0F. RGB value is (46,14,15). Sum of RGB (Red+Green+Blue) = 46+14+15=75 (9% of max value = 765). Red value is 46 (18.36% from 255 or 61.33% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0E0F is #D1F1F0. Grayscale: #171717. Windows color (decimal): -13758961 or 986670. OLE color: 986670.
HSL color Cylindrical-coordinate representation of color #2E0E0F: hue angle of 358.12º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E0E0F is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 14 | 15 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.82 |
| HSL | 358.13º | 0.53% | 0.12% | - |
| HSV(B) | 358.13º | 0.7% | 0.18% | - |
| XYZ | 1.37 | 0.93 | 0.56 | - |
| YUV | 23.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 15 | 0 | 0.70 | 0.67 | 0.82 | 358.13 | 0.53 | 0.12 |
| Hex | 2E | E | F | 0 | 46 | 43 | 52 | 166 | 35 | C |
| Octal | 56 | 16 | 17 | 0 | 106 | 103 | 122 | 546 | 65 | 14 |
| Binary | 101110 | 1110 | 1111 | 0 | 1000110 | 1000011 | 1010010 | 101100110 | 110101 | 1100 |
Color Harmonies of #2E0E0F
Complementary color
Monochromatic Colors of #2E0E0F
Black with #2E0E0F
Text Example
Text Example
White with #2E0E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0E0F; }
p { color: rgb(46,14,15); }
H1.HeaderClassName
{
color: #2E0E0F;
}
.AnyTagClassName
{
color: #2E0E0F;
}
</style>
background-color css
<style>
a { background-color: #2E0E0F; }
a { background-color: rgb(46,14,15); }
div.DivClassName
{
background-color: #2E0E0F;
}
.BgClassName
{
background-color: #2E0E0F;
}
</style>
border-color css
<style>
span { border-color: #2E0E0F; }
span { border-color: rgb(46,14,15); }
td.TdClassName
{
border-color: #2E0E0F;
}
.TagClassName
{
border-color: #2E0E0F;
}
</style>