Shades of Rustic Red #4F050C
Tints of Rustic Red #4F050C
RGB
CMYK
RGB Variations
Color information
#4F050C (or 0x4F050C) is known color: Rustic Red. HEX triplet: 4F, 05 and 0C. RGB value is (79,5,12). Sum of RGB (Red+Green+Blue) = 79+5+12=96 (12% of max value = 765). Red value is 79 (31.25% from 255 or 82.29% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 79 - color contains mainly: red. Hex color #4F050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F050C is #B0FAF3. Grayscale: #1B1B1B. Windows color (decimal): -11598580 or 787791. OLE color: 787791.
HSL color Cylindrical-coordinate representation of color #4F050C: hue angle of 354.32º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F050C is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 5 | 12 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.69 |
| HSL | 354.32º | 0.88% | 0.16% | - |
| HSV(B) | 354.32º | 0.94% | 0.31% | - |
| XYZ | 3.35 | 1.8 | 0.52 | - |
| YUV | 27.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 12 | 0 | 0.94 | 0.85 | 0.69 | 354.32 | 0.88 | 0.16 |
| Hex | 4F | 5 | C | 0 | 5E | 55 | 45 | 162 | 58 | 10 |
| Octal | 117 | 5 | 14 | 0 | 136 | 125 | 105 | 542 | 130 | 20 |
| Binary | 1001111 | 101 | 1100 | 0 | 1011110 | 1010101 | 1000101 | 101100010 | 1011000 | 10000 |
Color Harmonies of #4F050C
Complementary color
Monochromatic Colors of #4F050C
Black with #4F050C
Text Example
Text Example
White with #4F050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F050C; }
p { color: rgb(79,5,12); }
H1.HeaderClassName
{
color: #4F050C;
}
.AnyTagClassName
{
color: #4F050C;
}
</style>
background-color css
<style>
a { background-color: #4F050C; }
a { background-color: rgb(79,5,12); }
div.DivClassName
{
background-color: #4F050C;
}
.BgClassName
{
background-color: #4F050C;
}
</style>
border-color css
<style>
span { border-color: #4F050C; }
span { border-color: rgb(79,5,12); }
td.TdClassName
{
border-color: #4F050C;
}
.TagClassName
{
border-color: #4F050C;
}
</style>