Shades of Rustic Red #4D1013
Tints of Rustic Red #4D1013
RGB
CMYK
RGB Variations
Color information
#4D1013 (or 0x4D1013) is known color: Rustic Red. HEX triplet: 4D, 10 and 13. RGB value is (77,16,19). Sum of RGB (Red+Green+Blue) = 77+16+19=112 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.75% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1013 is #B2EFEC. Grayscale: #222222. Windows color (decimal): -11726829 or 1249357. OLE color: 1249357.
HSL color Cylindrical-coordinate representation of color #4D1013: hue angle of 357.05º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1013 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 19 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.70 |
| HSL | 357.05º | 0.66% | 0.18% | - |
| HSV(B) | 357.05º | 0.79% | 0.3% | - |
| XYZ | 3.36 | 2 | 0.82 | - |
| YUV | 34.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 19 | 0 | 0.79 | 0.75 | 0.70 | 357.05 | 0.66 | 0.18 |
| Hex | 4D | 10 | 13 | 0 | 4F | 4B | 46 | 165 | 42 | 12 |
| Octal | 115 | 20 | 23 | 0 | 117 | 113 | 106 | 545 | 102 | 22 |
| Binary | 1001101 | 10000 | 10011 | 0 | 1001111 | 1001011 | 1000110 | 101100101 | 1000010 | 10010 |
Color Harmonies of #4D1013
Complementary color
Monochromatic Colors of #4D1013
Black with #4D1013
Text Example
Text Example
White with #4D1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1013; }
p { color: rgb(77,16,19); }
H1.HeaderClassName
{
color: #4D1013;
}
.AnyTagClassName
{
color: #4D1013;
}
</style>
background-color css
<style>
a { background-color: #4D1013; }
a { background-color: rgb(77,16,19); }
div.DivClassName
{
background-color: #4D1013;
}
.BgClassName
{
background-color: #4D1013;
}
</style>
border-color css
<style>
span { border-color: #4D1013; }
span { border-color: rgb(77,16,19); }
td.TdClassName
{
border-color: #4D1013;
}
.TagClassName
{
border-color: #4D1013;
}
</style>