Shades of Rustic Red #3B0611
Tints of Rustic Red #3B0611
RGB
CMYK
RGB Variations
Color information
#3B0611 (or 0x3B0611) is known color: Rustic Red. HEX triplet: 3B, 06 and 11. RGB value is (59,6,17). Sum of RGB (Red+Green+Blue) = 59+6+17=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0611 is #C4F9EE. Grayscale: #171717. Windows color (decimal): -12909039 or 1115707. OLE color: 1115707.
HSL color Cylindrical-coordinate representation of color #3B0611: hue angle of 347.55º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0611 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 6 | 17 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.77 |
| HSL | 347.55º | 0.82% | 0.13% | - |
| HSV(B) | 347.55º | 0.9% | 0.23% | - |
| XYZ | 1.97 | 1.1 | 0.64 | - |
| YUV | 23.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 17 | 0 | 0.90 | 0.71 | 0.77 | 347.55 | 0.82 | 0.13 |
| Hex | 3B | 6 | 11 | 0 | 5A | 47 | 4D | 15C | 52 | D |
| Octal | 73 | 6 | 21 | 0 | 132 | 107 | 115 | 534 | 122 | 15 |
| Binary | 111011 | 110 | 10001 | 0 | 1011010 | 1000111 | 1001101 | 101011100 | 1010010 | 1101 |
Color Harmonies of #3B0611
Complementary color
Monochromatic Colors of #3B0611
Black with #3B0611
Text Example
Text Example
White with #3B0611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0611; }
p { color: rgb(59,6,17); }
H1.HeaderClassName
{
color: #3B0611;
}
.AnyTagClassName
{
color: #3B0611;
}
</style>
background-color css
<style>
a { background-color: #3B0611; }
a { background-color: rgb(59,6,17); }
div.DivClassName
{
background-color: #3B0611;
}
.BgClassName
{
background-color: #3B0611;
}
</style>
border-color css
<style>
span { border-color: #3B0611; }
span { border-color: rgb(59,6,17); }
td.TdClassName
{
border-color: #3B0611;
}
.TagClassName
{
border-color: #3B0611;
}
</style>