Shades of Rustic Red #4B090E
Tints of Rustic Red #4B090E
RGB
CMYK
RGB Variations
Color information
#4B090E (or 0x4B090E) is known color: Rustic Red. HEX triplet: 4B, 09 and 0E. RGB value is (75,9,14). Sum of RGB (Red+Green+Blue) = 75+9+14=98 (12% of max value = 765). Red value is 75 (29.69% from 255 or 76.53% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 75 - color contains mainly: red. Hex color #4B090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B090E is #B4F6F1. Grayscale: #1D1D1D. Windows color (decimal): -11859698 or 919883. OLE color: 919883.
HSL color Cylindrical-coordinate representation of color #4B090E: hue angle of 355.45º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B090E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 14 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.71 |
| HSL | 355.45º | 0.79% | 0.16% | - |
| HSV(B) | 355.45º | 0.88% | 0.29% | - |
| XYZ | 3.08 | 1.72 | 0.59 | - |
| YUV | 29.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 14 | 0 | 0.88 | 0.81 | 0.71 | 355.45 | 0.79 | 0.16 |
| Hex | 4B | 9 | E | 0 | 58 | 51 | 47 | 163 | 4F | 10 |
| Octal | 113 | 11 | 16 | 0 | 130 | 121 | 107 | 543 | 117 | 20 |
| Binary | 1001011 | 1001 | 1110 | 0 | 1011000 | 1010001 | 1000111 | 101100011 | 1001111 | 10000 |
Color Harmonies of #4B090E
Complementary color
Monochromatic Colors of #4B090E
Black with #4B090E
Text Example
Text Example
White with #4B090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B090E; }
p { color: rgb(75,9,14); }
H1.HeaderClassName
{
color: #4B090E;
}
.AnyTagClassName
{
color: #4B090E;
}
</style>
background-color css
<style>
a { background-color: #4B090E; }
a { background-color: rgb(75,9,14); }
div.DivClassName
{
background-color: #4B090E;
}
.BgClassName
{
background-color: #4B090E;
}
</style>
border-color css
<style>
span { border-color: #4B090E; }
span { border-color: rgb(75,9,14); }
td.TdClassName
{
border-color: #4B090E;
}
.TagClassName
{
border-color: #4B090E;
}
</style>