Shades of Rustic Red #4C030C
Tints of Rustic Red #4C030C
RGB
CMYK
RGB Variations
Color information
#4C030C (or 0x4C030C) is known color: Rustic Red. HEX triplet: 4C, 03 and 0C. RGB value is (76,3,12). Sum of RGB (Red+Green+Blue) = 76+3+12=91 (12% of max value = 765). Red value is 76 (30.08% from 255 or 83.52% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 76 - color contains mainly: red. Hex color #4C030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C030C is #B3FCF3. Grayscale: #191919. Windows color (decimal): -11795700 or 787276. OLE color: 787276.
HSL color Cylindrical-coordinate representation of color #4C030C: hue angle of 352.6º 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 #4C030C is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 12 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.70 |
| HSL | 352.6º | 0.92% | 0.15% | - |
| HSV(B) | 352.6º | 0.96% | 0.3% | - |
| XYZ | 3.08 | 1.63 | 0.5 | - |
| YUV | 25.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 12 | 0 | 0.96 | 0.84 | 0.70 | 352.6 | 0.92 | 0.15 |
| Hex | 4C | 3 | C | 0 | 60 | 54 | 46 | 161 | 5C | F |
| Octal | 114 | 3 | 14 | 0 | 140 | 124 | 106 | 541 | 134 | 17 |
| Binary | 1001100 | 11 | 1100 | 0 | 1100000 | 1010100 | 1000110 | 101100001 | 1011100 | 1111 |
Color Harmonies of #4C030C
Complementary color
Monochromatic Colors of #4C030C
Black with #4C030C
Text Example
Text Example
White with #4C030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C030C; }
p { color: rgb(76,3,12); }
H1.HeaderClassName
{
color: #4C030C;
}
.AnyTagClassName
{
color: #4C030C;
}
</style>
background-color css
<style>
a { background-color: #4C030C; }
a { background-color: rgb(76,3,12); }
div.DivClassName
{
background-color: #4C030C;
}
.BgClassName
{
background-color: #4C030C;
}
</style>
border-color css
<style>
span { border-color: #4C030C; }
span { border-color: rgb(76,3,12); }
td.TdClassName
{
border-color: #4C030C;
}
.TagClassName
{
border-color: #4C030C;
}
</style>