Shades of Rustic Red #3B1119
Tints of Rustic Red #3B1119
RGB
CMYK
RGB Variations
Color information
#3B1119 (or 0x3B1119) is known color: Rustic Red. HEX triplet: 3B, 11 and 19. RGB value is (59,17,25). Sum of RGB (Red+Green+Blue) = 59+17+25=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1119 is #C4EEE6. Grayscale: #1E1E1E. Windows color (decimal): -12906215 or 1642811. OLE color: 1642811.
HSL color Cylindrical-coordinate representation of color #3B1119: hue angle of 348.57º 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 #3B1119 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 25 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.77 |
| HSL | 348.57º | 0.55% | 0.15% | - |
| HSV(B) | 348.57º | 0.71% | 0.23% | - |
| XYZ | 2.18 | 1.4 | 1.08 | - |
| YUV | 30.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 25 | 0 | 0.71 | 0.58 | 0.77 | 348.57 | 0.55 | 0.15 |
| Hex | 3B | 11 | 19 | 0 | 47 | 3A | 4D | 15D | 37 | F |
| Octal | 73 | 21 | 31 | 0 | 107 | 72 | 115 | 535 | 67 | 17 |
| Binary | 111011 | 10001 | 11001 | 0 | 1000111 | 111010 | 1001101 | 101011101 | 110111 | 1111 |
Color Harmonies of #3B1119
Complementary color
Monochromatic Colors of #3B1119
Black with #3B1119
Text Example
Text Example
White with #3B1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1119; }
p { color: rgb(59,17,25); }
H1.HeaderClassName
{
color: #3B1119;
}
.AnyTagClassName
{
color: #3B1119;
}
</style>
background-color css
<style>
a { background-color: #3B1119; }
a { background-color: rgb(59,17,25); }
div.DivClassName
{
background-color: #3B1119;
}
.BgClassName
{
background-color: #3B1119;
}
</style>
border-color css
<style>
span { border-color: #3B1119; }
span { border-color: rgb(59,17,25); }
td.TdClassName
{
border-color: #3B1119;
}
.TagClassName
{
border-color: #3B1119;
}
</style>