Shades of Rustic Red #4E010C
Tints of Rustic Red #4E010C
RGB
CMYK
RGB Variations
Color information
#4E010C (or 0x4E010C) is known color: Rustic Red. HEX triplet: 4E, 01 and 0C. RGB value is (78,1,12). Sum of RGB (Red+Green+Blue) = 78+1+12=91 (12% of max value = 765). Red value is 78 (30.86% from 255 or 85.71% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 78 - color contains mainly: red. Hex color #4E010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E010C is #B1FEF3. Grayscale: #191919. Windows color (decimal): -11665140 or 786766. OLE color: 786766.
HSL color Cylindrical-coordinate representation of color #4E010C: hue angle of 351.43º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E010C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.69 |
| HSL | 351.43º | 0.97% | 0.15% | - |
| HSV(B) | 351.43º | 0.99% | 0.31% | - |
| XYZ | 3.22 | 1.67 | 0.5 | - |
| YUV | 25.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 12 | 0 | 0.99 | 0.85 | 0.69 | 351.43 | 0.97 | 0.15 |
| Hex | 4E | 1 | C | 0 | 63 | 55 | 45 | 15F | 61 | F |
| Octal | 116 | 1 | 14 | 0 | 143 | 125 | 105 | 537 | 141 | 17 |
| Binary | 1001110 | 1 | 1100 | 0 | 1100011 | 1010101 | 1000101 | 101011111 | 1100001 | 1111 |
Color Harmonies of #4E010C
Complementary color
Monochromatic Colors of #4E010C
Black with #4E010C
Text Example
Text Example
White with #4E010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E010C; }
p { color: rgb(78,1,12); }
H1.HeaderClassName
{
color: #4E010C;
}
.AnyTagClassName
{
color: #4E010C;
}
</style>
background-color css
<style>
a { background-color: #4E010C; }
a { background-color: rgb(78,1,12); }
div.DivClassName
{
background-color: #4E010C;
}
.BgClassName
{
background-color: #4E010C;
}
</style>
border-color css
<style>
span { border-color: #4E010C; }
span { border-color: rgb(78,1,12); }
td.TdClassName
{
border-color: #4E010C;
}
.TagClassName
{
border-color: #4E010C;
}
</style>