Shades of Rustic Red #4D020E
Tints of Rustic Red #4D020E
RGB
CMYK
RGB Variations
Color information
#4D020E (or 0x4D020E) is known color: Rustic Red. HEX triplet: 4D, 02 and 0E. RGB value is (77,2,14). Sum of RGB (Red+Green+Blue) = 77+2+14=93 (12% of max value = 765). Red value is 77 (30.47% from 255 or 82.80% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 77 - color contains mainly: red. Hex color #4D020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D020E is #B2FDF1. Grayscale: #191919. Windows color (decimal): -11730418 or 918093. OLE color: 918093.
HSL color Cylindrical-coordinate representation of color #4D020E: hue angle of 350.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D020E is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 14 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.70 |
| HSL | 350.4º | 0.95% | 0.15% | - |
| HSV(B) | 350.4º | 0.97% | 0.3% | - |
| XYZ | 3.16 | 1.65 | 0.57 | - |
| YUV | 25.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 14 | 0 | 0.97 | 0.82 | 0.70 | 350.4 | 0.95 | 0.15 |
| Hex | 4D | 2 | E | 0 | 61 | 52 | 46 | 15E | 5F | F |
| Octal | 115 | 2 | 16 | 0 | 141 | 122 | 106 | 536 | 137 | 17 |
| Binary | 1001101 | 10 | 1110 | 0 | 1100001 | 1010010 | 1000110 | 101011110 | 1011111 | 1111 |
Color Harmonies of #4D020E
Complementary color
Monochromatic Colors of #4D020E
Black with #4D020E
Text Example
Text Example
White with #4D020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D020E; }
p { color: rgb(77,2,14); }
H1.HeaderClassName
{
color: #4D020E;
}
.AnyTagClassName
{
color: #4D020E;
}
</style>
background-color css
<style>
a { background-color: #4D020E; }
a { background-color: rgb(77,2,14); }
div.DivClassName
{
background-color: #4D020E;
}
.BgClassName
{
background-color: #4D020E;
}
</style>
border-color css
<style>
span { border-color: #4D020E; }
span { border-color: rgb(77,2,14); }
td.TdClassName
{
border-color: #4D020E;
}
.TagClassName
{
border-color: #4D020E;
}
</style>