Shades of Rustic Red #4F0C0E
Tints of Rustic Red #4F0C0E
RGB
CMYK
RGB Variations
Color information
#4F0C0E (or 0x4F0C0E) is known color: Rustic Red. HEX triplet: 4F, 0C and 0E. RGB value is (79,12,14). Sum of RGB (Red+Green+Blue) = 79+12+14=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0C0E is #B0F3F1. Grayscale: #202020. Windows color (decimal): -11596786 or 920655. OLE color: 920655.
HSL color Cylindrical-coordinate representation of color #4F0C0E: hue angle of 358.21º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F0C0E is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 12 | 14 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.69 |
| HSL | 358.21º | 0.74% | 0.18% | - |
| HSV(B) | 358.21º | 0.85% | 0.31% | - |
| XYZ | 3.44 | 1.96 | 0.61 | - |
| YUV | 32.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 14 | 0 | 0.85 | 0.82 | 0.69 | 358.21 | 0.74 | 0.18 |
| Hex | 4F | C | E | 0 | 55 | 52 | 45 | 166 | 4A | 12 |
| Octal | 117 | 14 | 16 | 0 | 125 | 122 | 105 | 546 | 112 | 22 |
| Binary | 1001111 | 1100 | 1110 | 0 | 1010101 | 1010010 | 1000101 | 101100110 | 1001010 | 10010 |
Color Harmonies of #4F0C0E
Complementary color
Monochromatic Colors of #4F0C0E
Black with #4F0C0E
Text Example
Text Example
White with #4F0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0C0E; }
p { color: rgb(79,12,14); }
H1.HeaderClassName
{
color: #4F0C0E;
}
.AnyTagClassName
{
color: #4F0C0E;
}
</style>
background-color css
<style>
a { background-color: #4F0C0E; }
a { background-color: rgb(79,12,14); }
div.DivClassName
{
background-color: #4F0C0E;
}
.BgClassName
{
background-color: #4F0C0E;
}
</style>
border-color css
<style>
span { border-color: #4F0C0E; }
span { border-color: rgb(79,12,14); }
td.TdClassName
{
border-color: #4F0C0E;
}
.TagClassName
{
border-color: #4F0C0E;
}
</style>