Shades of Rustic Red #3B111B
Tints of Rustic Red #3B111B
RGB
CMYK
RGB Variations
Color information
#3B111B (or 0x3B111B) is known color: Rustic Red. HEX triplet: 3B, 11 and 1B. RGB value is (59,17,27). Sum of RGB (Red+Green+Blue) = 59+17+27=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B111B is #C4EEE4. Grayscale: #1E1E1E. Windows color (decimal): -12906213 or 1773883. OLE color: 1773883.
HSL color Cylindrical-coordinate representation of color #3B111B: hue angle of 345.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 #3B111B is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 27 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.77 |
| HSL | 345.71º | 0.55% | 0.15% | - |
| HSV(B) | 345.71º | 0.71% | 0.23% | - |
| XYZ | 2.2 | 1.41 | 1.19 | - |
| YUV | 30.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 27 | 0 | 0.71 | 0.54 | 0.77 | 345.71 | 0.55 | 0.15 |
| Hex | 3B | 11 | 1B | 0 | 47 | 36 | 4D | 15A | 37 | F |
| Octal | 73 | 21 | 33 | 0 | 107 | 66 | 115 | 532 | 67 | 17 |
| Binary | 111011 | 10001 | 11011 | 0 | 1000111 | 110110 | 1001101 | 101011010 | 110111 | 1111 |
Color Harmonies of #3B111B
Complementary color
Monochromatic Colors of #3B111B
Black with #3B111B
Text Example
Text Example
White with #3B111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B111B; }
p { color: rgb(59,17,27); }
H1.HeaderClassName
{
color: #3B111B;
}
.AnyTagClassName
{
color: #3B111B;
}
</style>
background-color css
<style>
a { background-color: #3B111B; }
a { background-color: rgb(59,17,27); }
div.DivClassName
{
background-color: #3B111B;
}
.BgClassName
{
background-color: #3B111B;
}
</style>
border-color css
<style>
span { border-color: #3B111B; }
span { border-color: rgb(59,17,27); }
td.TdClassName
{
border-color: #3B111B;
}
.TagClassName
{
border-color: #3B111B;
}
</style>