Shades of Rustic Red #4F010D
Tints of Rustic Red #4F010D
RGB
CMYK
RGB Variations
Color information
#4F010D (or 0x4F010D) is known color: Rustic Red. HEX triplet: 4F, 01 and 0D. RGB value is (79,1,13). Sum of RGB (Red+Green+Blue) = 79+1+13=93 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.95% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 79 - color contains mainly: red. Hex color #4F010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F010D is #B0FEF2. Grayscale: #191919. Windows color (decimal): -11599603 or 852303. OLE color: 852303.
HSL color Cylindrical-coordinate representation of color #4F010D: hue angle of 350.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F010D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.69 |
| HSL | 350.77º | 0.98% | 0.16% | - |
| HSV(B) | 350.77º | 0.99% | 0.31% | - |
| XYZ | 3.31 | 1.71 | 0.54 | - |
| YUV | 25.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 13 | 0 | 0.99 | 0.84 | 0.69 | 350.77 | 0.98 | 0.16 |
| Hex | 4F | 1 | D | 0 | 63 | 54 | 45 | 15F | 62 | 10 |
| Octal | 117 | 1 | 15 | 0 | 143 | 124 | 105 | 537 | 142 | 20 |
| Binary | 1001111 | 1 | 1101 | 0 | 1100011 | 1010100 | 1000101 | 101011111 | 1100010 | 10000 |
Color Harmonies of #4F010D
Complementary color
Monochromatic Colors of #4F010D
Black with #4F010D
Text Example
Text Example
White with #4F010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F010D; }
p { color: rgb(79,1,13); }
H1.HeaderClassName
{
color: #4F010D;
}
.AnyTagClassName
{
color: #4F010D;
}
</style>
background-color css
<style>
a { background-color: #4F010D; }
a { background-color: rgb(79,1,13); }
div.DivClassName
{
background-color: #4F010D;
}
.BgClassName
{
background-color: #4F010D;
}
</style>
border-color css
<style>
span { border-color: #4F010D; }
span { border-color: rgb(79,1,13); }
td.TdClassName
{
border-color: #4F010D;
}
.TagClassName
{
border-color: #4F010D;
}
</style>