Shades of Rustic Red #3B181D
Tints of Rustic Red #3B181D
RGB
CMYK
RGB Variations
Color information
#3B181D (or 0x3B181D) is known color: Rustic Red. HEX triplet: 3B, 18 and 1D. RGB value is (59,24,29). Sum of RGB (Red+Green+Blue) = 59+24+29=112 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.68% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 59 - color contains mainly: red. Hex color #3B181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B181D is #C4E7E2. Grayscale: #232323. Windows color (decimal): -12904419 or 1906747. OLE color: 1906747.
HSL color Cylindrical-coordinate representation of color #3B181D: hue angle of 351.43º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B181D is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 29 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.77 |
| HSL | 351.43º | 0.42% | 0.16% | - |
| HSV(B) | 351.43º | 0.59% | 0.23% | - |
| XYZ | 2.35 | 1.67 | 1.36 | - |
| YUV | 35.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 29 | 0 | 0.59 | 0.51 | 0.77 | 351.43 | 0.42 | 0.16 |
| Hex | 3B | 18 | 1D | 0 | 3B | 33 | 4D | 15F | 2A | 10 |
| Octal | 73 | 30 | 35 | 0 | 73 | 63 | 115 | 537 | 52 | 20 |
| Binary | 111011 | 11000 | 11101 | 0 | 111011 | 110011 | 1001101 | 101011111 | 101010 | 10000 |
Color Harmonies of #3B181D
Complementary color
Monochromatic Colors of #3B181D
Black with #3B181D
Text Example
Text Example
White with #3B181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B181D; }
p { color: rgb(59,24,29); }
H1.HeaderClassName
{
color: #3B181D;
}
.AnyTagClassName
{
color: #3B181D;
}
</style>
background-color css
<style>
a { background-color: #3B181D; }
a { background-color: rgb(59,24,29); }
div.DivClassName
{
background-color: #3B181D;
}
.BgClassName
{
background-color: #3B181D;
}
</style>
border-color css
<style>
span { border-color: #3B181D; }
span { border-color: rgb(59,24,29); }
td.TdClassName
{
border-color: #3B181D;
}
.TagClassName
{
border-color: #3B181D;
}
</style>