Shades of Rustic Red #2E0708
Tints of Rustic Red #2E0708
RGB
CMYK
RGB Variations
Color information
#2E0708 (or 0x2E0708) is known color: Rustic Red. HEX triplet: 2E, 07 and 08. RGB value is (46,7,8). Sum of RGB (Red+Green+Blue) = 46+7+8=61 (8% of max value = 765). Red value is 46 (18.36% from 255 or 75.41% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0708 is #D1F8F7. Grayscale: #121212. Windows color (decimal): -13760760 or 526126. OLE color: 526126.
HSL color Cylindrical-coordinate representation of color #2E0708: hue angle of 358.46º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E0708 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 8 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.82 |
| HSL | 358.46º | 0.74% | 0.1% | - |
| HSV(B) | 358.46º | 0.85% | 0.18% | - |
| XYZ | 1.25 | 0.75 | 0.31 | - |
| YUV | 18.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 8 | 0 | 0.85 | 0.83 | 0.82 | 358.46 | 0.74 | 0.1 |
| Hex | 2E | 7 | 8 | 0 | 55 | 53 | 52 | 166 | 4A | A |
| Octal | 56 | 7 | 10 | 0 | 125 | 123 | 122 | 546 | 112 | 12 |
| Binary | 101110 | 111 | 1000 | 0 | 1010101 | 1010011 | 1010010 | 101100110 | 1001010 | 1010 |
Color Harmonies of #2E0708
Complementary color
Monochromatic Colors of #2E0708
Black with #2E0708
Text Example
Text Example
White with #2E0708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0708; }
p { color: rgb(46,7,8); }
H1.HeaderClassName
{
color: #2E0708;
}
.AnyTagClassName
{
color: #2E0708;
}
</style>
background-color css
<style>
a { background-color: #2E0708; }
a { background-color: rgb(46,7,8); }
div.DivClassName
{
background-color: #2E0708;
}
.BgClassName
{
background-color: #2E0708;
}
</style>
border-color css
<style>
span { border-color: #2E0708; }
span { border-color: rgb(46,7,8); }
td.TdClassName
{
border-color: #2E0708;
}
.TagClassName
{
border-color: #2E0708;
}
</style>