Shades of Rustic Red #4C030D
Tints of Rustic Red #4C030D
RGB
CMYK
RGB Variations
Color information
#4C030D (or 0x4C030D) is known color: Rustic Red. HEX triplet: 4C, 03 and 0D. RGB value is (76,3,13). Sum of RGB (Red+Green+Blue) = 76+3+13=92 (12% of max value = 765). Red value is 76 (30.08% from 255 or 82.61% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 76 - color contains mainly: red. Hex color #4C030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C030D is #B3FCF2. Grayscale: #1A1A1A. Windows color (decimal): -11795699 or 852812. OLE color: 852812.
HSL color Cylindrical-coordinate representation of color #4C030D: hue angle of 351.78º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C030D is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 13 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.70 |
| HSL | 351.78º | 0.92% | 0.15% | - |
| HSV(B) | 351.78º | 0.96% | 0.3% | - |
| XYZ | 3.09 | 1.63 | 0.53 | - |
| YUV | 25.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 13 | 0 | 0.96 | 0.83 | 0.70 | 351.78 | 0.92 | 0.15 |
| Hex | 4C | 3 | D | 0 | 60 | 53 | 46 | 160 | 5C | F |
| Octal | 114 | 3 | 15 | 0 | 140 | 123 | 106 | 540 | 134 | 17 |
| Binary | 1001100 | 11 | 1101 | 0 | 1100000 | 1010011 | 1000110 | 101100000 | 1011100 | 1111 |
Color Harmonies of #4C030D
Complementary color
Monochromatic Colors of #4C030D
Black with #4C030D
Text Example
Text Example
White with #4C030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C030D; }
p { color: rgb(76,3,13); }
H1.HeaderClassName
{
color: #4C030D;
}
.AnyTagClassName
{
color: #4C030D;
}
</style>
background-color css
<style>
a { background-color: #4C030D; }
a { background-color: rgb(76,3,13); }
div.DivClassName
{
background-color: #4C030D;
}
.BgClassName
{
background-color: #4C030D;
}
</style>
border-color css
<style>
span { border-color: #4C030D; }
span { border-color: rgb(76,3,13); }
td.TdClassName
{
border-color: #4C030D;
}
.TagClassName
{
border-color: #4C030D;
}
</style>