Shades of Rustic Red #2E0107
Tints of Rustic Red #2E0107
RGB
CMYK
RGB Variations
Color information
#2E0107 (or 0x2E0107) is known color: Rustic Red. HEX triplet: 2E, 01 and 07. RGB value is (46,1,7). Sum of RGB (Red+Green+Blue) = 46+1+7=54 (7% of max value = 765). Red value is 46 (18.36% from 255 or 85.19% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0107 is #D1FEF8. Grayscale: #0F0F0F. Windows color (decimal): -13762297 or 459054. OLE color: 459054.
HSL color Cylindrical-coordinate representation of color #2E0107: hue angle of 352º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0107 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 1 | 7 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.82 |
| HSL | 352º | 0.96% | 0.09% | - |
| HSV(B) | 352º | 0.98% | 0.18% | - |
| XYZ | 1.18 | 0.62 | 0.26 | - |
| YUV | 15.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 7 | 0 | 0.98 | 0.85 | 0.82 | 352 | 0.96 | 0.09 |
| Hex | 2E | 1 | 7 | 0 | 62 | 55 | 52 | 160 | 60 | 9 |
| Octal | 56 | 1 | 7 | 0 | 142 | 125 | 122 | 540 | 140 | 11 |
| Binary | 101110 | 1 | 111 | 0 | 1100010 | 1010101 | 1010010 | 101100000 | 1100000 | 1001 |
Color Harmonies of #2E0107
Complementary color
Monochromatic Colors of #2E0107
Black with #2E0107
Text Example
Text Example
White with #2E0107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0107; }
p { color: rgb(46,1,7); }
H1.HeaderClassName
{
color: #2E0107;
}
.AnyTagClassName
{
color: #2E0107;
}
</style>
background-color css
<style>
a { background-color: #2E0107; }
a { background-color: rgb(46,1,7); }
div.DivClassName
{
background-color: #2E0107;
}
.BgClassName
{
background-color: #2E0107;
}
</style>
border-color css
<style>
span { border-color: #2E0107; }
span { border-color: rgb(46,1,7); }
td.TdClassName
{
border-color: #2E0107;
}
.TagClassName
{
border-color: #2E0107;
}
</style>