Shades of Rustic Red #3B0716
Tints of Rustic Red #3B0716
RGB
CMYK
RGB Variations
Color information
#3B0716 (or 0x3B0716) is known color: Rustic Red. HEX triplet: 3B, 07 and 16. RGB value is (59,7,22). Sum of RGB (Red+Green+Blue) = 59+7+22=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0716 is #C4F8E9. Grayscale: #181818. Windows color (decimal): -12908778 or 1443643. OLE color: 1443643.
HSL color Cylindrical-coordinate representation of color #3B0716: hue angle of 342.69º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0716 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 7 | 22 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.77 |
| HSL | 342.69º | 0.79% | 0.13% | - |
| HSV(B) | 342.69º | 0.88% | 0.23% | - |
| XYZ | 2.02 | 1.14 | 0.87 | - |
| YUV | 24.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 22 | 0 | 0.88 | 0.63 | 0.77 | 342.69 | 0.79 | 0.13 |
| Hex | 3B | 7 | 16 | 0 | 58 | 3F | 4D | 157 | 4F | D |
| Octal | 73 | 7 | 26 | 0 | 130 | 77 | 115 | 527 | 117 | 15 |
| Binary | 111011 | 111 | 10110 | 0 | 1011000 | 111111 | 1001101 | 101010111 | 1001111 | 1101 |
Color Harmonies of #3B0716
Complementary color
Monochromatic Colors of #3B0716
Black with #3B0716
Text Example
Text Example
White with #3B0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0716; }
p { color: rgb(59,7,22); }
H1.HeaderClassName
{
color: #3B0716;
}
.AnyTagClassName
{
color: #3B0716;
}
</style>
background-color css
<style>
a { background-color: #3B0716; }
a { background-color: rgb(59,7,22); }
div.DivClassName
{
background-color: #3B0716;
}
.BgClassName
{
background-color: #3B0716;
}
</style>
border-color css
<style>
span { border-color: #3B0716; }
span { border-color: rgb(59,7,22); }
td.TdClassName
{
border-color: #3B0716;
}
.TagClassName
{
border-color: #3B0716;
}
</style>