Shades of Rustic Red #3B0112
Tints of Rustic Red #3B0112
RGB
CMYK
RGB Variations
Color information
#3B0112 (or 0x3B0112) is known color: Rustic Red. HEX triplet: 3B, 01 and 12. RGB value is (59,1,18). Sum of RGB (Red+Green+Blue) = 59+1+18=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0112 is #C4FEED. Grayscale: #141414. Windows color (decimal): -12910318 or 1179963. OLE color: 1179963.
HSL color Cylindrical-coordinate representation of color #3B0112: hue angle of 342.41º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0112 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 18 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.77 |
| HSL | 342.41º | 0.97% | 0.12% | - |
| HSV(B) | 342.41º | 0.98% | 0.23% | - |
| XYZ | 1.92 | 1 | 0.66 | - |
| YUV | 20.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 18 | 0 | 0.98 | 0.69 | 0.77 | 342.41 | 0.97 | 0.12 |
| Hex | 3B | 1 | 12 | 0 | 62 | 45 | 4D | 156 | 61 | C |
| Octal | 73 | 1 | 22 | 0 | 142 | 105 | 115 | 526 | 141 | 14 |
| Binary | 111011 | 1 | 10010 | 0 | 1100010 | 1000101 | 1001101 | 101010110 | 1100001 | 1100 |
Color Harmonies of #3B0112
Complementary color
Monochromatic Colors of #3B0112
Black with #3B0112
Text Example
Text Example
White with #3B0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0112; }
p { color: rgb(59,1,18); }
H1.HeaderClassName
{
color: #3B0112;
}
.AnyTagClassName
{
color: #3B0112;
}
</style>
background-color css
<style>
a { background-color: #3B0112; }
a { background-color: rgb(59,1,18); }
div.DivClassName
{
background-color: #3B0112;
}
.BgClassName
{
background-color: #3B0112;
}
</style>
border-color css
<style>
span { border-color: #3B0112; }
span { border-color: rgb(59,1,18); }
td.TdClassName
{
border-color: #3B0112;
}
.TagClassName
{
border-color: #3B0112;
}
</style>