Shades of Rustic Red #3D181E
Tints of Rustic Red #3D181E
RGB
CMYK
RGB Variations
Color information
#3D181E (or 0x3D181E) is known color: Rustic Red. HEX triplet: 3D, 18 and 1E. RGB value is (61,24,30). Sum of RGB (Red+Green+Blue) = 61+24+30=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D181E is #C2E7E1. Grayscale: #232323. Windows color (decimal): -12773346 or 1972285. OLE color: 1972285.
HSL color Cylindrical-coordinate representation of color #3D181E: hue angle of 350.27º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D181E is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 24 | 30 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.76 |
| HSL | 350.27º | 0.44% | 0.17% | - |
| HSV(B) | 350.27º | 0.61% | 0.24% | - |
| XYZ | 2.49 | 1.74 | 1.43 | - |
| YUV | 35.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 30 | 0 | 0.61 | 0.51 | 0.76 | 350.27 | 0.44 | 0.17 |
| Hex | 3D | 18 | 1E | 0 | 3D | 33 | 4C | 15E | 2C | 11 |
| Octal | 75 | 30 | 36 | 0 | 75 | 63 | 114 | 536 | 54 | 21 |
| Binary | 111101 | 11000 | 11110 | 0 | 111101 | 110011 | 1001100 | 101011110 | 101100 | 10001 |
Color Harmonies of #3D181E
Complementary color
Monochromatic Colors of #3D181E
Black with #3D181E
Text Example
Text Example
White with #3D181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D181E; }
p { color: rgb(61,24,30); }
H1.HeaderClassName
{
color: #3D181E;
}
.AnyTagClassName
{
color: #3D181E;
}
</style>
background-color css
<style>
a { background-color: #3D181E; }
a { background-color: rgb(61,24,30); }
div.DivClassName
{
background-color: #3D181E;
}
.BgClassName
{
background-color: #3D181E;
}
</style>
border-color css
<style>
span { border-color: #3D181E; }
span { border-color: rgb(61,24,30); }
td.TdClassName
{
border-color: #3D181E;
}
.TagClassName
{
border-color: #3D181E;
}
</style>