Shades of Rustic Red #4D0306
Tints of Rustic Red #4D0306
RGB
CMYK
RGB Variations
Color information
#4D0306 (or 0x4D0306) is known color: Rustic Red. HEX triplet: 4D, 03 and 06. RGB value is (77,3,6). Sum of RGB (Red+Green+Blue) = 77+3+6=86 (11% of max value = 765). Red value is 77 (30.47% from 255 or 89.53% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0306 is #B2FCF9. Grayscale: #191919. Windows color (decimal): -11730170 or 394061. OLE color: 394061.
HSL color Cylindrical-coordinate representation of color #4D0306: hue angle of 357.57º 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 #4D0306 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 6 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.70 |
| HSL | 357.57º | 0.93% | 0.16% | - |
| HSV(B) | 357.57º | 0.96% | 0.3% | - |
| XYZ | 3.13 | 1.66 | 0.33 | - |
| YUV | 25.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 6 | 0 | 0.96 | 0.92 | 0.70 | 357.57 | 0.93 | 0.16 |
| Hex | 4D | 3 | 6 | 0 | 60 | 5C | 46 | 166 | 5C | 10 |
| Octal | 115 | 3 | 6 | 0 | 140 | 134 | 106 | 546 | 134 | 20 |
| Binary | 1001101 | 11 | 110 | 0 | 1100000 | 1011100 | 1000110 | 101100110 | 1011100 | 10000 |
Color Harmonies of #4D0306
Complementary color
Monochromatic Colors of #4D0306
Black with #4D0306
Text Example
Text Example
White with #4D0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0306; }
p { color: rgb(77,3,6); }
H1.HeaderClassName
{
color: #4D0306;
}
.AnyTagClassName
{
color: #4D0306;
}
</style>
background-color css
<style>
a { background-color: #4D0306; }
a { background-color: rgb(77,3,6); }
div.DivClassName
{
background-color: #4D0306;
}
.BgClassName
{
background-color: #4D0306;
}
</style>
border-color css
<style>
span { border-color: #4D0306; }
span { border-color: rgb(77,3,6); }
td.TdClassName
{
border-color: #4D0306;
}
.TagClassName
{
border-color: #4D0306;
}
</style>