Shades of Rustic Red #4C080E
Tints of Rustic Red #4C080E
RGB
CMYK
RGB Variations
Color information
#4C080E (or 0x4C080E) is known color: Rustic Red. HEX triplet: 4C, 08 and 0E. RGB value is (76,8,14). Sum of RGB (Red+Green+Blue) = 76+8+14=98 (12% of max value = 765). Red value is 76 (30.08% from 255 or 77.55% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 76 - color contains mainly: red. Hex color #4C080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C080E is #B3F7F1. Grayscale: #1D1D1D. Windows color (decimal): -11794418 or 919628. OLE color: 919628.
HSL color Cylindrical-coordinate representation of color #4C080E: hue angle of 354.71º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C080E is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 14 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.70 |
| HSL | 354.71º | 0.81% | 0.16% | - |
| HSV(B) | 354.71º | 0.89% | 0.3% | - |
| XYZ | 3.15 | 1.74 | 0.59 | - |
| YUV | 29.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 14 | 0 | 0.89 | 0.82 | 0.70 | 354.71 | 0.81 | 0.16 |
| Hex | 4C | 8 | E | 0 | 59 | 52 | 46 | 163 | 51 | 10 |
| Octal | 114 | 10 | 16 | 0 | 131 | 122 | 106 | 543 | 121 | 20 |
| Binary | 1001100 | 1000 | 1110 | 0 | 1011001 | 1010010 | 1000110 | 101100011 | 1010001 | 10000 |
Color Harmonies of #4C080E
Complementary color
Monochromatic Colors of #4C080E
Black with #4C080E
Text Example
Text Example
White with #4C080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C080E; }
p { color: rgb(76,8,14); }
H1.HeaderClassName
{
color: #4C080E;
}
.AnyTagClassName
{
color: #4C080E;
}
</style>
background-color css
<style>
a { background-color: #4C080E; }
a { background-color: rgb(76,8,14); }
div.DivClassName
{
background-color: #4C080E;
}
.BgClassName
{
background-color: #4C080E;
}
</style>
border-color css
<style>
span { border-color: #4C080E; }
span { border-color: rgb(76,8,14); }
td.TdClassName
{
border-color: #4C080E;
}
.TagClassName
{
border-color: #4C080E;
}
</style>