Shades of Rustic Red #3B0215
Tints of Rustic Red #3B0215
RGB
CMYK
RGB Variations
Color information
#3B0215 (or 0x3B0215) is known color: Rustic Red. HEX triplet: 3B, 02 and 15. RGB value is (59,2,21). Sum of RGB (Red+Green+Blue) = 59+2+21=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0215 is #C4FDEA. Grayscale: #151515. Windows color (decimal): -12910059 or 1376827. OLE color: 1376827.
HSL color Cylindrical-coordinate representation of color #3B0215: hue angle of 340º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0215 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 21 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.77 |
| HSL | 340º | 0.93% | 0.12% | - |
| HSV(B) | 340º | 0.97% | 0.23% | - |
| XYZ | 1.96 | 1.03 | 0.8 | - |
| YUV | 21.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 21 | 0 | 0.97 | 0.64 | 0.77 | 340 | 0.93 | 0.12 |
| Hex | 3B | 2 | 15 | 0 | 61 | 40 | 4D | 154 | 5D | C |
| Octal | 73 | 2 | 25 | 0 | 141 | 100 | 115 | 524 | 135 | 14 |
| Binary | 111011 | 10 | 10101 | 0 | 1100001 | 1000000 | 1001101 | 101010100 | 1011101 | 1100 |
Color Harmonies of #3B0215
Complementary color
Monochromatic Colors of #3B0215
Black with #3B0215
Text Example
Text Example
White with #3B0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0215; }
p { color: rgb(59,2,21); }
H1.HeaderClassName
{
color: #3B0215;
}
.AnyTagClassName
{
color: #3B0215;
}
</style>
background-color css
<style>
a { background-color: #3B0215; }
a { background-color: rgb(59,2,21); }
div.DivClassName
{
background-color: #3B0215;
}
.BgClassName
{
background-color: #3B0215;
}
</style>
border-color css
<style>
span { border-color: #3B0215; }
span { border-color: rgb(59,2,21); }
td.TdClassName
{
border-color: #3B0215;
}
.TagClassName
{
border-color: #3B0215;
}
</style>