Shades of Rustic Red #4D050C
Tints of Rustic Red #4D050C
RGB
CMYK
RGB Variations
Color information
#4D050C (or 0x4D050C) is known color: Rustic Red. HEX triplet: 4D, 05 and 0C. RGB value is (77,5,12). Sum of RGB (Red+Green+Blue) = 77+5+12=94 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.91% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 77 - color contains mainly: red. Hex color #4D050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D050C is #B2FAF3. Grayscale: #1B1B1B. Windows color (decimal): -11729652 or 787789. OLE color: 787789.
HSL color Cylindrical-coordinate representation of color #4D050C: hue angle of 354.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D050C is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 12 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.70 |
| HSL | 354.17º | 0.88% | 0.16% | - |
| HSV(B) | 354.17º | 0.94% | 0.3% | - |
| XYZ | 3.18 | 1.71 | 0.51 | - |
| YUV | 27.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 12 | 0 | 0.94 | 0.84 | 0.70 | 354.17 | 0.88 | 0.16 |
| Hex | 4D | 5 | C | 0 | 5E | 54 | 46 | 162 | 58 | 10 |
| Octal | 115 | 5 | 14 | 0 | 136 | 124 | 106 | 542 | 130 | 20 |
| Binary | 1001101 | 101 | 1100 | 0 | 1011110 | 1010100 | 1000110 | 101100010 | 1011000 | 10000 |
Color Harmonies of #4D050C
Complementary color
Monochromatic Colors of #4D050C
Black with #4D050C
Text Example
Text Example
White with #4D050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D050C; }
p { color: rgb(77,5,12); }
H1.HeaderClassName
{
color: #4D050C;
}
.AnyTagClassName
{
color: #4D050C;
}
</style>
background-color css
<style>
a { background-color: #4D050C; }
a { background-color: rgb(77,5,12); }
div.DivClassName
{
background-color: #4D050C;
}
.BgClassName
{
background-color: #4D050C;
}
</style>
border-color css
<style>
span { border-color: #4D050C; }
span { border-color: rgb(77,5,12); }
td.TdClassName
{
border-color: #4D050C;
}
.TagClassName
{
border-color: #4D050C;
}
</style>