Shades of Rustic Red #3B0205
Tints of Rustic Red #3B0205
RGB
CMYK
RGB Variations
Color information
#3B0205 (or 0x3B0205) is known color: Rustic Red. HEX triplet: 3B, 02 and 05. RGB value is (59,2,5). Sum of RGB (Red+Green+Blue) = 59+2+5=66 (8% of max value = 765). Red value is 59 (23.44% from 255 or 89.39% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0205 is #C4FDFA. Grayscale: #131313. Windows color (decimal): -12910075 or 328251. OLE color: 328251.
HSL color Cylindrical-coordinate representation of color #3B0205: hue angle of 356.84º 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 #3B0205 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 5 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.77 |
| HSL | 356.84º | 0.93% | 0.12% | - |
| HSV(B) | 356.84º | 0.97% | 0.23% | - |
| XYZ | 1.85 | 0.98 | 0.24 | - |
| YUV | 19.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 5 | 0 | 0.97 | 0.92 | 0.77 | 356.84 | 0.93 | 0.12 |
| Hex | 3B | 2 | 5 | 0 | 61 | 5C | 4D | 165 | 5D | C |
| Octal | 73 | 2 | 5 | 0 | 141 | 134 | 115 | 545 | 135 | 14 |
| Binary | 111011 | 10 | 101 | 0 | 1100001 | 1011100 | 1001101 | 101100101 | 1011101 | 1100 |
Color Harmonies of #3B0205
Complementary color
Monochromatic Colors of #3B0205
Black with #3B0205
Text Example
Text Example
White with #3B0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0205; }
p { color: rgb(59,2,5); }
H1.HeaderClassName
{
color: #3B0205;
}
.AnyTagClassName
{
color: #3B0205;
}
</style>
background-color css
<style>
a { background-color: #3B0205; }
a { background-color: rgb(59,2,5); }
div.DivClassName
{
background-color: #3B0205;
}
.BgClassName
{
background-color: #3B0205;
}
</style>
border-color css
<style>
span { border-color: #3B0205; }
span { border-color: rgb(59,2,5); }
td.TdClassName
{
border-color: #3B0205;
}
.TagClassName
{
border-color: #3B0205;
}
</style>