Shades of Rustic Red #3D141D
Tints of Rustic Red #3D141D
RGB
CMYK
RGB Variations
Color information
#3D141D (or 0x3D141D) is known color: Rustic Red. HEX triplet: 3D, 14 and 1D. RGB value is (61,20,29). Sum of RGB (Red+Green+Blue) = 61+20+29=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D141D is #C2EBE2. Grayscale: #212121. Windows color (decimal): -12774371 or 1905725. OLE color: 1905725.
HSL color Cylindrical-coordinate representation of color #3D141D: hue angle of 346.83º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D141D is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 29 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.76 |
| HSL | 346.83º | 0.51% | 0.16% | - |
| HSV(B) | 346.83º | 0.67% | 0.24% | - |
| XYZ | 2.4 | 1.58 | 1.34 | - |
| YUV | 33.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 29 | 0 | 0.67 | 0.52 | 0.76 | 346.83 | 0.51 | 0.16 |
| Hex | 3D | 14 | 1D | 0 | 43 | 34 | 4C | 15B | 33 | 10 |
| Octal | 75 | 24 | 35 | 0 | 103 | 64 | 114 | 533 | 63 | 20 |
| Binary | 111101 | 10100 | 11101 | 0 | 1000011 | 110100 | 1001100 | 101011011 | 110011 | 10000 |
Color Harmonies of #3D141D
Complementary color
Monochromatic Colors of #3D141D
Black with #3D141D
Text Example
Text Example
White with #3D141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D141D; }
p { color: rgb(61,20,29); }
H1.HeaderClassName
{
color: #3D141D;
}
.AnyTagClassName
{
color: #3D141D;
}
</style>
background-color css
<style>
a { background-color: #3D141D; }
a { background-color: rgb(61,20,29); }
div.DivClassName
{
background-color: #3D141D;
}
.BgClassName
{
background-color: #3D141D;
}
</style>
border-color css
<style>
span { border-color: #3D141D; }
span { border-color: rgb(61,20,29); }
td.TdClassName
{
border-color: #3D141D;
}
.TagClassName
{
border-color: #3D141D;
}
</style>