Shades of Rustic Red #3B0607
Tints of Rustic Red #3B0607
RGB
CMYK
RGB Variations
Color information
#3B0607 (or 0x3B0607) is known color: Rustic Red. HEX triplet: 3B, 06 and 07. RGB value is (59,6,7). Sum of RGB (Red+Green+Blue) = 59+6+7=72 (9% of max value = 765). Red value is 59 (23.44% from 255 or 81.94% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0607 is #C4F9F8. Grayscale: #161616. Windows color (decimal): -12909049 or 460347. OLE color: 460347.
HSL color Cylindrical-coordinate representation of color #3B0607: hue angle of 358.87º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0607 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 6 | 7 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.77 |
| HSL | 358.87º | 0.82% | 0.13% | - |
| HSV(B) | 358.87º | 0.9% | 0.23% | - |
| XYZ | 1.91 | 1.08 | 0.31 | - |
| YUV | 21.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 7 | 0 | 0.90 | 0.88 | 0.77 | 358.87 | 0.82 | 0.13 |
| Hex | 3B | 6 | 7 | 0 | 5A | 58 | 4D | 167 | 52 | D |
| Octal | 73 | 6 | 7 | 0 | 132 | 130 | 115 | 547 | 122 | 15 |
| Binary | 111011 | 110 | 111 | 0 | 1011010 | 1011000 | 1001101 | 101100111 | 1010010 | 1101 |
Color Harmonies of #3B0607
Complementary color
Monochromatic Colors of #3B0607
Black with #3B0607
Text Example
Text Example
White with #3B0607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0607; }
p { color: rgb(59,6,7); }
H1.HeaderClassName
{
color: #3B0607;
}
.AnyTagClassName
{
color: #3B0607;
}
</style>
background-color css
<style>
a { background-color: #3B0607; }
a { background-color: rgb(59,6,7); }
div.DivClassName
{
background-color: #3B0607;
}
.BgClassName
{
background-color: #3B0607;
}
</style>
border-color css
<style>
span { border-color: #3B0607; }
span { border-color: rgb(59,6,7); }
td.TdClassName
{
border-color: #3B0607;
}
.TagClassName
{
border-color: #3B0607;
}
</style>