Shades of Rustic Red #3B0009
Tints of Rustic Red #3B0009
RGB
CMYK
RGB Variations
Color information
#3B0009 (or 0x3B0009) is known color: Rustic Red. HEX triplet: 3B, 00 and 09. RGB value is (59,0,9). Sum of RGB (Red+Green+Blue) = 59+0+9=68 (9% of max value = 765). Red value is 59 (23.44% from 255 or 86.76% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0009 is #C4FFF6. Grayscale: #121212. Windows color (decimal): -12910583 or 589883. OLE color: 589883.
HSL color Cylindrical-coordinate representation of color #3B0009: hue angle of 350.85º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0009 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.85 | 0.77 |
| HSL | 350.85º | 1% | 0.12% | - |
| HSV(B) | 350.85º | 1% | 0.23% | - |
| XYZ | 1.85 | 0.95 | 0.34 | - |
| YUV | 18.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 9 | 0 | 1 | 0.85 | 0.77 | 350.85 | 1 | 0.12 |
| Hex | 3B | 0 | 9 | 0 | 64 | 55 | 4D | 15F | 64 | C |
| Octal | 73 | 0 | 11 | 0 | 144 | 125 | 115 | 537 | 144 | 14 |
| Binary | 111011 | 0 | 1001 | 0 | 1100100 | 1010101 | 1001101 | 101011111 | 1100100 | 1100 |
Color Harmonies of #3B0009
Complementary color
Monochromatic Colors of #3B0009
Black with #3B0009
Text Example
Text Example
White with #3B0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0009; }
p { color: rgb(59,0,9); }
H1.HeaderClassName
{
color: #3B0009;
}
.AnyTagClassName
{
color: #3B0009;
}
</style>
background-color css
<style>
a { background-color: #3B0009; }
a { background-color: rgb(59,0,9); }
div.DivClassName
{
background-color: #3B0009;
}
.BgClassName
{
background-color: #3B0009;
}
</style>
border-color css
<style>
span { border-color: #3B0009; }
span { border-color: rgb(59,0,9); }
td.TdClassName
{
border-color: #3B0009;
}
.TagClassName
{
border-color: #3B0009;
}
</style>