Shades of Rustic Red #3B040B
Tints of Rustic Red #3B040B
RGB
CMYK
RGB Variations
Color information
#3B040B (or 0x3B040B) is known color: Rustic Red. HEX triplet: 3B, 04 and 0B. RGB value is (59,4,11). Sum of RGB (Red+Green+Blue) = 59+4+11=74 (9% of max value = 765). Red value is 59 (23.44% from 255 or 79.73% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 59 - color contains mainly: red. Hex color #3B040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B040B is #C4FBF4. Grayscale: #151515. Windows color (decimal): -12909557 or 721979. OLE color: 721979.
HSL color Cylindrical-coordinate representation of color #3B040B: hue angle of 352.36º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B040B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 4 | 11 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.77 |
| HSL | 352.36º | 0.87% | 0.12% | - |
| HSV(B) | 352.36º | 0.93% | 0.23% | - |
| XYZ | 1.91 | 1.04 | 0.42 | - |
| YUV | 21.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 11 | 0 | 0.93 | 0.81 | 0.77 | 352.36 | 0.87 | 0.12 |
| Hex | 3B | 4 | B | 0 | 5D | 51 | 4D | 160 | 57 | C |
| Octal | 73 | 4 | 13 | 0 | 135 | 121 | 115 | 540 | 127 | 14 |
| Binary | 111011 | 100 | 1011 | 0 | 1011101 | 1010001 | 1001101 | 101100000 | 1010111 | 1100 |
Color Harmonies of #3B040B
Complementary color
Monochromatic Colors of #3B040B
Black with #3B040B
Text Example
Text Example
White with #3B040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B040B; }
p { color: rgb(59,4,11); }
H1.HeaderClassName
{
color: #3B040B;
}
.AnyTagClassName
{
color: #3B040B;
}
</style>
background-color css
<style>
a { background-color: #3B040B; }
a { background-color: rgb(59,4,11); }
div.DivClassName
{
background-color: #3B040B;
}
.BgClassName
{
background-color: #3B040B;
}
</style>
border-color css
<style>
span { border-color: #3B040B; }
span { border-color: rgb(59,4,11); }
td.TdClassName
{
border-color: #3B040B;
}
.TagClassName
{
border-color: #3B040B;
}
</style>