Shades of Rustic Red #4D030A
Tints of Rustic Red #4D030A
RGB
CMYK
RGB Variations
Color information
#4D030A (or 0x4D030A) is known color: Rustic Red. HEX triplet: 4D, 03 and 0A. RGB value is (77,3,10). Sum of RGB (Red+Green+Blue) = 77+3+10=90 (11% of max value = 765). Red value is 77 (30.47% from 255 or 85.56% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 77 - color contains mainly: red. Hex color #4D030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D030A is #B2FCF5. Grayscale: #191919. Windows color (decimal): -11730166 or 656205. OLE color: 656205.
HSL color Cylindrical-coordinate representation of color #4D030A: hue angle of 354.32º 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 #4D030A is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 10 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.70 |
| HSL | 354.32º | 0.93% | 0.16% | - |
| HSV(B) | 354.32º | 0.96% | 0.3% | - |
| XYZ | 3.15 | 1.66 | 0.44 | - |
| YUV | 25.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 10 | 0 | 0.96 | 0.87 | 0.70 | 354.32 | 0.93 | 0.16 |
| Hex | 4D | 3 | A | 0 | 60 | 57 | 46 | 162 | 5C | 10 |
| Octal | 115 | 3 | 12 | 0 | 140 | 127 | 106 | 542 | 134 | 20 |
| Binary | 1001101 | 11 | 1010 | 0 | 1100000 | 1010111 | 1000110 | 101100010 | 1011100 | 10000 |
Color Harmonies of #4D030A
Complementary color
Monochromatic Colors of #4D030A
Black with #4D030A
Text Example
Text Example
White with #4D030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D030A; }
p { color: rgb(77,3,10); }
H1.HeaderClassName
{
color: #4D030A;
}
.AnyTagClassName
{
color: #4D030A;
}
</style>
background-color css
<style>
a { background-color: #4D030A; }
a { background-color: rgb(77,3,10); }
div.DivClassName
{
background-color: #4D030A;
}
.BgClassName
{
background-color: #4D030A;
}
</style>
border-color css
<style>
span { border-color: #4D030A; }
span { border-color: rgb(77,3,10); }
td.TdClassName
{
border-color: #4D030A;
}
.TagClassName
{
border-color: #4D030A;
}
</style>