Shades of Rustic Red #3B0B13
Tints of Rustic Red #3B0B13
RGB
CMYK
RGB Variations
Color information
#3B0B13 (or 0x3B0B13) is known color: Rustic Red. HEX triplet: 3B, 0B and 13. RGB value is (59,11,19). Sum of RGB (Red+Green+Blue) = 59+11+19=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0B13 is #C4F4EC. Grayscale: #1A1A1A. Windows color (decimal): -12907757 or 1248059. OLE color: 1248059.
HSL color Cylindrical-coordinate representation of color #3B0B13: hue angle of 350º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0B13 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 11 | 19 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.77 |
| HSL | 350º | 0.69% | 0.14% | - |
| HSV(B) | 350º | 0.81% | 0.23% | - |
| XYZ | 2.04 | 1.22 | 0.74 | - |
| YUV | 26.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 19 | 0 | 0.81 | 0.68 | 0.77 | 350 | 0.69 | 0.14 |
| Hex | 3B | B | 13 | 0 | 51 | 44 | 4D | 15E | 45 | E |
| Octal | 73 | 13 | 23 | 0 | 121 | 104 | 115 | 536 | 105 | 16 |
| Binary | 111011 | 1011 | 10011 | 0 | 1010001 | 1000100 | 1001101 | 101011110 | 1000101 | 1110 |
Color Harmonies of #3B0B13
Complementary color
Monochromatic Colors of #3B0B13
Black with #3B0B13
Text Example
Text Example
White with #3B0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B13; }
p { color: rgb(59,11,19); }
H1.HeaderClassName
{
color: #3B0B13;
}
.AnyTagClassName
{
color: #3B0B13;
}
</style>
background-color css
<style>
a { background-color: #3B0B13; }
a { background-color: rgb(59,11,19); }
div.DivClassName
{
background-color: #3B0B13;
}
.BgClassName
{
background-color: #3B0B13;
}
</style>
border-color css
<style>
span { border-color: #3B0B13; }
span { border-color: rgb(59,11,19); }
td.TdClassName
{
border-color: #3B0B13;
}
.TagClassName
{
border-color: #3B0B13;
}
</style>