Shades of Rustic Red #3B0915
Tints of Rustic Red #3B0915
RGB
CMYK
RGB Variations
Color information
#3B0915 (or 0x3B0915) is known color: Rustic Red. HEX triplet: 3B, 09 and 15. RGB value is (59,9,21). Sum of RGB (Red+Green+Blue) = 59+9+21=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0915 is #C4F6EA. Grayscale: #191919. Windows color (decimal): -12908267 or 1378619. OLE color: 1378619.
HSL color Cylindrical-coordinate representation of color #3B0915: hue angle of 345.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0915 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 21 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.77 |
| HSL | 345.6º | 0.74% | 0.13% | - |
| HSV(B) | 345.6º | 0.85% | 0.23% | - |
| XYZ | 2.04 | 1.18 | 0.83 | - |
| YUV | 25.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 21 | 0 | 0.85 | 0.64 | 0.77 | 345.6 | 0.74 | 0.13 |
| Hex | 3B | 9 | 15 | 0 | 55 | 40 | 4D | 15A | 4A | D |
| Octal | 73 | 11 | 25 | 0 | 125 | 100 | 115 | 532 | 112 | 15 |
| Binary | 111011 | 1001 | 10101 | 0 | 1010101 | 1000000 | 1001101 | 101011010 | 1001010 | 1101 |
Color Harmonies of #3B0915
Complementary color
Monochromatic Colors of #3B0915
Black with #3B0915
Text Example
Text Example
White with #3B0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0915; }
p { color: rgb(59,9,21); }
H1.HeaderClassName
{
color: #3B0915;
}
.AnyTagClassName
{
color: #3B0915;
}
</style>
background-color css
<style>
a { background-color: #3B0915; }
a { background-color: rgb(59,9,21); }
div.DivClassName
{
background-color: #3B0915;
}
.BgClassName
{
background-color: #3B0915;
}
</style>
border-color css
<style>
span { border-color: #3B0915; }
span { border-color: rgb(59,9,21); }
td.TdClassName
{
border-color: #3B0915;
}
.TagClassName
{
border-color: #3B0915;
}
</style>