Shades of Rustic Red #4C000E
Tints of Rustic Red #4C000E
RGB
CMYK
RGB Variations
Color information
#4C000E (or 0x4C000E) is known color: Rustic Red. HEX triplet: 4C, 00 and 0E. RGB value is (76,0,14). Sum of RGB (Red+Green+Blue) = 76+0+14=90 (11% of max value = 765). Red value is 76 (30.08% from 255 or 84.44% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 76 - color contains mainly: red. Hex color #4C000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C000E is #B3FFF1. Grayscale: #181818. Windows color (decimal): -11796466 or 917580. OLE color: 917580.
HSL color Cylindrical-coordinate representation of color #4C000E: hue angle of 348.95º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C000E is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.82 | 0.70 |
| HSL | 348.95º | 1% | 0.15% | - |
| HSV(B) | 348.95º | 1% | 0.3% | - |
| XYZ | 3.06 | 1.57 | 0.56 | - |
| YUV | 24.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 14 | 0 | 1 | 0.82 | 0.70 | 348.95 | 1 | 0.15 |
| Hex | 4C | 0 | E | 0 | 64 | 52 | 46 | 15D | 64 | F |
| Octal | 114 | 0 | 16 | 0 | 144 | 122 | 106 | 535 | 144 | 17 |
| Binary | 1001100 | 0 | 1110 | 0 | 1100100 | 1010010 | 1000110 | 101011101 | 1100100 | 1111 |
Color Harmonies of #4C000E
Complementary color
Monochromatic Colors of #4C000E
Black with #4C000E
Text Example
Text Example
White with #4C000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C000E; }
p { color: rgb(76,0,14); }
H1.HeaderClassName
{
color: #4C000E;
}
.AnyTagClassName
{
color: #4C000E;
}
</style>
background-color css
<style>
a { background-color: #4C000E; }
a { background-color: rgb(76,0,14); }
div.DivClassName
{
background-color: #4C000E;
}
.BgClassName
{
background-color: #4C000E;
}
</style>
border-color css
<style>
span { border-color: #4C000E; }
span { border-color: rgb(76,0,14); }
td.TdClassName
{
border-color: #4C000E;
}
.TagClassName
{
border-color: #4C000E;
}
</style>