Shades of Rustic Red #4D0507
Tints of Rustic Red #4D0507
RGB
CMYK
RGB Variations
Color information
#4D0507 (or 0x4D0507) is known color: Rustic Red. HEX triplet: 4D, 05 and 07. RGB value is (77,5,7). Sum of RGB (Red+Green+Blue) = 77+5+7=89 (11% of max value = 765). Red value is 77 (30.47% from 255 or 86.52% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0507 is #B2FAF8. Grayscale: #1A1A1A. Windows color (decimal): -11729657 or 460109. OLE color: 460109.
HSL color Cylindrical-coordinate representation of color #4D0507: hue angle of 358.33º 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 #4D0507 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 7 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.70 |
| HSL | 358.33º | 0.88% | 0.16% | - |
| HSV(B) | 358.33º | 0.94% | 0.3% | - |
| XYZ | 3.15 | 1.7 | 0.36 | - |
| YUV | 26.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 7 | 0 | 0.94 | 0.91 | 0.70 | 358.33 | 0.88 | 0.16 |
| Hex | 4D | 5 | 7 | 0 | 5E | 5B | 46 | 166 | 58 | 10 |
| Octal | 115 | 5 | 7 | 0 | 136 | 133 | 106 | 546 | 130 | 20 |
| Binary | 1001101 | 101 | 111 | 0 | 1011110 | 1011011 | 1000110 | 101100110 | 1011000 | 10000 |
Color Harmonies of #4D0507
Complementary color
Monochromatic Colors of #4D0507
Black with #4D0507
Text Example
Text Example
White with #4D0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0507; }
p { color: rgb(77,5,7); }
H1.HeaderClassName
{
color: #4D0507;
}
.AnyTagClassName
{
color: #4D0507;
}
</style>
background-color css
<style>
a { background-color: #4D0507; }
a { background-color: rgb(77,5,7); }
div.DivClassName
{
background-color: #4D0507;
}
.BgClassName
{
background-color: #4D0507;
}
</style>
border-color css
<style>
span { border-color: #4D0507; }
span { border-color: rgb(77,5,7); }
td.TdClassName
{
border-color: #4D0507;
}
.TagClassName
{
border-color: #4D0507;
}
</style>