Shades of Rustic Red #4C080F
Tints of Rustic Red #4C080F
RGB
CMYK
RGB Variations
Color information
#4C080F (or 0x4C080F) is known color: Rustic Red. HEX triplet: 4C, 08 and 0F. RGB value is (76,8,15). Sum of RGB (Red+Green+Blue) = 76+8+15=99 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76.77% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 76 - color contains mainly: red. Hex color #4C080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C080F is #B3F7F0. Grayscale: #1D1D1D. Windows color (decimal): -11794417 or 985164. OLE color: 985164.
HSL color Cylindrical-coordinate representation of color #4C080F: hue angle of 353.82º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C080F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 15 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.70 |
| HSL | 353.82º | 0.81% | 0.16% | - |
| HSV(B) | 353.82º | 0.89% | 0.3% | - |
| XYZ | 3.15 | 1.74 | 0.62 | - |
| YUV | 29.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 15 | 0 | 0.89 | 0.80 | 0.70 | 353.82 | 0.81 | 0.16 |
| Hex | 4C | 8 | F | 0 | 59 | 50 | 46 | 162 | 51 | 10 |
| Octal | 114 | 10 | 17 | 0 | 131 | 120 | 106 | 542 | 121 | 20 |
| Binary | 1001100 | 1000 | 1111 | 0 | 1011001 | 1010000 | 1000110 | 101100010 | 1010001 | 10000 |
Color Harmonies of #4C080F
Complementary color
Monochromatic Colors of #4C080F
Black with #4C080F
Text Example
Text Example
White with #4C080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C080F; }
p { color: rgb(76,8,15); }
H1.HeaderClassName
{
color: #4C080F;
}
.AnyTagClassName
{
color: #4C080F;
}
</style>
background-color css
<style>
a { background-color: #4C080F; }
a { background-color: rgb(76,8,15); }
div.DivClassName
{
background-color: #4C080F;
}
.BgClassName
{
background-color: #4C080F;
}
</style>
border-color css
<style>
span { border-color: #4C080F; }
span { border-color: rgb(76,8,15); }
td.TdClassName
{
border-color: #4C080F;
}
.TagClassName
{
border-color: #4C080F;
}
</style>