Shades of Rustic Red #3B1519
Tints of Rustic Red #3B1519
RGB
CMYK
RGB Variations
Color information
#3B1519 (or 0x3B1519) is known color: Rustic Red. HEX triplet: 3B, 15 and 19. RGB value is (59,21,25). Sum of RGB (Red+Green+Blue) = 59+21+25=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1519 is #C4EAE6. Grayscale: #202020. Windows color (decimal): -12905191 or 1643835. OLE color: 1643835.
HSL color Cylindrical-coordinate representation of color #3B1519: hue angle of 353.68º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B1519 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 21 | 25 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.77 |
| HSL | 353.68º | 0.48% | 0.16% | - |
| HSV(B) | 353.68º | 0.64% | 0.23% | - |
| XYZ | 2.25 | 1.54 | 1.1 | - |
| YUV | 32.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 25 | 0 | 0.64 | 0.58 | 0.77 | 353.68 | 0.48 | 0.16 |
| Hex | 3B | 15 | 19 | 0 | 40 | 3A | 4D | 162 | 30 | 10 |
| Octal | 73 | 25 | 31 | 0 | 100 | 72 | 115 | 542 | 60 | 20 |
| Binary | 111011 | 10101 | 11001 | 0 | 1000000 | 111010 | 1001101 | 101100010 | 110000 | 10000 |
Color Harmonies of #3B1519
Complementary color
Monochromatic Colors of #3B1519
Black with #3B1519
Text Example
Text Example
White with #3B1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1519; }
p { color: rgb(59,21,25); }
H1.HeaderClassName
{
color: #3B1519;
}
.AnyTagClassName
{
color: #3B1519;
}
</style>
background-color css
<style>
a { background-color: #3B1519; }
a { background-color: rgb(59,21,25); }
div.DivClassName
{
background-color: #3B1519;
}
.BgClassName
{
background-color: #3B1519;
}
</style>
border-color css
<style>
span { border-color: #3B1519; }
span { border-color: rgb(59,21,25); }
td.TdClassName
{
border-color: #3B1519;
}
.TagClassName
{
border-color: #3B1519;
}
</style>