Shades of Rustic Red #4D0309
Tints of Rustic Red #4D0309
RGB
CMYK
RGB Variations
Color information
#4D0309 (or 0x4D0309) is known color: Rustic Red. HEX triplet: 4D, 03 and 09. RGB value is (77,3,9). Sum of RGB (Red+Green+Blue) = 77+3+9=89 (11% of max value = 765). Red value is 77 (30.47% from 255 or 86.52% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0309 is #B2FCF6. Grayscale: #191919. Windows color (decimal): -11730167 or 590669. OLE color: 590669.
HSL color Cylindrical-coordinate representation of color #4D0309: hue angle of 355.14º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0309 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 9 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.70 |
| HSL | 355.14º | 0.93% | 0.16% | - |
| HSV(B) | 355.14º | 0.96% | 0.3% | - |
| XYZ | 3.14 | 1.66 | 0.41 | - |
| YUV | 25.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 9 | 0 | 0.96 | 0.88 | 0.70 | 355.14 | 0.93 | 0.16 |
| Hex | 4D | 3 | 9 | 0 | 60 | 58 | 46 | 163 | 5C | 10 |
| Octal | 115 | 3 | 11 | 0 | 140 | 130 | 106 | 543 | 134 | 20 |
| Binary | 1001101 | 11 | 1001 | 0 | 1100000 | 1011000 | 1000110 | 101100011 | 1011100 | 10000 |
Color Harmonies of #4D0309
Complementary color
Monochromatic Colors of #4D0309
Black with #4D0309
Text Example
Text Example
White with #4D0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0309; }
p { color: rgb(77,3,9); }
H1.HeaderClassName
{
color: #4D0309;
}
.AnyTagClassName
{
color: #4D0309;
}
</style>
background-color css
<style>
a { background-color: #4D0309; }
a { background-color: rgb(77,3,9); }
div.DivClassName
{
background-color: #4D0309;
}
.BgClassName
{
background-color: #4D0309;
}
</style>
border-color css
<style>
span { border-color: #4D0309; }
span { border-color: rgb(77,3,9); }
td.TdClassName
{
border-color: #4D0309;
}
.TagClassName
{
border-color: #4D0309;
}
</style>