Shades of Rustic Red #3B1617
Tints of Rustic Red #3B1617
RGB
CMYK
RGB Variations
Color information
#3B1617 (or 0x3B1617) is known color: Rustic Red. HEX triplet: 3B, 16 and 17. RGB value is (59,22,23). Sum of RGB (Red+Green+Blue) = 59+22+23=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1617 is #C4E9E8. Grayscale: #212121. Windows color (decimal): -12904937 or 1513019. OLE color: 1513019.
HSL color Cylindrical-coordinate representation of color #3B1617: hue angle of 358.38º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1617 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 23 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.77 |
| HSL | 358.38º | 0.46% | 0.16% | - |
| HSV(B) | 358.38º | 0.63% | 0.23% | - |
| XYZ | 2.25 | 1.57 | 0.99 | - |
| YUV | 33.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 23 | 0 | 0.63 | 0.61 | 0.77 | 358.38 | 0.46 | 0.16 |
| Hex | 3B | 16 | 17 | 0 | 3F | 3D | 4D | 166 | 2E | 10 |
| Octal | 73 | 26 | 27 | 0 | 77 | 75 | 115 | 546 | 56 | 20 |
| Binary | 111011 | 10110 | 10111 | 0 | 111111 | 111101 | 1001101 | 101100110 | 101110 | 10000 |
Color Harmonies of #3B1617
Complementary color
Monochromatic Colors of #3B1617
Black with #3B1617
Text Example
Text Example
White with #3B1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1617; }
p { color: rgb(59,22,23); }
H1.HeaderClassName
{
color: #3B1617;
}
.AnyTagClassName
{
color: #3B1617;
}
</style>
background-color css
<style>
a { background-color: #3B1617; }
a { background-color: rgb(59,22,23); }
div.DivClassName
{
background-color: #3B1617;
}
.BgClassName
{
background-color: #3B1617;
}
</style>
border-color css
<style>
span { border-color: #3B1617; }
span { border-color: rgb(59,22,23); }
td.TdClassName
{
border-color: #3B1617;
}
.TagClassName
{
border-color: #3B1617;
}
</style>