Shades of Rustic Red #3B020D
Tints of Rustic Red #3B020D
RGB
CMYK
RGB Variations
Color information
#3B020D (or 0x3B020D) is known color: Rustic Red. HEX triplet: 3B, 02 and 0D. RGB value is (59,2,13). Sum of RGB (Red+Green+Blue) = 59+2+13=74 (9% of max value = 765). Red value is 59 (23.44% from 255 or 79.73% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 59 - color contains mainly: red. Hex color #3B020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B020D is #C4FDF2. Grayscale: #141414. Windows color (decimal): -12910067 or 852539. OLE color: 852539.
HSL color Cylindrical-coordinate representation of color #3B020D: hue angle of 348.42º 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 #3B020D is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 13 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.77 |
| HSL | 348.42º | 0.93% | 0.12% | - |
| HSV(B) | 348.42º | 0.97% | 0.23% | - |
| XYZ | 1.9 | 1 | 0.47 | - |
| YUV | 20.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 13 | 0 | 0.97 | 0.78 | 0.77 | 348.42 | 0.93 | 0.12 |
| Hex | 3B | 2 | D | 0 | 61 | 4E | 4D | 15C | 5D | C |
| Octal | 73 | 2 | 15 | 0 | 141 | 116 | 115 | 534 | 135 | 14 |
| Binary | 111011 | 10 | 1101 | 0 | 1100001 | 1001110 | 1001101 | 101011100 | 1011101 | 1100 |
Color Harmonies of #3B020D
Complementary color
Monochromatic Colors of #3B020D
Black with #3B020D
Text Example
Text Example
White with #3B020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B020D; }
p { color: rgb(59,2,13); }
H1.HeaderClassName
{
color: #3B020D;
}
.AnyTagClassName
{
color: #3B020D;
}
</style>
background-color css
<style>
a { background-color: #3B020D; }
a { background-color: rgb(59,2,13); }
div.DivClassName
{
background-color: #3B020D;
}
.BgClassName
{
background-color: #3B020D;
}
</style>
border-color css
<style>
span { border-color: #3B020D; }
span { border-color: rgb(59,2,13); }
td.TdClassName
{
border-color: #3B020D;
}
.TagClassName
{
border-color: #3B020D;
}
</style>