Shades of Rustic Red #4F0A0D
Tints of Rustic Red #4F0A0D
RGB
CMYK
RGB Variations
Color information
#4F0A0D (or 0x4F0A0D) is known color: Rustic Red. HEX triplet: 4F, 0A and 0D. RGB value is (79,10,13). Sum of RGB (Red+Green+Blue) = 79+10+13=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A0D is #B0F5F2. Grayscale: #1F1F1F. Windows color (decimal): -11597299 or 854607. OLE color: 854607.
HSL color Cylindrical-coordinate representation of color #4F0A0D: hue angle of 357.39º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F0A0D is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 10 | 13 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.69 |
| HSL | 357.39º | 0.78% | 0.17% | - |
| HSV(B) | 357.39º | 0.87% | 0.31% | - |
| XYZ | 3.41 | 1.91 | 0.57 | - |
| YUV | 30.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 13 | 0 | 0.87 | 0.84 | 0.69 | 357.39 | 0.78 | 0.17 |
| Hex | 4F | A | D | 0 | 57 | 54 | 45 | 165 | 4E | 11 |
| Octal | 117 | 12 | 15 | 0 | 127 | 124 | 105 | 545 | 116 | 21 |
| Binary | 1001111 | 1010 | 1101 | 0 | 1010111 | 1010100 | 1000101 | 101100101 | 1001110 | 10001 |
Color Harmonies of #4F0A0D
Complementary color
Monochromatic Colors of #4F0A0D
Black with #4F0A0D
Text Example
Text Example
White with #4F0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0A0D; }
p { color: rgb(79,10,13); }
H1.HeaderClassName
{
color: #4F0A0D;
}
.AnyTagClassName
{
color: #4F0A0D;
}
</style>
background-color css
<style>
a { background-color: #4F0A0D; }
a { background-color: rgb(79,10,13); }
div.DivClassName
{
background-color: #4F0A0D;
}
.BgClassName
{
background-color: #4F0A0D;
}
</style>
border-color css
<style>
span { border-color: #4F0A0D; }
span { border-color: rgb(79,10,13); }
td.TdClassName
{
border-color: #4F0A0D;
}
.TagClassName
{
border-color: #4F0A0D;
}
</style>