Shades of Rustic Red #3B020B
Tints of Rustic Red #3B020B
RGB
CMYK
RGB Variations
Color information
#3B020B (or 0x3B020B) is known color: Rustic Red. HEX triplet: 3B, 02 and 0B. RGB value is (59,2,11). Sum of RGB (Red+Green+Blue) = 59+2+11=72 (9% of max value = 765). Red value is 59 (23.44% from 255 or 81.94% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 59 - color contains mainly: red. Hex color #3B020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B020B is #C4FDF4. Grayscale: #141414. Windows color (decimal): -12910069 or 721467. OLE color: 721467.
HSL color Cylindrical-coordinate representation of color #3B020B: hue angle of 350.53º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B020B is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 11 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.77 |
| HSL | 350.53º | 0.93% | 0.12% | - |
| HSV(B) | 350.53º | 0.97% | 0.23% | - |
| XYZ | 1.89 | 1 | 0.41 | - |
| YUV | 20.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 11 | 0 | 0.97 | 0.81 | 0.77 | 350.53 | 0.93 | 0.12 |
| Hex | 3B | 2 | B | 0 | 61 | 51 | 4D | 15F | 5D | C |
| Octal | 73 | 2 | 13 | 0 | 141 | 121 | 115 | 537 | 135 | 14 |
| Binary | 111011 | 10 | 1011 | 0 | 1100001 | 1010001 | 1001101 | 101011111 | 1011101 | 1100 |
Color Harmonies of #3B020B
Complementary color
Monochromatic Colors of #3B020B
Black with #3B020B
Text Example
Text Example
White with #3B020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B020B; }
p { color: rgb(59,2,11); }
H1.HeaderClassName
{
color: #3B020B;
}
.AnyTagClassName
{
color: #3B020B;
}
</style>
background-color css
<style>
a { background-color: #3B020B; }
a { background-color: rgb(59,2,11); }
div.DivClassName
{
background-color: #3B020B;
}
.BgClassName
{
background-color: #3B020B;
}
</style>
border-color css
<style>
span { border-color: #3B020B; }
span { border-color: rgb(59,2,11); }
td.TdClassName
{
border-color: #3B020B;
}
.TagClassName
{
border-color: #3B020B;
}
</style>