Shades of Rustic Red #4D070A
Tints of Rustic Red #4D070A
RGB
CMYK
RGB Variations
Color information
#4D070A (or 0x4D070A) is known color: Rustic Red. HEX triplet: 4D, 07 and 0A. RGB value is (77,7,10). Sum of RGB (Red+Green+Blue) = 77+7+10=94 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.91% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 77 - color contains mainly: red. Hex color #4D070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D070A is #B2F8F5. Grayscale: #1C1C1C. Windows color (decimal): -11729142 or 657229. OLE color: 657229.
HSL color Cylindrical-coordinate representation of color #4D070A: hue angle of 357.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D070A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 7 | 10 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.70 |
| HSL | 357.43º | 0.83% | 0.16% | - |
| HSV(B) | 357.43º | 0.91% | 0.3% | - |
| XYZ | 3.19 | 1.75 | 0.46 | - |
| YUV | 28.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 10 | 0 | 0.91 | 0.87 | 0.70 | 357.43 | 0.83 | 0.16 |
| Hex | 4D | 7 | A | 0 | 5B | 57 | 46 | 165 | 53 | 10 |
| Octal | 115 | 7 | 12 | 0 | 133 | 127 | 106 | 545 | 123 | 20 |
| Binary | 1001101 | 111 | 1010 | 0 | 1011011 | 1010111 | 1000110 | 101100101 | 1010011 | 10000 |
Color Harmonies of #4D070A
Complementary color
Monochromatic Colors of #4D070A
Black with #4D070A
Text Example
Text Example
White with #4D070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D070A; }
p { color: rgb(77,7,10); }
H1.HeaderClassName
{
color: #4D070A;
}
.AnyTagClassName
{
color: #4D070A;
}
</style>
background-color css
<style>
a { background-color: #4D070A; }
a { background-color: rgb(77,7,10); }
div.DivClassName
{
background-color: #4D070A;
}
.BgClassName
{
background-color: #4D070A;
}
</style>
border-color css
<style>
span { border-color: #4D070A; }
span { border-color: rgb(77,7,10); }
td.TdClassName
{
border-color: #4D070A;
}
.TagClassName
{
border-color: #4D070A;
}
</style>