Shades of Rustic Red #4F090A
Tints of Rustic Red #4F090A
RGB
CMYK
RGB Variations
Color information
#4F090A (or 0x4F090A) is known color: Rustic Red. HEX triplet: 4F, 09 and 0A. RGB value is (79,9,10). Sum of RGB (Red+Green+Blue) = 79+9+10=98 (12% of max value = 765). Red value is 79 (31.25% from 255 or 80.61% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 79 - color contains mainly: red. Hex color #4F090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F090A is #B0F6F5. Grayscale: #1E1E1E. Windows color (decimal): -11597558 or 657743. OLE color: 657743.
HSL color Cylindrical-coordinate representation of color #4F090A: hue angle of 359.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F090A is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 9 | 10 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.69 |
| HSL | 359.14º | 0.8% | 0.17% | - |
| HSV(B) | 359.14º | 0.89% | 0.31% | - |
| XYZ | 3.38 | 1.88 | 0.47 | - |
| YUV | 30.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 10 | 0 | 0.89 | 0.87 | 0.69 | 359.14 | 0.8 | 0.17 |
| Hex | 4F | 9 | A | 0 | 59 | 57 | 45 | 167 | 50 | 11 |
| Octal | 117 | 11 | 12 | 0 | 131 | 127 | 105 | 547 | 120 | 21 |
| Binary | 1001111 | 1001 | 1010 | 0 | 1011001 | 1010111 | 1000101 | 101100111 | 1010000 | 10001 |
Color Harmonies of #4F090A
Complementary color
Monochromatic Colors of #4F090A
Black with #4F090A
Text Example
Text Example
White with #4F090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F090A; }
p { color: rgb(79,9,10); }
H1.HeaderClassName
{
color: #4F090A;
}
.AnyTagClassName
{
color: #4F090A;
}
</style>
background-color css
<style>
a { background-color: #4F090A; }
a { background-color: rgb(79,9,10); }
div.DivClassName
{
background-color: #4F090A;
}
.BgClassName
{
background-color: #4F090A;
}
</style>
border-color css
<style>
span { border-color: #4F090A; }
span { border-color: rgb(79,9,10); }
td.TdClassName
{
border-color: #4F090A;
}
.TagClassName
{
border-color: #4F090A;
}
</style>