Shades of Rustic Red #3B0711
Tints of Rustic Red #3B0711
RGB
CMYK
RGB Variations
Color information
#3B0711 (or 0x3B0711) is known color: Rustic Red. HEX triplet: 3B, 07 and 11. RGB value is (59,7,17). Sum of RGB (Red+Green+Blue) = 59+7+17=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0711 is #C4F8EE. Grayscale: #171717. Windows color (decimal): -12908783 or 1115963. OLE color: 1115963.
HSL color Cylindrical-coordinate representation of color #3B0711: hue angle of 348.46º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0711 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 7 | 17 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.77 |
| HSL | 348.46º | 0.79% | 0.13% | - |
| HSV(B) | 348.46º | 0.88% | 0.23% | - |
| XYZ | 1.98 | 1.12 | 0.64 | - |
| YUV | 23.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 17 | 0 | 0.88 | 0.71 | 0.77 | 348.46 | 0.79 | 0.13 |
| Hex | 3B | 7 | 11 | 0 | 58 | 47 | 4D | 15C | 4F | D |
| Octal | 73 | 7 | 21 | 0 | 130 | 107 | 115 | 534 | 117 | 15 |
| Binary | 111011 | 111 | 10001 | 0 | 1011000 | 1000111 | 1001101 | 101011100 | 1001111 | 1101 |
Color Harmonies of #3B0711
Complementary color
Monochromatic Colors of #3B0711
Black with #3B0711
Text Example
Text Example
White with #3B0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0711; }
p { color: rgb(59,7,17); }
H1.HeaderClassName
{
color: #3B0711;
}
.AnyTagClassName
{
color: #3B0711;
}
</style>
background-color css
<style>
a { background-color: #3B0711; }
a { background-color: rgb(59,7,17); }
div.DivClassName
{
background-color: #3B0711;
}
.BgClassName
{
background-color: #3B0711;
}
</style>
border-color css
<style>
span { border-color: #3B0711; }
span { border-color: rgb(59,7,17); }
td.TdClassName
{
border-color: #3B0711;
}
.TagClassName
{
border-color: #3B0711;
}
</style>