Shades of Rustic Red #3B0209
Tints of Rustic Red #3B0209
RGB
CMYK
RGB Variations
Color information
#3B0209 (or 0x3B0209) is known color: Rustic Red. HEX triplet: 3B, 02 and 09. RGB value is (59,2,9). Sum of RGB (Red+Green+Blue) = 59+2+9=70 (9% of max value = 765). Red value is 59 (23.44% from 255 or 84.29% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0209 is #C4FDF6. Grayscale: #131313. Windows color (decimal): -12910071 or 590395. OLE color: 590395.
HSL color Cylindrical-coordinate representation of color #3B0209: hue angle of 352.63º 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 #3B0209 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 9 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.77 |
| HSL | 352.63º | 0.93% | 0.12% | - |
| HSV(B) | 352.63º | 0.97% | 0.23% | - |
| XYZ | 1.87 | 0.99 | 0.35 | - |
| YUV | 19.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 9 | 0 | 0.97 | 0.85 | 0.77 | 352.63 | 0.93 | 0.12 |
| Hex | 3B | 2 | 9 | 0 | 61 | 55 | 4D | 161 | 5D | C |
| Octal | 73 | 2 | 11 | 0 | 141 | 125 | 115 | 541 | 135 | 14 |
| Binary | 111011 | 10 | 1001 | 0 | 1100001 | 1010101 | 1001101 | 101100001 | 1011101 | 1100 |
Color Harmonies of #3B0209
Complementary color
Monochromatic Colors of #3B0209
Black with #3B0209
Text Example
Text Example
White with #3B0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0209; }
p { color: rgb(59,2,9); }
H1.HeaderClassName
{
color: #3B0209;
}
.AnyTagClassName
{
color: #3B0209;
}
</style>
background-color css
<style>
a { background-color: #3B0209; }
a { background-color: rgb(59,2,9); }
div.DivClassName
{
background-color: #3B0209;
}
.BgClassName
{
background-color: #3B0209;
}
</style>
border-color css
<style>
span { border-color: #3B0209; }
span { border-color: rgb(59,2,9); }
td.TdClassName
{
border-color: #3B0209;
}
.TagClassName
{
border-color: #3B0209;
}
</style>