Shades of Rustic Red #4F0109
Tints of Rustic Red #4F0109
RGB
CMYK
RGB Variations
Color information
#4F0109 (or 0x4F0109) is known color: Rustic Red. HEX triplet: 4F, 01 and 09. RGB value is (79,1,9). Sum of RGB (Red+Green+Blue) = 79+1+9=89 (11% of max value = 765). Red value is 79 (31.25% from 255 or 88.76% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0109 is #B0FEF6. Grayscale: #191919. Windows color (decimal): -11599607 or 590159. OLE color: 590159.
HSL color Cylindrical-coordinate representation of color #4F0109: hue angle of 353.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0109 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.69 |
| HSL | 353.85º | 0.98% | 0.16% | - |
| HSV(B) | 353.85º | 0.99% | 0.31% | - |
| XYZ | 3.28 | 1.7 | 0.41 | - |
| YUV | 25.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 9 | 0 | 0.99 | 0.89 | 0.69 | 353.85 | 0.98 | 0.16 |
| Hex | 4F | 1 | 9 | 0 | 63 | 59 | 45 | 162 | 62 | 10 |
| Octal | 117 | 1 | 11 | 0 | 143 | 131 | 105 | 542 | 142 | 20 |
| Binary | 1001111 | 1 | 1001 | 0 | 1100011 | 1011001 | 1000101 | 101100010 | 1100010 | 10000 |
Color Harmonies of #4F0109
Complementary color
Monochromatic Colors of #4F0109
Black with #4F0109
Text Example
Text Example
White with #4F0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0109; }
p { color: rgb(79,1,9); }
H1.HeaderClassName
{
color: #4F0109;
}
.AnyTagClassName
{
color: #4F0109;
}
</style>
background-color css
<style>
a { background-color: #4F0109; }
a { background-color: rgb(79,1,9); }
div.DivClassName
{
background-color: #4F0109;
}
.BgClassName
{
background-color: #4F0109;
}
</style>
border-color css
<style>
span { border-color: #4F0109; }
span { border-color: rgb(79,1,9); }
td.TdClassName
{
border-color: #4F0109;
}
.TagClassName
{
border-color: #4F0109;
}
</style>