Shades of Rustic Red #2E0508
Tints of Rustic Red #2E0508
RGB
CMYK
RGB Variations
Color information
#2E0508 (or 0x2E0508) is known color: Rustic Red. HEX triplet: 2E, 05 and 08. RGB value is (46,5,8). Sum of RGB (Red+Green+Blue) = 46+5+8=59 (7% of max value = 765). Red value is 46 (18.36% from 255 or 77.97% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0508 is #D1FAF7. Grayscale: #111111. Windows color (decimal): -13761272 or 525614. OLE color: 525614.
HSL color Cylindrical-coordinate representation of color #2E0508: hue angle of 355.61º 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 #2E0508 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 5 | 8 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.82 |
| HSL | 355.61º | 0.8% | 0.1% | - |
| HSV(B) | 355.61º | 0.89% | 0.18% | - |
| XYZ | 1.22 | 0.71 | 0.3 | - |
| YUV | 17.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 8 | 0 | 0.89 | 0.83 | 0.82 | 355.61 | 0.8 | 0.1 |
| Hex | 2E | 5 | 8 | 0 | 59 | 53 | 52 | 164 | 50 | A |
| Octal | 56 | 5 | 10 | 0 | 131 | 123 | 122 | 544 | 120 | 12 |
| Binary | 101110 | 101 | 1000 | 0 | 1011001 | 1010011 | 1010010 | 101100100 | 1010000 | 1010 |
Color Harmonies of #2E0508
Complementary color
Monochromatic Colors of #2E0508
Black with #2E0508
Text Example
Text Example
White with #2E0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0508; }
p { color: rgb(46,5,8); }
H1.HeaderClassName
{
color: #2E0508;
}
.AnyTagClassName
{
color: #2E0508;
}
</style>
background-color css
<style>
a { background-color: #2E0508; }
a { background-color: rgb(46,5,8); }
div.DivClassName
{
background-color: #2E0508;
}
.BgClassName
{
background-color: #2E0508;
}
</style>
border-color css
<style>
span { border-color: #2E0508; }
span { border-color: rgb(46,5,8); }
td.TdClassName
{
border-color: #2E0508;
}
.TagClassName
{
border-color: #2E0508;
}
</style>