Shades of Rustic Red #4D0509
Tints of Rustic Red #4D0509
RGB
CMYK
RGB Variations
Color information
#4D0509 (or 0x4D0509) is known color: Rustic Red. HEX triplet: 4D, 05 and 09. RGB value is (77,5,9). Sum of RGB (Red+Green+Blue) = 77+5+9=91 (12% of max value = 765). Red value is 77 (30.47% from 255 or 84.62% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0509 is #B2FAF6. Grayscale: #1B1B1B. Windows color (decimal): -11729655 or 591181. OLE color: 591181.
HSL color Cylindrical-coordinate representation of color #4D0509: hue angle of 356.67º 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 #4D0509 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 9 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.70 |
| HSL | 356.67º | 0.88% | 0.16% | - |
| HSV(B) | 356.67º | 0.94% | 0.3% | - |
| XYZ | 3.16 | 1.71 | 0.42 | - |
| YUV | 26.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 9 | 0 | 0.94 | 0.88 | 0.70 | 356.67 | 0.88 | 0.16 |
| Hex | 4D | 5 | 9 | 0 | 5E | 58 | 46 | 165 | 58 | 10 |
| Octal | 115 | 5 | 11 | 0 | 136 | 130 | 106 | 545 | 130 | 20 |
| Binary | 1001101 | 101 | 1001 | 0 | 1011110 | 1011000 | 1000110 | 101100101 | 1011000 | 10000 |
Color Harmonies of #4D0509
Complementary color
Monochromatic Colors of #4D0509
Black with #4D0509
Text Example
Text Example
White with #4D0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0509; }
p { color: rgb(77,5,9); }
H1.HeaderClassName
{
color: #4D0509;
}
.AnyTagClassName
{
color: #4D0509;
}
</style>
background-color css
<style>
a { background-color: #4D0509; }
a { background-color: rgb(77,5,9); }
div.DivClassName
{
background-color: #4D0509;
}
.BgClassName
{
background-color: #4D0509;
}
</style>
border-color css
<style>
span { border-color: #4D0509; }
span { border-color: rgb(77,5,9); }
td.TdClassName
{
border-color: #4D0509;
}
.TagClassName
{
border-color: #4D0509;
}
</style>