Shades of Rustic Red #2E0005
Tints of Rustic Red #2E0005
RGB
CMYK
RGB Variations
Color information
#2E0005 (or 0x2E0005) is known color: Rustic Red. HEX triplet: 2E, 00 and 05. RGB value is (46,0,5). Sum of RGB (Red+Green+Blue) = 46+0+5=51 (6% of max value = 765). Red value is 46 (18.36% from 255 or 90.20% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0005 is #D1FFFA. Grayscale: #0E0E0E. Windows color (decimal): -13762555 or 327726. OLE color: 327726.
HSL color Cylindrical-coordinate representation of color #2E0005: hue angle of 353.48º 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 #2E0005 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.89 | 0.82 |
| HSL | 353.48º | 1% | 0.09% | - |
| HSV(B) | 353.48º | 1% | 0.18% | - |
| XYZ | 1.15 | 0.59 | 0.2 | - |
| YUV | 14.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 5 | 0 | 1 | 0.89 | 0.82 | 353.48 | 1 | 0.09 |
| Hex | 2E | 0 | 5 | 0 | 64 | 59 | 52 | 161 | 64 | 9 |
| Octal | 56 | 0 | 5 | 0 | 144 | 131 | 122 | 541 | 144 | 11 |
| Binary | 101110 | 0 | 101 | 0 | 1100100 | 1011001 | 1010010 | 101100001 | 1100100 | 1001 |
Color Harmonies of #2E0005
Complementary color
Monochromatic Colors of #2E0005
Black with #2E0005
Text Example
Text Example
White with #2E0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0005; }
p { color: rgb(46,0,5); }
H1.HeaderClassName
{
color: #2E0005;
}
.AnyTagClassName
{
color: #2E0005;
}
</style>
background-color css
<style>
a { background-color: #2E0005; }
a { background-color: rgb(46,0,5); }
div.DivClassName
{
background-color: #2E0005;
}
.BgClassName
{
background-color: #2E0005;
}
</style>
border-color css
<style>
span { border-color: #2E0005; }
span { border-color: rgb(46,0,5); }
td.TdClassName
{
border-color: #2E0005;
}
.TagClassName
{
border-color: #2E0005;
}
</style>