Shades of Rustic Red #4D050B
Tints of Rustic Red #4D050B
RGB
CMYK
RGB Variations
Color information
#4D050B (or 0x4D050B) is known color: Rustic Red. HEX triplet: 4D, 05 and 0B. RGB value is (77,5,11). Sum of RGB (Red+Green+Blue) = 77+5+11=93 (12% of max value = 765). Red value is 77 (30.47% from 255 or 82.80% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 77 - color contains mainly: red. Hex color #4D050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D050B is #B2FAF4. Grayscale: #1B1B1B. Windows color (decimal): -11729653 or 722253. OLE color: 722253.
HSL color Cylindrical-coordinate representation of color #4D050B: hue angle of 355º 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 #4D050B is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 11 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.70 |
| HSL | 355º | 0.88% | 0.16% | - |
| HSV(B) | 355º | 0.94% | 0.3% | - |
| XYZ | 3.18 | 1.71 | 0.48 | - |
| YUV | 27.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 11 | 0 | 0.94 | 0.86 | 0.70 | 355 | 0.88 | 0.16 |
| Hex | 4D | 5 | B | 0 | 5E | 56 | 46 | 163 | 58 | 10 |
| Octal | 115 | 5 | 13 | 0 | 136 | 126 | 106 | 543 | 130 | 20 |
| Binary | 1001101 | 101 | 1011 | 0 | 1011110 | 1010110 | 1000110 | 101100011 | 1011000 | 10000 |
Color Harmonies of #4D050B
Complementary color
Monochromatic Colors of #4D050B
Black with #4D050B
Text Example
Text Example
White with #4D050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D050B; }
p { color: rgb(77,5,11); }
H1.HeaderClassName
{
color: #4D050B;
}
.AnyTagClassName
{
color: #4D050B;
}
</style>
background-color css
<style>
a { background-color: #4D050B; }
a { background-color: rgb(77,5,11); }
div.DivClassName
{
background-color: #4D050B;
}
.BgClassName
{
background-color: #4D050B;
}
</style>
border-color css
<style>
span { border-color: #4D050B; }
span { border-color: rgb(77,5,11); }
td.TdClassName
{
border-color: #4D050B;
}
.TagClassName
{
border-color: #4D050B;
}
</style>