Shades of Rustic Red #3B000E
Tints of Rustic Red #3B000E
RGB
CMYK
RGB Variations
Color information
#3B000E (or 0x3B000E) is known color: Rustic Red. HEX triplet: 3B, 00 and 0E. RGB value is (59,0,14). Sum of RGB (Red+Green+Blue) = 59+0+14=73 (9% of max value = 765). Red value is 59 (23.44% from 255 or 80.82% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 59 - color contains mainly: red. Hex color #3B000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B000E is #C4FFF1. Grayscale: #131313. Windows color (decimal): -12910578 or 917563. OLE color: 917563.
HSL color Cylindrical-coordinate representation of color #3B000E: hue angle of 345.76º 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 #3B000E is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.76 | 0.77 |
| HSL | 345.76º | 1% | 0.12% | - |
| HSV(B) | 345.76º | 1% | 0.23% | - |
| XYZ | 1.88 | 0.96 | 0.5 | - |
| YUV | 19.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 14 | 0 | 1 | 0.76 | 0.77 | 345.76 | 1 | 0.12 |
| Hex | 3B | 0 | E | 0 | 64 | 4C | 4D | 15A | 64 | C |
| Octal | 73 | 0 | 16 | 0 | 144 | 114 | 115 | 532 | 144 | 14 |
| Binary | 111011 | 0 | 1110 | 0 | 1100100 | 1001100 | 1001101 | 101011010 | 1100100 | 1100 |
Color Harmonies of #3B000E
Complementary color
Monochromatic Colors of #3B000E
Black with #3B000E
Text Example
Text Example
White with #3B000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B000E; }
p { color: rgb(59,0,14); }
H1.HeaderClassName
{
color: #3B000E;
}
.AnyTagClassName
{
color: #3B000E;
}
</style>
background-color css
<style>
a { background-color: #3B000E; }
a { background-color: rgb(59,0,14); }
div.DivClassName
{
background-color: #3B000E;
}
.BgClassName
{
background-color: #3B000E;
}
</style>
border-color css
<style>
span { border-color: #3B000E; }
span { border-color: rgb(59,0,14); }
td.TdClassName
{
border-color: #3B000E;
}
.TagClassName
{
border-color: #3B000E;
}
</style>