Shades of Rustic Red #3D151D
Tints of Rustic Red #3D151D
RGB
CMYK
RGB Variations
Color information
#3D151D (or 0x3D151D) is known color: Rustic Red. HEX triplet: 3D, 15 and 1D. RGB value is (61,21,29). Sum of RGB (Red+Green+Blue) = 61+21+29=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D151D is #C2EAE2. Grayscale: #212121. Windows color (decimal): -12774115 or 1905981. OLE color: 1905981.
HSL color Cylindrical-coordinate representation of color #3D151D: hue angle of 348º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D151D is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 29 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.76 |
| HSL | 348º | 0.49% | 0.16% | - |
| HSV(B) | 348º | 0.66% | 0.24% | - |
| XYZ | 2.41 | 1.62 | 1.35 | - |
| YUV | 33.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 29 | 0 | 0.66 | 0.52 | 0.76 | 348 | 0.49 | 0.16 |
| Hex | 3D | 15 | 1D | 0 | 42 | 34 | 4C | 15C | 31 | 10 |
| Octal | 75 | 25 | 35 | 0 | 102 | 64 | 114 | 534 | 61 | 20 |
| Binary | 111101 | 10101 | 11101 | 0 | 1000010 | 110100 | 1001100 | 101011100 | 110001 | 10000 |
Color Harmonies of #3D151D
Complementary color
Monochromatic Colors of #3D151D
Black with #3D151D
Text Example
Text Example
White with #3D151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D151D; }
p { color: rgb(61,21,29); }
H1.HeaderClassName
{
color: #3D151D;
}
.AnyTagClassName
{
color: #3D151D;
}
</style>
background-color css
<style>
a { background-color: #3D151D; }
a { background-color: rgb(61,21,29); }
div.DivClassName
{
background-color: #3D151D;
}
.BgClassName
{
background-color: #3D151D;
}
</style>
border-color css
<style>
span { border-color: #3D151D; }
span { border-color: rgb(61,21,29); }
td.TdClassName
{
border-color: #3D151D;
}
.TagClassName
{
border-color: #3D151D;
}
</style>