Shades of Rustic Red #2E020F
Tints of Rustic Red #2E020F
RGB
CMYK
RGB Variations
Color information
#2E020F (or 0x2E020F) is known color: Rustic Red. HEX triplet: 2E, 02 and 0F. RGB value is (46,2,15). Sum of RGB (Red+Green+Blue) = 46+2+15=63 (8% of max value = 765). Red value is 46 (18.36% from 255 or 73.02% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 46 - color contains mainly: red. Hex color #2E020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E020F is #D1FDF0. Grayscale: #101010. Windows color (decimal): -13762033 or 983598. OLE color: 983598.
HSL color Cylindrical-coordinate representation of color #2E020F: hue angle of 342.27º 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 #2E020F is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 15 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.82 |
| HSL | 342.27º | 0.92% | 0.09% | - |
| HSV(B) | 342.27º | 0.96% | 0.18% | - |
| XYZ | 1.23 | 0.66 | 0.51 | - |
| YUV | 16.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 15 | 0 | 0.96 | 0.67 | 0.82 | 342.27 | 0.92 | 0.09 |
| Hex | 2E | 2 | F | 0 | 60 | 43 | 52 | 156 | 5C | 9 |
| Octal | 56 | 2 | 17 | 0 | 140 | 103 | 122 | 526 | 134 | 11 |
| Binary | 101110 | 10 | 1111 | 0 | 1100000 | 1000011 | 1010010 | 101010110 | 1011100 | 1001 |
Color Harmonies of #2E020F
Complementary color
Monochromatic Colors of #2E020F
Black with #2E020F
Text Example
Text Example
White with #2E020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E020F; }
p { color: rgb(46,2,15); }
H1.HeaderClassName
{
color: #2E020F;
}
.AnyTagClassName
{
color: #2E020F;
}
</style>
background-color css
<style>
a { background-color: #2E020F; }
a { background-color: rgb(46,2,15); }
div.DivClassName
{
background-color: #2E020F;
}
.BgClassName
{
background-color: #2E020F;
}
</style>
border-color css
<style>
span { border-color: #2E020F; }
span { border-color: rgb(46,2,15); }
td.TdClassName
{
border-color: #2E020F;
}
.TagClassName
{
border-color: #2E020F;
}
</style>