Shades of Rustic Red #4F090B
Tints of Rustic Red #4F090B
RGB
CMYK
RGB Variations
Color information
#4F090B (or 0x4F090B) is known color: Rustic Red. HEX triplet: 4F, 09 and 0B. RGB value is (79,9,11). Sum of RGB (Red+Green+Blue) = 79+9+11=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F090B is #B0F6F4. Grayscale: #1E1E1E. Windows color (decimal): -11597557 or 723279. OLE color: 723279.
HSL color Cylindrical-coordinate representation of color #4F090B: hue angle of 358.29º 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 #4F090B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 9 | 11 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.69 |
| HSL | 358.29º | 0.8% | 0.17% | - |
| HSV(B) | 358.29º | 0.89% | 0.31% | - |
| XYZ | 3.38 | 1.88 | 0.5 | - |
| YUV | 30.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 11 | 0 | 0.89 | 0.86 | 0.69 | 358.29 | 0.8 | 0.17 |
| Hex | 4F | 9 | B | 0 | 59 | 56 | 45 | 166 | 50 | 11 |
| Octal | 117 | 11 | 13 | 0 | 131 | 126 | 105 | 546 | 120 | 21 |
| Binary | 1001111 | 1001 | 1011 | 0 | 1011001 | 1010110 | 1000101 | 101100110 | 1010000 | 10001 |
Color Harmonies of #4F090B
Complementary color
Monochromatic Colors of #4F090B
Black with #4F090B
Text Example
Text Example
White with #4F090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F090B; }
p { color: rgb(79,9,11); }
H1.HeaderClassName
{
color: #4F090B;
}
.AnyTagClassName
{
color: #4F090B;
}
</style>
background-color css
<style>
a { background-color: #4F090B; }
a { background-color: rgb(79,9,11); }
div.DivClassName
{
background-color: #4F090B;
}
.BgClassName
{
background-color: #4F090B;
}
</style>
border-color css
<style>
span { border-color: #4F090B; }
span { border-color: rgb(79,9,11); }
td.TdClassName
{
border-color: #4F090B;
}
.TagClassName
{
border-color: #4F090B;
}
</style>