Shades of Rustic Red #4E070C
Tints of Rustic Red #4E070C
RGB
CMYK
RGB Variations
Color information
#4E070C (or 0x4E070C) is known color: Rustic Red. HEX triplet: 4E, 07 and 0C. RGB value is (78,7,12). Sum of RGB (Red+Green+Blue) = 78+7+12=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E070C is #B1F8F3. Grayscale: #1C1C1C. Windows color (decimal): -11663604 or 788302. OLE color: 788302.
HSL color Cylindrical-coordinate representation of color #4E070C: hue angle of 355.77º 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 #4E070C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 12 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.69 |
| HSL | 355.77º | 0.84% | 0.17% | - |
| HSV(B) | 355.77º | 0.91% | 0.31% | - |
| XYZ | 3.28 | 1.8 | 0.52 | - |
| YUV | 28.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 12 | 0 | 0.91 | 0.85 | 0.69 | 355.77 | 0.84 | 0.17 |
| Hex | 4E | 7 | C | 0 | 5B | 55 | 45 | 164 | 54 | 11 |
| Octal | 116 | 7 | 14 | 0 | 133 | 125 | 105 | 544 | 124 | 21 |
| Binary | 1001110 | 111 | 1100 | 0 | 1011011 | 1010101 | 1000101 | 101100100 | 1010100 | 10001 |
Color Harmonies of #4E070C
Complementary color
Monochromatic Colors of #4E070C
Black with #4E070C
Text Example
Text Example
White with #4E070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E070C; }
p { color: rgb(78,7,12); }
H1.HeaderClassName
{
color: #4E070C;
}
.AnyTagClassName
{
color: #4E070C;
}
</style>
background-color css
<style>
a { background-color: #4E070C; }
a { background-color: rgb(78,7,12); }
div.DivClassName
{
background-color: #4E070C;
}
.BgClassName
{
background-color: #4E070C;
}
</style>
border-color css
<style>
span { border-color: #4E070C; }
span { border-color: rgb(78,7,12); }
td.TdClassName
{
border-color: #4E070C;
}
.TagClassName
{
border-color: #4E070C;
}
</style>