Shades of Rustic Red #4D030E
Tints of Rustic Red #4D030E
RGB
CMYK
RGB Variations
Color information
#4D030E (or 0x4D030E) is known color: Rustic Red. HEX triplet: 4D, 03 and 0E. RGB value is (77,3,14). Sum of RGB (Red+Green+Blue) = 77+3+14=94 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.91% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 77 - color contains mainly: red. Hex color #4D030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D030E is #B2FCF1. Grayscale: #1A1A1A. Windows color (decimal): -11730162 or 918349. OLE color: 918349.
HSL color Cylindrical-coordinate representation of color #4D030E: hue angle of 351.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D030E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 14 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.70 |
| HSL | 351.08º | 0.93% | 0.16% | - |
| HSV(B) | 351.08º | 0.96% | 0.3% | - |
| XYZ | 3.17 | 1.67 | 0.57 | - |
| YUV | 26.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 14 | 0 | 0.96 | 0.82 | 0.70 | 351.08 | 0.93 | 0.16 |
| Hex | 4D | 3 | E | 0 | 60 | 52 | 46 | 15F | 5C | 10 |
| Octal | 115 | 3 | 16 | 0 | 140 | 122 | 106 | 537 | 134 | 20 |
| Binary | 1001101 | 11 | 1110 | 0 | 1100000 | 1010010 | 1000110 | 101011111 | 1011100 | 10000 |
Color Harmonies of #4D030E
Complementary color
Monochromatic Colors of #4D030E
Black with #4D030E
Text Example
Text Example
White with #4D030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D030E; }
p { color: rgb(77,3,14); }
H1.HeaderClassName
{
color: #4D030E;
}
.AnyTagClassName
{
color: #4D030E;
}
</style>
background-color css
<style>
a { background-color: #4D030E; }
a { background-color: rgb(77,3,14); }
div.DivClassName
{
background-color: #4D030E;
}
.BgClassName
{
background-color: #4D030E;
}
</style>
border-color css
<style>
span { border-color: #4D030E; }
span { border-color: rgb(77,3,14); }
td.TdClassName
{
border-color: #4D030E;
}
.TagClassName
{
border-color: #4D030E;
}
</style>