Shades of Rustic Red #4F040F
Tints of Rustic Red #4F040F
RGB
CMYK
RGB Variations
Color information
#4F040F (or 0x4F040F) is known color: Rustic Red. HEX triplet: 4F, 04 and 0F. RGB value is (79,4,15). Sum of RGB (Red+Green+Blue) = 79+4+15=98 (12% of max value = 765). Red value is 79 (31.25% from 255 or 80.61% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 79 - color contains mainly: red. Hex color #4F040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F040F is #B0FBF0. Grayscale: #1B1B1B. Windows color (decimal): -11598833 or 984143. OLE color: 984143.
HSL color Cylindrical-coordinate representation of color #4F040F: hue angle of 351.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F040F is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 15 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.69 |
| HSL | 351.2º | 0.9% | 0.16% | - |
| HSV(B) | 351.2º | 0.95% | 0.31% | - |
| XYZ | 3.35 | 1.78 | 0.62 | - |
| YUV | 27.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 15 | 0 | 0.95 | 0.81 | 0.69 | 351.2 | 0.9 | 0.16 |
| Hex | 4F | 4 | F | 0 | 5F | 51 | 45 | 15F | 5A | 10 |
| Octal | 117 | 4 | 17 | 0 | 137 | 121 | 105 | 537 | 132 | 20 |
| Binary | 1001111 | 100 | 1111 | 0 | 1011111 | 1010001 | 1000101 | 101011111 | 1011010 | 10000 |
Color Harmonies of #4F040F
Complementary color
Monochromatic Colors of #4F040F
Black with #4F040F
Text Example
Text Example
White with #4F040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F040F; }
p { color: rgb(79,4,15); }
H1.HeaderClassName
{
color: #4F040F;
}
.AnyTagClassName
{
color: #4F040F;
}
</style>
background-color css
<style>
a { background-color: #4F040F; }
a { background-color: rgb(79,4,15); }
div.DivClassName
{
background-color: #4F040F;
}
.BgClassName
{
background-color: #4F040F;
}
</style>
border-color css
<style>
span { border-color: #4F040F; }
span { border-color: rgb(79,4,15); }
td.TdClassName
{
border-color: #4F040F;
}
.TagClassName
{
border-color: #4F040F;
}
</style>