Shades of Rustic Red #3B050E
Tints of Rustic Red #3B050E
RGB
CMYK
RGB Variations
Color information
#3B050E (or 0x3B050E) is known color: Rustic Red. HEX triplet: 3B, 05 and 0E. RGB value is (59,5,14). Sum of RGB (Red+Green+Blue) = 59+5+14=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B050E is #C4FAF1. Grayscale: #161616. Windows color (decimal): -12909298 or 918843. OLE color: 918843.
HSL color Cylindrical-coordinate representation of color #3B050E: hue angle of 350º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B050E is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 5 | 14 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.77 |
| HSL | 350º | 0.84% | 0.13% | - |
| HSV(B) | 350º | 0.92% | 0.23% | - |
| XYZ | 1.94 | 1.07 | 0.52 | - |
| YUV | 22.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 14 | 0 | 0.92 | 0.76 | 0.77 | 350 | 0.84 | 0.13 |
| Hex | 3B | 5 | E | 0 | 5C | 4C | 4D | 15E | 54 | D |
| Octal | 73 | 5 | 16 | 0 | 134 | 114 | 115 | 536 | 124 | 15 |
| Binary | 111011 | 101 | 1110 | 0 | 1011100 | 1001100 | 1001101 | 101011110 | 1010100 | 1101 |
Color Harmonies of #3B050E
Complementary color
Monochromatic Colors of #3B050E
Black with #3B050E
Text Example
Text Example
White with #3B050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B050E; }
p { color: rgb(59,5,14); }
H1.HeaderClassName
{
color: #3B050E;
}
.AnyTagClassName
{
color: #3B050E;
}
</style>
background-color css
<style>
a { background-color: #3B050E; }
a { background-color: rgb(59,5,14); }
div.DivClassName
{
background-color: #3B050E;
}
.BgClassName
{
background-color: #3B050E;
}
</style>
border-color css
<style>
span { border-color: #3B050E; }
span { border-color: rgb(59,5,14); }
td.TdClassName
{
border-color: #3B050E;
}
.TagClassName
{
border-color: #3B050E;
}
</style>