Shades of Rustic Red #2E050F
Tints of Rustic Red #2E050F
RGB
CMYK
RGB Variations
Color information
#2E050F (or 0x2E050F) is known color: Rustic Red. HEX triplet: 2E, 05 and 0F. RGB value is (46,5,15). Sum of RGB (Red+Green+Blue) = 46+5+15=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E050F is #D1FAF0. Grayscale: #121212. Windows color (decimal): -13761265 or 984366. OLE color: 984366.
HSL color Cylindrical-coordinate representation of color #2E050F: hue angle of 345.37º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E050F is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 5 | 15 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.82 |
| HSL | 345.37º | 0.8% | 0.1% | - |
| HSV(B) | 345.37º | 0.89% | 0.18% | - |
| XYZ | 1.27 | 0.72 | 0.52 | - |
| YUV | 18.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 15 | 0 | 0.89 | 0.67 | 0.82 | 345.37 | 0.8 | 0.1 |
| Hex | 2E | 5 | F | 0 | 59 | 43 | 52 | 159 | 50 | A |
| Octal | 56 | 5 | 17 | 0 | 131 | 103 | 122 | 531 | 120 | 12 |
| Binary | 101110 | 101 | 1111 | 0 | 1011001 | 1000011 | 1010010 | 101011001 | 1010000 | 1010 |
Color Harmonies of #2E050F
Complementary color
Monochromatic Colors of #2E050F
Black with #2E050F
Text Example
Text Example
White with #2E050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E050F; }
p { color: rgb(46,5,15); }
H1.HeaderClassName
{
color: #2E050F;
}
.AnyTagClassName
{
color: #2E050F;
}
</style>
background-color css
<style>
a { background-color: #2E050F; }
a { background-color: rgb(46,5,15); }
div.DivClassName
{
background-color: #2E050F;
}
.BgClassName
{
background-color: #2E050F;
}
</style>
border-color css
<style>
span { border-color: #2E050F; }
span { border-color: rgb(46,5,15); }
td.TdClassName
{
border-color: #2E050F;
}
.TagClassName
{
border-color: #2E050F;
}
</style>