Shades of Rustic Red #4D0005
Tints of Rustic Red #4D0005
RGB
CMYK
RGB Variations
Color information
#4D0005 (or 0x4D0005) is known color: Rustic Red. HEX triplet: 4D, 00 and 05. RGB value is (77,0,5). Sum of RGB (Red+Green+Blue) = 77+0+5=82 (10% of max value = 765). Red value is 77 (30.47% from 255 or 93.90% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0005 is #B2FFFA. Grayscale: #171717. Windows color (decimal): -11730939 or 327757. OLE color: 327757.
HSL color Cylindrical-coordinate representation of color #4D0005: hue angle of 356.1º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0005 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.94 | 0.70 |
| HSL | 356.1º | 1% | 0.15% | - |
| HSV(B) | 356.1º | 1% | 0.3% | - |
| XYZ | 3.09 | 1.59 | 0.29 | - |
| YUV | 23.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 5 | 0 | 1 | 0.94 | 0.70 | 356.1 | 1 | 0.15 |
| Hex | 4D | 0 | 5 | 0 | 64 | 5E | 46 | 164 | 64 | F |
| Octal | 115 | 0 | 5 | 0 | 144 | 136 | 106 | 544 | 144 | 17 |
| Binary | 1001101 | 0 | 101 | 0 | 1100100 | 1011110 | 1000110 | 101100100 | 1100100 | 1111 |
Color Harmonies of #4D0005
Complementary color
Monochromatic Colors of #4D0005
Black with #4D0005
Text Example
Text Example
White with #4D0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0005; }
p { color: rgb(77,0,5); }
H1.HeaderClassName
{
color: #4D0005;
}
.AnyTagClassName
{
color: #4D0005;
}
</style>
background-color css
<style>
a { background-color: #4D0005; }
a { background-color: rgb(77,0,5); }
div.DivClassName
{
background-color: #4D0005;
}
.BgClassName
{
background-color: #4D0005;
}
</style>
border-color css
<style>
span { border-color: #4D0005; }
span { border-color: rgb(77,0,5); }
td.TdClassName
{
border-color: #4D0005;
}
.TagClassName
{
border-color: #4D0005;
}
</style>