Shades of Rustic Red #4E030E
Tints of Rustic Red #4E030E
RGB
CMYK
RGB Variations
Color information
#4E030E (or 0x4E030E) is known color: Rustic Red. HEX triplet: 4E, 03 and 0E. RGB value is (78,3,14). Sum of RGB (Red+Green+Blue) = 78+3+14=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E030E is #B1FCF1. Grayscale: #1A1A1A. Windows color (decimal): -11664626 or 918350. OLE color: 918350.
HSL color Cylindrical-coordinate representation of color #4E030E: hue angle of 351.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E030E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 14 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.69 |
| HSL | 351.2º | 0.93% | 0.16% | - |
| HSV(B) | 351.2º | 0.96% | 0.31% | - |
| XYZ | 3.25 | 1.72 | 0.58 | - |
| YUV | 26.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 14 | 0 | 0.96 | 0.82 | 0.69 | 351.2 | 0.93 | 0.16 |
| Hex | 4E | 3 | E | 0 | 60 | 52 | 45 | 15F | 5D | 10 |
| Octal | 116 | 3 | 16 | 0 | 140 | 122 | 105 | 537 | 135 | 20 |
| Binary | 1001110 | 11 | 1110 | 0 | 1100000 | 1010010 | 1000101 | 101011111 | 1011101 | 10000 |
Color Harmonies of #4E030E
Complementary color
Monochromatic Colors of #4E030E
Black with #4E030E
Text Example
Text Example
White with #4E030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E030E; }
p { color: rgb(78,3,14); }
H1.HeaderClassName
{
color: #4E030E;
}
.AnyTagClassName
{
color: #4E030E;
}
</style>
background-color css
<style>
a { background-color: #4E030E; }
a { background-color: rgb(78,3,14); }
div.DivClassName
{
background-color: #4E030E;
}
.BgClassName
{
background-color: #4E030E;
}
</style>
border-color css
<style>
span { border-color: #4E030E; }
span { border-color: rgb(78,3,14); }
td.TdClassName
{
border-color: #4E030E;
}
.TagClassName
{
border-color: #4E030E;
}
</style>