Shades of Rustic Red #2E020B
Tints of Rustic Red #2E020B
RGB
CMYK
RGB Variations
Color information
#2E020B (or 0x2E020B) is known color: Rustic Red. HEX triplet: 2E, 02 and 0B. RGB value is (46,2,11). Sum of RGB (Red+Green+Blue) = 46+2+11=59 (7% of max value = 765). Red value is 46 (18.36% from 255 or 77.97% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 46 - color contains mainly: red. Hex color #2E020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E020B is #D1FDF4. Grayscale: #101010. Windows color (decimal): -13762037 or 721454. OLE color: 721454.
HSL color Cylindrical-coordinate representation of color #2E020B: hue angle of 347.73º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E020B is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 11 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.82 |
| HSL | 347.73º | 0.92% | 0.09% | - |
| HSV(B) | 347.73º | 0.96% | 0.18% | - |
| XYZ | 1.21 | 0.65 | 0.38 | - |
| YUV | 16.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 11 | 0 | 0.96 | 0.76 | 0.82 | 347.73 | 0.92 | 0.09 |
| Hex | 2E | 2 | B | 0 | 60 | 4C | 52 | 15C | 5C | 9 |
| Octal | 56 | 2 | 13 | 0 | 140 | 114 | 122 | 534 | 134 | 11 |
| Binary | 101110 | 10 | 1011 | 0 | 1100000 | 1001100 | 1010010 | 101011100 | 1011100 | 1001 |
Color Harmonies of #2E020B
Complementary color
Monochromatic Colors of #2E020B
Black with #2E020B
Text Example
Text Example
White with #2E020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E020B; }
p { color: rgb(46,2,11); }
H1.HeaderClassName
{
color: #2E020B;
}
.AnyTagClassName
{
color: #2E020B;
}
</style>
background-color css
<style>
a { background-color: #2E020B; }
a { background-color: rgb(46,2,11); }
div.DivClassName
{
background-color: #2E020B;
}
.BgClassName
{
background-color: #2E020B;
}
</style>
border-color css
<style>
span { border-color: #2E020B; }
span { border-color: rgb(46,2,11); }
td.TdClassName
{
border-color: #2E020B;
}
.TagClassName
{
border-color: #2E020B;
}
</style>