Shades of Rustic Red #4C1113
Tints of Rustic Red #4C1113
RGB
CMYK
RGB Variations
Color information
#4C1113 (or 0x4C1113) is known color: Rustic Red. HEX triplet: 4C, 11 and 13. RGB value is (76,17,19). Sum of RGB (Red+Green+Blue) = 76+17+19=112 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.86% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1113 is #B3EEEC. Grayscale: #222222. Windows color (decimal): -11792109 or 1249612. OLE color: 1249612.
HSL color Cylindrical-coordinate representation of color #4C1113: hue angle of 357.97º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1113 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 19 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.70 |
| HSL | 357.97º | 0.63% | 0.18% | - |
| HSV(B) | 357.97º | 0.78% | 0.3% | - |
| XYZ | 3.3 | 1.98 | 0.83 | - |
| YUV | 34.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 19 | 0 | 0.78 | 0.75 | 0.70 | 357.97 | 0.63 | 0.18 |
| Hex | 4C | 11 | 13 | 0 | 4E | 4B | 46 | 166 | 3F | 12 |
| Octal | 114 | 21 | 23 | 0 | 116 | 113 | 106 | 546 | 77 | 22 |
| Binary | 1001100 | 10001 | 10011 | 0 | 1001110 | 1001011 | 1000110 | 101100110 | 111111 | 10010 |
Color Harmonies of #4C1113
Complementary color
Monochromatic Colors of #4C1113
Black with #4C1113
Text Example
Text Example
White with #4C1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1113; }
p { color: rgb(76,17,19); }
H1.HeaderClassName
{
color: #4C1113;
}
.AnyTagClassName
{
color: #4C1113;
}
</style>
background-color css
<style>
a { background-color: #4C1113; }
a { background-color: rgb(76,17,19); }
div.DivClassName
{
background-color: #4C1113;
}
.BgClassName
{
background-color: #4C1113;
}
</style>
border-color css
<style>
span { border-color: #4C1113; }
span { border-color: rgb(76,17,19); }
td.TdClassName
{
border-color: #4C1113;
}
.TagClassName
{
border-color: #4C1113;
}
</style>