Shades of Rustic Red #4D0506
Tints of Rustic Red #4D0506
RGB
CMYK
RGB Variations
Color information
#4D0506 (or 0x4D0506) is known color: Rustic Red. HEX triplet: 4D, 05 and 06. RGB value is (77,5,6). Sum of RGB (Red+Green+Blue) = 77+5+6=88 (11% of max value = 765). Red value is 77 (30.47% from 255 or 87.5% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0506 is #B2FAF9. Grayscale: #1A1A1A. Windows color (decimal): -11729658 or 394573. OLE color: 394573.
HSL color Cylindrical-coordinate representation of color #4D0506: hue angle of 359.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 #4D0506 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 6 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.70 |
| HSL | 359.17º | 0.88% | 0.16% | - |
| HSV(B) | 359.17º | 0.94% | 0.3% | - |
| XYZ | 3.15 | 1.7 | 0.33 | - |
| YUV | 26.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 6 | 0 | 0.94 | 0.92 | 0.70 | 359.17 | 0.88 | 0.16 |
| Hex | 4D | 5 | 6 | 0 | 5E | 5C | 46 | 167 | 58 | 10 |
| Octal | 115 | 5 | 6 | 0 | 136 | 134 | 106 | 547 | 130 | 20 |
| Binary | 1001101 | 101 | 110 | 0 | 1011110 | 1011100 | 1000110 | 101100111 | 1011000 | 10000 |
Color Harmonies of #4D0506
Complementary color
Monochromatic Colors of #4D0506
Black with #4D0506
Text Example
Text Example
White with #4D0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0506; }
p { color: rgb(77,5,6); }
H1.HeaderClassName
{
color: #4D0506;
}
.AnyTagClassName
{
color: #4D0506;
}
</style>
background-color css
<style>
a { background-color: #4D0506; }
a { background-color: rgb(77,5,6); }
div.DivClassName
{
background-color: #4D0506;
}
.BgClassName
{
background-color: #4D0506;
}
</style>
border-color css
<style>
span { border-color: #4D0506; }
span { border-color: rgb(77,5,6); }
td.TdClassName
{
border-color: #4D0506;
}
.TagClassName
{
border-color: #4D0506;
}
</style>