Shades of Rustic Red #4F0206
Tints of Rustic Red #4F0206
RGB
CMYK
RGB Variations
Color information
#4F0206 (or 0x4F0206) is known color: Rustic Red. HEX triplet: 4F, 02 and 06. RGB value is (79,2,6). Sum of RGB (Red+Green+Blue) = 79+2+6=87 (11% of max value = 765). Red value is 79 (31.25% from 255 or 90.80% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0206 is #B0FDF9. Grayscale: #191919. Windows color (decimal): -11599354 or 393807. OLE color: 393807.
HSL color Cylindrical-coordinate representation of color #4F0206: hue angle of 356.88º 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 #4F0206 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 6 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.69 |
| HSL | 356.88º | 0.95% | 0.16% | - |
| HSV(B) | 356.88º | 0.97% | 0.31% | - |
| XYZ | 3.28 | 1.72 | 0.33 | - |
| YUV | 25.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 6 | 0 | 0.97 | 0.92 | 0.69 | 356.88 | 0.95 | 0.16 |
| Hex | 4F | 2 | 6 | 0 | 61 | 5C | 45 | 165 | 5F | 10 |
| Octal | 117 | 2 | 6 | 0 | 141 | 134 | 105 | 545 | 137 | 20 |
| Binary | 1001111 | 10 | 110 | 0 | 1100001 | 1011100 | 1000101 | 101100101 | 1011111 | 10000 |
Color Harmonies of #4F0206
Complementary color
Monochromatic Colors of #4F0206
Black with #4F0206
Text Example
Text Example
White with #4F0206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0206; }
p { color: rgb(79,2,6); }
H1.HeaderClassName
{
color: #4F0206;
}
.AnyTagClassName
{
color: #4F0206;
}
</style>
background-color css
<style>
a { background-color: #4F0206; }
a { background-color: rgb(79,2,6); }
div.DivClassName
{
background-color: #4F0206;
}
.BgClassName
{
background-color: #4F0206;
}
</style>
border-color css
<style>
span { border-color: #4F0206; }
span { border-color: rgb(79,2,6); }
td.TdClassName
{
border-color: #4F0206;
}
.TagClassName
{
border-color: #4F0206;
}
</style>