Shades of Rustic Red #4F0005
Tints of Rustic Red #4F0005
RGB
CMYK
RGB Variations
Color information
#4F0005 (or 0x4F0005) is known color: Rustic Red. HEX triplet: 4F, 00 and 05. RGB value is (79,0,5). Sum of RGB (Red+Green+Blue) = 79+0+5=84 (11% of max value = 765). Red value is 79 (31.25% from 255 or 94.05% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0005 is #B0FFFA. Grayscale: #181818. Windows color (decimal): -11599867 or 327759. OLE color: 327759.
HSL color Cylindrical-coordinate representation of color #4F0005: hue angle of 356.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0005 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.94 | 0.69 |
| HSL | 356.2º | 1% | 0.15% | - |
| HSV(B) | 356.2º | 1% | 0.31% | - |
| XYZ | 3.25 | 1.67 | 0.3 | - |
| YUV | 24.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 5 | 0 | 1 | 0.94 | 0.69 | 356.2 | 1 | 0.15 |
| Hex | 4F | 0 | 5 | 0 | 64 | 5E | 45 | 164 | 64 | F |
| Octal | 117 | 0 | 5 | 0 | 144 | 136 | 105 | 544 | 144 | 17 |
| Binary | 1001111 | 0 | 101 | 0 | 1100100 | 1011110 | 1000101 | 101100100 | 1100100 | 1111 |
Color Harmonies of #4F0005
Complementary color
Monochromatic Colors of #4F0005
Black with #4F0005
Text Example
Text Example
White with #4F0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0005; }
p { color: rgb(79,0,5); }
H1.HeaderClassName
{
color: #4F0005;
}
.AnyTagClassName
{
color: #4F0005;
}
</style>
background-color css
<style>
a { background-color: #4F0005; }
a { background-color: rgb(79,0,5); }
div.DivClassName
{
background-color: #4F0005;
}
.BgClassName
{
background-color: #4F0005;
}
</style>
border-color css
<style>
span { border-color: #4F0005; }
span { border-color: rgb(79,0,5); }
td.TdClassName
{
border-color: #4F0005;
}
.TagClassName
{
border-color: #4F0005;
}
</style>