Shades of Rustic Red #4D080A
Tints of Rustic Red #4D080A
RGB
CMYK
RGB Variations
Color information
#4D080A (or 0x4D080A) is known color: Rustic Red. HEX triplet: 4D, 08 and 0A. RGB value is (77,8,10). Sum of RGB (Red+Green+Blue) = 77+8+10=95 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.05% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 77 - color contains mainly: red. Hex color #4D080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D080A is #B2F7F5. Grayscale: #1C1C1C. Windows color (decimal): -11728886 or 657485. OLE color: 657485.
HSL color Cylindrical-coordinate representation of color #4D080A: hue angle of 358.26º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D080A is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 8 | 10 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.70 |
| HSL | 358.26º | 0.81% | 0.17% | - |
| HSV(B) | 358.26º | 0.9% | 0.3% | - |
| XYZ | 3.2 | 1.77 | 0.46 | - |
| YUV | 28.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 10 | 0 | 0.90 | 0.87 | 0.70 | 358.26 | 0.81 | 0.17 |
| Hex | 4D | 8 | A | 0 | 5A | 57 | 46 | 166 | 51 | 11 |
| Octal | 115 | 10 | 12 | 0 | 132 | 127 | 106 | 546 | 121 | 21 |
| Binary | 1001101 | 1000 | 1010 | 0 | 1011010 | 1010111 | 1000110 | 101100110 | 1010001 | 10001 |
Color Harmonies of #4D080A
Complementary color
Monochromatic Colors of #4D080A
Black with #4D080A
Text Example
Text Example
White with #4D080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D080A; }
p { color: rgb(77,8,10); }
H1.HeaderClassName
{
color: #4D080A;
}
.AnyTagClassName
{
color: #4D080A;
}
</style>
background-color css
<style>
a { background-color: #4D080A; }
a { background-color: rgb(77,8,10); }
div.DivClassName
{
background-color: #4D080A;
}
.BgClassName
{
background-color: #4D080A;
}
</style>
border-color css
<style>
span { border-color: #4D080A; }
span { border-color: rgb(77,8,10); }
td.TdClassName
{
border-color: #4D080A;
}
.TagClassName
{
border-color: #4D080A;
}
</style>