Shades of Rustic Red #4F040B
Tints of Rustic Red #4F040B
RGB
CMYK
RGB Variations
Color information
#4F040B (or 0x4F040B) is known color: Rustic Red. HEX triplet: 4F, 04 and 0B. RGB value is (79,4,11). Sum of RGB (Red+Green+Blue) = 79+4+11=94 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.04% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 79 - color contains mainly: red. Hex color #4F040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F040B is #B0FBF4. Grayscale: #1B1B1B. Windows color (decimal): -11598837 or 721999. OLE color: 721999.
HSL color Cylindrical-coordinate representation of color #4F040B: hue angle of 354.4º 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 #4F040B is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 11 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.69 |
| HSL | 354.4º | 0.9% | 0.16% | - |
| HSV(B) | 354.4º | 0.95% | 0.31% | - |
| XYZ | 3.33 | 1.77 | 0.48 | - |
| YUV | 27.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 11 | 0 | 0.95 | 0.86 | 0.69 | 354.4 | 0.9 | 0.16 |
| Hex | 4F | 4 | B | 0 | 5F | 56 | 45 | 162 | 5A | 10 |
| Octal | 117 | 4 | 13 | 0 | 137 | 126 | 105 | 542 | 132 | 20 |
| Binary | 1001111 | 100 | 1011 | 0 | 1011111 | 1010110 | 1000101 | 101100010 | 1011010 | 10000 |
Color Harmonies of #4F040B
Complementary color
Monochromatic Colors of #4F040B
Black with #4F040B
Text Example
Text Example
White with #4F040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F040B; }
p { color: rgb(79,4,11); }
H1.HeaderClassName
{
color: #4F040B;
}
.AnyTagClassName
{
color: #4F040B;
}
</style>
background-color css
<style>
a { background-color: #4F040B; }
a { background-color: rgb(79,4,11); }
div.DivClassName
{
background-color: #4F040B;
}
.BgClassName
{
background-color: #4F040B;
}
</style>
border-color css
<style>
span { border-color: #4F040B; }
span { border-color: rgb(79,4,11); }
td.TdClassName
{
border-color: #4F040B;
}
.TagClassName
{
border-color: #4F040B;
}
</style>