Shades of Rustic Red #3B1114
Tints of Rustic Red #3B1114
RGB
CMYK
RGB Variations
Color information
#3B1114 (or 0x3B1114) is known color: Rustic Red. HEX triplet: 3B, 11 and 14. RGB value is (59,17,20). Sum of RGB (Red+Green+Blue) = 59+17+20=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1114 is #C4EEEB. Grayscale: #1D1D1D. Windows color (decimal): -12906220 or 1315131. OLE color: 1315131.
HSL color Cylindrical-coordinate representation of color #3B1114: hue angle of 355.71º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B1114 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 20 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.77 |
| HSL | 355.71º | 0.55% | 0.15% | - |
| HSV(B) | 355.71º | 0.71% | 0.23% | - |
| XYZ | 2.13 | 1.38 | 0.82 | - |
| YUV | 29.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 20 | 0 | 0.71 | 0.66 | 0.77 | 355.71 | 0.55 | 0.15 |
| Hex | 3B | 11 | 14 | 0 | 47 | 42 | 4D | 164 | 37 | F |
| Octal | 73 | 21 | 24 | 0 | 107 | 102 | 115 | 544 | 67 | 17 |
| Binary | 111011 | 10001 | 10100 | 0 | 1000111 | 1000010 | 1001101 | 101100100 | 110111 | 1111 |
Color Harmonies of #3B1114
Complementary color
Monochromatic Colors of #3B1114
Black with #3B1114
Text Example
Text Example
White with #3B1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1114; }
p { color: rgb(59,17,20); }
H1.HeaderClassName
{
color: #3B1114;
}
.AnyTagClassName
{
color: #3B1114;
}
</style>
background-color css
<style>
a { background-color: #3B1114; }
a { background-color: rgb(59,17,20); }
div.DivClassName
{
background-color: #3B1114;
}
.BgClassName
{
background-color: #3B1114;
}
</style>
border-color css
<style>
span { border-color: #3B1114; }
span { border-color: rgb(59,17,20); }
td.TdClassName
{
border-color: #3B1114;
}
.TagClassName
{
border-color: #3B1114;
}
</style>