Shades of Rustic Red #3B040F
Tints of Rustic Red #3B040F
RGB
CMYK
RGB Variations
Color information
#3B040F (or 0x3B040F) is known color: Rustic Red. HEX triplet: 3B, 04 and 0F. RGB value is (59,4,15). Sum of RGB (Red+Green+Blue) = 59+4+15=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B040F is #C4FBF0. Grayscale: #151515. Windows color (decimal): -12909553 or 984123. OLE color: 984123.
HSL color Cylindrical-coordinate representation of color #3B040F: hue angle of 348º 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 #3B040F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 4 | 15 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.77 |
| HSL | 348º | 0.87% | 0.12% | - |
| HSV(B) | 348º | 0.93% | 0.23% | - |
| XYZ | 1.93 | 1.05 | 0.55 | - |
| YUV | 21.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 15 | 0 | 0.93 | 0.75 | 0.77 | 348 | 0.87 | 0.12 |
| Hex | 3B | 4 | F | 0 | 5D | 4B | 4D | 15C | 57 | C |
| Octal | 73 | 4 | 17 | 0 | 135 | 113 | 115 | 534 | 127 | 14 |
| Binary | 111011 | 100 | 1111 | 0 | 1011101 | 1001011 | 1001101 | 101011100 | 1010111 | 1100 |
Color Harmonies of #3B040F
Complementary color
Monochromatic Colors of #3B040F
Black with #3B040F
Text Example
Text Example
White with #3B040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B040F; }
p { color: rgb(59,4,15); }
H1.HeaderClassName
{
color: #3B040F;
}
.AnyTagClassName
{
color: #3B040F;
}
</style>
background-color css
<style>
a { background-color: #3B040F; }
a { background-color: rgb(59,4,15); }
div.DivClassName
{
background-color: #3B040F;
}
.BgClassName
{
background-color: #3B040F;
}
</style>
border-color css
<style>
span { border-color: #3B040F; }
span { border-color: rgb(59,4,15); }
td.TdClassName
{
border-color: #3B040F;
}
.TagClassName
{
border-color: #3B040F;
}
</style>