Shades of Rustic Red #4E060D
Tints of Rustic Red #4E060D
RGB
CMYK
RGB Variations
Color information
#4E060D (or 0x4E060D) is known color: Rustic Red. HEX triplet: 4E, 06 and 0D. RGB value is (78,6,13). Sum of RGB (Red+Green+Blue) = 78+6+13=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E060D is #B1F9F2. Grayscale: #1C1C1C. Windows color (decimal): -11663859 or 853582. OLE color: 853582.
HSL color Cylindrical-coordinate representation of color #4E060D: hue angle of 354.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E060D is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 6 | 13 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.69 |
| HSL | 354.17º | 0.86% | 0.16% | - |
| HSV(B) | 354.17º | 0.92% | 0.31% | - |
| XYZ | 3.28 | 1.78 | 0.55 | - |
| YUV | 28.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 13 | 0 | 0.92 | 0.83 | 0.69 | 354.17 | 0.86 | 0.16 |
| Hex | 4E | 6 | D | 0 | 5C | 53 | 45 | 162 | 56 | 10 |
| Octal | 116 | 6 | 15 | 0 | 134 | 123 | 105 | 542 | 126 | 20 |
| Binary | 1001110 | 110 | 1101 | 0 | 1011100 | 1010011 | 1000101 | 101100010 | 1010110 | 10000 |
Color Harmonies of #4E060D
Complementary color
Monochromatic Colors of #4E060D
Black with #4E060D
Text Example
Text Example
White with #4E060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E060D; }
p { color: rgb(78,6,13); }
H1.HeaderClassName
{
color: #4E060D;
}
.AnyTagClassName
{
color: #4E060D;
}
</style>
background-color css
<style>
a { background-color: #4E060D; }
a { background-color: rgb(78,6,13); }
div.DivClassName
{
background-color: #4E060D;
}
.BgClassName
{
background-color: #4E060D;
}
</style>
border-color css
<style>
span { border-color: #4E060D; }
span { border-color: rgb(78,6,13); }
td.TdClassName
{
border-color: #4E060D;
}
.TagClassName
{
border-color: #4E060D;
}
</style>