Shades of Rustic Red #4F020D
Tints of Rustic Red #4F020D
RGB
CMYK
RGB Variations
Color information
#4F020D (or 0x4F020D) is known color: Rustic Red. HEX triplet: 4F, 02 and 0D. RGB value is (79,2,13). Sum of RGB (Red+Green+Blue) = 79+2+13=94 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.04% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 79 - color contains mainly: red. Hex color #4F020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F020D is #B0FDF2. Grayscale: #1A1A1A. Windows color (decimal): -11599347 or 852559. OLE color: 852559.
HSL color Cylindrical-coordinate representation of color #4F020D: hue angle of 351.43º 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 #4F020D is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 13 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.69 |
| HSL | 351.43º | 0.95% | 0.16% | - |
| HSV(B) | 351.43º | 0.97% | 0.31% | - |
| XYZ | 3.32 | 1.73 | 0.54 | - |
| YUV | 26.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 13 | 0 | 0.97 | 0.84 | 0.69 | 351.43 | 0.95 | 0.16 |
| Hex | 4F | 2 | D | 0 | 61 | 54 | 45 | 15F | 5F | 10 |
| Octal | 117 | 2 | 15 | 0 | 141 | 124 | 105 | 537 | 137 | 20 |
| Binary | 1001111 | 10 | 1101 | 0 | 1100001 | 1010100 | 1000101 | 101011111 | 1011111 | 10000 |
Color Harmonies of #4F020D
Complementary color
Monochromatic Colors of #4F020D
Black with #4F020D
Text Example
Text Example
White with #4F020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F020D; }
p { color: rgb(79,2,13); }
H1.HeaderClassName
{
color: #4F020D;
}
.AnyTagClassName
{
color: #4F020D;
}
</style>
background-color css
<style>
a { background-color: #4F020D; }
a { background-color: rgb(79,2,13); }
div.DivClassName
{
background-color: #4F020D;
}
.BgClassName
{
background-color: #4F020D;
}
</style>
border-color css
<style>
span { border-color: #4F020D; }
span { border-color: rgb(79,2,13); }
td.TdClassName
{
border-color: #4F020D;
}
.TagClassName
{
border-color: #4F020D;
}
</style>