Shades of Rustic Red #3B1012
Tints of Rustic Red #3B1012
RGB
CMYK
RGB Variations
Color information
#3B1012 (or 0x3B1012) is known color: Rustic Red. HEX triplet: 3B, 10 and 12. RGB value is (59,16,18). Sum of RGB (Red+Green+Blue) = 59+16+18=93 (12% of max value = 765). Red value is 59 (23.44% from 255 or 63.44% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1012 is #C4EFED. Grayscale: #1D1D1D. Windows color (decimal): -12906478 or 1183803. OLE color: 1183803.
HSL color Cylindrical-coordinate representation of color #3B1012: hue angle of 357.21º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1012 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 16 | 18 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.77 |
| HSL | 357.21º | 0.57% | 0.15% | - |
| HSV(B) | 357.21º | 0.73% | 0.23% | - |
| XYZ | 2.1 | 1.34 | 0.72 | - |
| YUV | 29.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 18 | 0 | 0.73 | 0.69 | 0.77 | 357.21 | 0.57 | 0.15 |
| Hex | 3B | 10 | 12 | 0 | 49 | 45 | 4D | 165 | 39 | F |
| Octal | 73 | 20 | 22 | 0 | 111 | 105 | 115 | 545 | 71 | 17 |
| Binary | 111011 | 10000 | 10010 | 0 | 1001001 | 1000101 | 1001101 | 101100101 | 111001 | 1111 |
Color Harmonies of #3B1012
Complementary color
Monochromatic Colors of #3B1012
Black with #3B1012
Text Example
Text Example
White with #3B1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1012; }
p { color: rgb(59,16,18); }
H1.HeaderClassName
{
color: #3B1012;
}
.AnyTagClassName
{
color: #3B1012;
}
</style>
background-color css
<style>
a { background-color: #3B1012; }
a { background-color: rgb(59,16,18); }
div.DivClassName
{
background-color: #3B1012;
}
.BgClassName
{
background-color: #3B1012;
}
</style>
border-color css
<style>
span { border-color: #3B1012; }
span { border-color: rgb(59,16,18); }
td.TdClassName
{
border-color: #3B1012;
}
.TagClassName
{
border-color: #3B1012;
}
</style>