Shades of Rustic Red #4F0205
Tints of Rustic Red #4F0205
RGB
CMYK
RGB Variations
Color information
#4F0205 (or 0x4F0205) is known color: Rustic Red. HEX triplet: 4F, 02 and 05. RGB value is (79,2,5). Sum of RGB (Red+Green+Blue) = 79+2+5=86 (11% of max value = 765). Red value is 79 (31.25% from 255 or 91.86% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0205 is #B0FDFA. Grayscale: #191919. Windows color (decimal): -11599355 or 328271. OLE color: 328271.
HSL color Cylindrical-coordinate representation of color #4F0205: hue angle of 357.66º 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 #4F0205 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 5 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.69 |
| HSL | 357.66º | 0.95% | 0.16% | - |
| HSV(B) | 357.66º | 0.97% | 0.31% | - |
| XYZ | 3.27 | 1.72 | 0.3 | - |
| YUV | 25.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 5 | 0 | 0.97 | 0.94 | 0.69 | 357.66 | 0.95 | 0.16 |
| Hex | 4F | 2 | 5 | 0 | 61 | 5E | 45 | 166 | 5F | 10 |
| Octal | 117 | 2 | 5 | 0 | 141 | 136 | 105 | 546 | 137 | 20 |
| Binary | 1001111 | 10 | 101 | 0 | 1100001 | 1011110 | 1000101 | 101100110 | 1011111 | 10000 |
Color Harmonies of #4F0205
Complementary color
Monochromatic Colors of #4F0205
Black with #4F0205
Text Example
Text Example
White with #4F0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0205; }
p { color: rgb(79,2,5); }
H1.HeaderClassName
{
color: #4F0205;
}
.AnyTagClassName
{
color: #4F0205;
}
</style>
background-color css
<style>
a { background-color: #4F0205; }
a { background-color: rgb(79,2,5); }
div.DivClassName
{
background-color: #4F0205;
}
.BgClassName
{
background-color: #4F0205;
}
</style>
border-color css
<style>
span { border-color: #4F0205; }
span { border-color: rgb(79,2,5); }
td.TdClassName
{
border-color: #4F0205;
}
.TagClassName
{
border-color: #4F0205;
}
</style>