Shades of Rustic Red #3B0111
Tints of Rustic Red #3B0111
RGB
CMYK
RGB Variations
Color information
#3B0111 (or 0x3B0111) is known color: Rustic Red. HEX triplet: 3B, 01 and 11. RGB value is (59,1,17). Sum of RGB (Red+Green+Blue) = 59+1+17=77 (10% of max value = 765). Red value is 59 (23.44% from 255 or 76.62% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0111 is #C4FEEE. Grayscale: #141414. Windows color (decimal): -12910319 or 1114427. OLE color: 1114427.
HSL color Cylindrical-coordinate representation of color #3B0111: hue angle of 343.45º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0111 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 17 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.77 |
| HSL | 343.45º | 0.97% | 0.12% | - |
| HSV(B) | 343.45º | 0.98% | 0.23% | - |
| XYZ | 1.92 | 0.99 | 0.62 | - |
| YUV | 20.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 17 | 0 | 0.98 | 0.71 | 0.77 | 343.45 | 0.97 | 0.12 |
| Hex | 3B | 1 | 11 | 0 | 62 | 47 | 4D | 157 | 61 | C |
| Octal | 73 | 1 | 21 | 0 | 142 | 107 | 115 | 527 | 141 | 14 |
| Binary | 111011 | 1 | 10001 | 0 | 1100010 | 1000111 | 1001101 | 101010111 | 1100001 | 1100 |
Color Harmonies of #3B0111
Complementary color
Monochromatic Colors of #3B0111
Black with #3B0111
Text Example
Text Example
White with #3B0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0111; }
p { color: rgb(59,1,17); }
H1.HeaderClassName
{
color: #3B0111;
}
.AnyTagClassName
{
color: #3B0111;
}
</style>
background-color css
<style>
a { background-color: #3B0111; }
a { background-color: rgb(59,1,17); }
div.DivClassName
{
background-color: #3B0111;
}
.BgClassName
{
background-color: #3B0111;
}
</style>
border-color css
<style>
span { border-color: #3B0111; }
span { border-color: rgb(59,1,17); }
td.TdClassName
{
border-color: #3B0111;
}
.TagClassName
{
border-color: #3B0111;
}
</style>