Shades of Rustic Red #3B141D
Tints of Rustic Red #3B141D
RGB
CMYK
RGB Variations
Color information
#3B141D (or 0x3B141D) is known color: Rustic Red. HEX triplet: 3B, 14 and 1D. RGB value is (59,20,29). Sum of RGB (Red+Green+Blue) = 59+20+29=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B141D is #C4EBE2. Grayscale: #202020. Windows color (decimal): -12905443 or 1905723. OLE color: 1905723.
HSL color Cylindrical-coordinate representation of color #3B141D: hue angle of 346.15º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B141D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 29 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.77 |
| HSL | 346.15º | 0.49% | 0.15% | - |
| HSV(B) | 346.15º | 0.66% | 0.23% | - |
| XYZ | 2.28 | 1.52 | 1.34 | - |
| YUV | 32.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 29 | 0 | 0.66 | 0.51 | 0.77 | 346.15 | 0.49 | 0.15 |
| Hex | 3B | 14 | 1D | 0 | 42 | 33 | 4D | 15A | 31 | F |
| Octal | 73 | 24 | 35 | 0 | 102 | 63 | 115 | 532 | 61 | 17 |
| Binary | 111011 | 10100 | 11101 | 0 | 1000010 | 110011 | 1001101 | 101011010 | 110001 | 1111 |
Color Harmonies of #3B141D
Complementary color
Monochromatic Colors of #3B141D
Black with #3B141D
Text Example
Text Example
White with #3B141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B141D; }
p { color: rgb(59,20,29); }
H1.HeaderClassName
{
color: #3B141D;
}
.AnyTagClassName
{
color: #3B141D;
}
</style>
background-color css
<style>
a { background-color: #3B141D; }
a { background-color: rgb(59,20,29); }
div.DivClassName
{
background-color: #3B141D;
}
.BgClassName
{
background-color: #3B141D;
}
</style>
border-color css
<style>
span { border-color: #3B141D; }
span { border-color: rgb(59,20,29); }
td.TdClassName
{
border-color: #3B141D;
}
.TagClassName
{
border-color: #3B141D;
}
</style>