Shades of Rustic Red #4D080B
Tints of Rustic Red #4D080B
RGB
CMYK
RGB Variations
Color information
#4D080B (or 0x4D080B) is known color: Rustic Red. HEX triplet: 4D, 08 and 0B. RGB value is (77,8,11). Sum of RGB (Red+Green+Blue) = 77+8+11=96 (12% of max value = 765). Red value is 77 (30.47% from 255 or 80.21% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 77 - color contains mainly: red. Hex color #4D080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D080B is #B2F7F4. Grayscale: #1D1D1D. Windows color (decimal): -11728885 or 723021. OLE color: 723021.
HSL color Cylindrical-coordinate representation of color #4D080B: hue angle of 357.39º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D080B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 8 | 11 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.70 |
| HSL | 357.39º | 0.81% | 0.17% | - |
| HSV(B) | 357.39º | 0.9% | 0.3% | - |
| XYZ | 3.21 | 1.78 | 0.49 | - |
| YUV | 28.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 11 | 0 | 0.90 | 0.86 | 0.70 | 357.39 | 0.81 | 0.17 |
| Hex | 4D | 8 | B | 0 | 5A | 56 | 46 | 165 | 51 | 11 |
| Octal | 115 | 10 | 13 | 0 | 132 | 126 | 106 | 545 | 121 | 21 |
| Binary | 1001101 | 1000 | 1011 | 0 | 1011010 | 1010110 | 1000110 | 101100101 | 1010001 | 10001 |
Color Harmonies of #4D080B
Complementary color
Monochromatic Colors of #4D080B
Black with #4D080B
Text Example
Text Example
White with #4D080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D080B; }
p { color: rgb(77,8,11); }
H1.HeaderClassName
{
color: #4D080B;
}
.AnyTagClassName
{
color: #4D080B;
}
</style>
background-color css
<style>
a { background-color: #4D080B; }
a { background-color: rgb(77,8,11); }
div.DivClassName
{
background-color: #4D080B;
}
.BgClassName
{
background-color: #4D080B;
}
</style>
border-color css
<style>
span { border-color: #4D080B; }
span { border-color: rgb(77,8,11); }
td.TdClassName
{
border-color: #4D080B;
}
.TagClassName
{
border-color: #4D080B;
}
</style>