Shades of Rustic Red #3B090E
Tints of Rustic Red #3B090E
RGB
CMYK
RGB Variations
Color information
#3B090E (or 0x3B090E) is known color: Rustic Red. HEX triplet: 3B, 09 and 0E. RGB value is (59,9,14). Sum of RGB (Red+Green+Blue) = 59+9+14=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B090E is #C4F6F1. Grayscale: #181818. Windows color (decimal): -12908274 or 919867. OLE color: 919867.
HSL color Cylindrical-coordinate representation of color #3B090E: hue angle of 354º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B090E is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 14 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.77 |
| HSL | 354º | 0.74% | 0.13% | - |
| HSV(B) | 354º | 0.85% | 0.23% | - |
| XYZ | 1.98 | 1.16 | 0.53 | - |
| YUV | 24.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 14 | 0 | 0.85 | 0.76 | 0.77 | 354 | 0.74 | 0.13 |
| Hex | 3B | 9 | E | 0 | 55 | 4C | 4D | 162 | 4A | D |
| Octal | 73 | 11 | 16 | 0 | 125 | 114 | 115 | 542 | 112 | 15 |
| Binary | 111011 | 1001 | 1110 | 0 | 1010101 | 1001100 | 1001101 | 101100010 | 1001010 | 1101 |
Color Harmonies of #3B090E
Complementary color
Monochromatic Colors of #3B090E
Black with #3B090E
Text Example
Text Example
White with #3B090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B090E; }
p { color: rgb(59,9,14); }
H1.HeaderClassName
{
color: #3B090E;
}
.AnyTagClassName
{
color: #3B090E;
}
</style>
background-color css
<style>
a { background-color: #3B090E; }
a { background-color: rgb(59,9,14); }
div.DivClassName
{
background-color: #3B090E;
}
.BgClassName
{
background-color: #3B090E;
}
</style>
border-color css
<style>
span { border-color: #3B090E; }
span { border-color: rgb(59,9,14); }
td.TdClassName
{
border-color: #3B090E;
}
.TagClassName
{
border-color: #3B090E;
}
</style>