Shades of Rustic Red #4D0508
Tints of Rustic Red #4D0508
RGB
CMYK
RGB Variations
Color information
#4D0508 (or 0x4D0508) is known color: Rustic Red. HEX triplet: 4D, 05 and 08. RGB value is (77,5,8). Sum of RGB (Red+Green+Blue) = 77+5+8=90 (11% of max value = 765). Red value is 77 (30.47% from 255 or 85.56% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0508 is #B2FAF7. Grayscale: #1A1A1A. Windows color (decimal): -11729656 or 525645. OLE color: 525645.
HSL color Cylindrical-coordinate representation of color #4D0508: hue angle of 357.5º 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 #4D0508 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 8 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.70 |
| HSL | 357.5º | 0.88% | 0.16% | - |
| HSV(B) | 357.5º | 0.94% | 0.3% | - |
| XYZ | 3.16 | 1.7 | 0.39 | - |
| YUV | 26.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 8 | 0 | 0.94 | 0.90 | 0.70 | 357.5 | 0.88 | 0.16 |
| Hex | 4D | 5 | 8 | 0 | 5E | 5A | 46 | 166 | 58 | 10 |
| Octal | 115 | 5 | 10 | 0 | 136 | 132 | 106 | 546 | 130 | 20 |
| Binary | 1001101 | 101 | 1000 | 0 | 1011110 | 1011010 | 1000110 | 101100110 | 1011000 | 10000 |
Color Harmonies of #4D0508
Complementary color
Monochromatic Colors of #4D0508
Black with #4D0508
Text Example
Text Example
White with #4D0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0508; }
p { color: rgb(77,5,8); }
H1.HeaderClassName
{
color: #4D0508;
}
.AnyTagClassName
{
color: #4D0508;
}
</style>
background-color css
<style>
a { background-color: #4D0508; }
a { background-color: rgb(77,5,8); }
div.DivClassName
{
background-color: #4D0508;
}
.BgClassName
{
background-color: #4D0508;
}
</style>
border-color css
<style>
span { border-color: #4D0508; }
span { border-color: rgb(77,5,8); }
td.TdClassName
{
border-color: #4D0508;
}
.TagClassName
{
border-color: #4D0508;
}
</style>