Shades of Rustic Red #4F020B
Tints of Rustic Red #4F020B
RGB
CMYK
RGB Variations
Color information
#4F020B (or 0x4F020B) is known color: Rustic Red. HEX triplet: 4F, 02 and 0B. RGB value is (79,2,11). Sum of RGB (Red+Green+Blue) = 79+2+11=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F020B is #B0FDF4. Grayscale: #1A1A1A. Windows color (decimal): -11599349 or 721487. OLE color: 721487.
HSL color Cylindrical-coordinate representation of color #4F020B: hue angle of 352.99º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F020B is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 11 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.69 |
| HSL | 352.99º | 0.95% | 0.16% | - |
| HSV(B) | 352.99º | 0.97% | 0.31% | - |
| XYZ | 3.31 | 1.73 | 0.48 | - |
| YUV | 26.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 11 | 0 | 0.97 | 0.86 | 0.69 | 352.99 | 0.95 | 0.16 |
| Hex | 4F | 2 | B | 0 | 61 | 56 | 45 | 161 | 5F | 10 |
| Octal | 117 | 2 | 13 | 0 | 141 | 126 | 105 | 541 | 137 | 20 |
| Binary | 1001111 | 10 | 1011 | 0 | 1100001 | 1010110 | 1000101 | 101100001 | 1011111 | 10000 |
Color Harmonies of #4F020B
Complementary color
Monochromatic Colors of #4F020B
Black with #4F020B
Text Example
Text Example
White with #4F020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F020B; }
p { color: rgb(79,2,11); }
H1.HeaderClassName
{
color: #4F020B;
}
.AnyTagClassName
{
color: #4F020B;
}
</style>
background-color css
<style>
a { background-color: #4F020B; }
a { background-color: rgb(79,2,11); }
div.DivClassName
{
background-color: #4F020B;
}
.BgClassName
{
background-color: #4F020B;
}
</style>
border-color css
<style>
span { border-color: #4F020B; }
span { border-color: rgb(79,2,11); }
td.TdClassName
{
border-color: #4F020B;
}
.TagClassName
{
border-color: #4F020B;
}
</style>