Shades of Rustic Red #4E070D
Tints of Rustic Red #4E070D
RGB
CMYK
RGB Variations
Color information
#4E070D (or 0x4E070D) is known color: Rustic Red. HEX triplet: 4E, 07 and 0D. RGB value is (78,7,13). Sum of RGB (Red+Green+Blue) = 78+7+13=98 (12% of max value = 765). Red value is 78 (30.86% from 255 or 79.59% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 78 - color contains mainly: red. Hex color #4E070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E070D is #B1F8F2. Grayscale: #1C1C1C. Windows color (decimal): -11663603 or 853838. OLE color: 853838.
HSL color Cylindrical-coordinate representation of color #4E070D: hue angle of 354.93º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E070D is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 13 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.69 |
| HSL | 354.93º | 0.84% | 0.17% | - |
| HSV(B) | 354.93º | 0.91% | 0.31% | - |
| XYZ | 3.29 | 1.8 | 0.55 | - |
| YUV | 28.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 13 | 0 | 0.91 | 0.83 | 0.69 | 354.93 | 0.84 | 0.17 |
| Hex | 4E | 7 | D | 0 | 5B | 53 | 45 | 163 | 54 | 11 |
| Octal | 116 | 7 | 15 | 0 | 133 | 123 | 105 | 543 | 124 | 21 |
| Binary | 1001110 | 111 | 1101 | 0 | 1011011 | 1010011 | 1000101 | 101100011 | 1010100 | 10001 |
Color Harmonies of #4E070D
Complementary color
Monochromatic Colors of #4E070D
Black with #4E070D
Text Example
Text Example
White with #4E070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E070D; }
p { color: rgb(78,7,13); }
H1.HeaderClassName
{
color: #4E070D;
}
.AnyTagClassName
{
color: #4E070D;
}
</style>
background-color css
<style>
a { background-color: #4E070D; }
a { background-color: rgb(78,7,13); }
div.DivClassName
{
background-color: #4E070D;
}
.BgClassName
{
background-color: #4E070D;
}
</style>
border-color css
<style>
span { border-color: #4E070D; }
span { border-color: rgb(78,7,13); }
td.TdClassName
{
border-color: #4E070D;
}
.TagClassName
{
border-color: #4E070D;
}
</style>