Shades of Rustic Red #4D040B
Tints of Rustic Red #4D040B
RGB
CMYK
RGB Variations
Color information
#4D040B (or 0x4D040B) is known color: Rustic Red. HEX triplet: 4D, 04 and 0B. RGB value is (77,4,11). Sum of RGB (Red+Green+Blue) = 77+4+11=92 (12% of max value = 765). Red value is 77 (30.47% from 255 or 83.70% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 77 - color contains mainly: red. Hex color #4D040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D040B is #B2FBF4. Grayscale: #1A1A1A. Windows color (decimal): -11729909 or 721997. OLE color: 721997.
HSL color Cylindrical-coordinate representation of color #4D040B: hue angle of 354.25º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D040B is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 11 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.70 |
| HSL | 354.25º | 0.9% | 0.16% | - |
| HSV(B) | 354.25º | 0.95% | 0.3% | - |
| XYZ | 3.16 | 1.69 | 0.48 | - |
| YUV | 26.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 11 | 0 | 0.95 | 0.86 | 0.70 | 354.25 | 0.9 | 0.16 |
| Hex | 4D | 4 | B | 0 | 5F | 56 | 46 | 162 | 5A | 10 |
| Octal | 115 | 4 | 13 | 0 | 137 | 126 | 106 | 542 | 132 | 20 |
| Binary | 1001101 | 100 | 1011 | 0 | 1011111 | 1010110 | 1000110 | 101100010 | 1011010 | 10000 |
Color Harmonies of #4D040B
Complementary color
Monochromatic Colors of #4D040B
Black with #4D040B
Text Example
Text Example
White with #4D040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D040B; }
p { color: rgb(77,4,11); }
H1.HeaderClassName
{
color: #4D040B;
}
.AnyTagClassName
{
color: #4D040B;
}
</style>
background-color css
<style>
a { background-color: #4D040B; }
a { background-color: rgb(77,4,11); }
div.DivClassName
{
background-color: #4D040B;
}
.BgClassName
{
background-color: #4D040B;
}
</style>
border-color css
<style>
span { border-color: #4D040B; }
span { border-color: rgb(77,4,11); }
td.TdClassName
{
border-color: #4D040B;
}
.TagClassName
{
border-color: #4D040B;
}
</style>