Shades of Rustic Red #3D1B1D
Tints of Rustic Red #3D1B1D
RGB
CMYK
RGB Variations
Color information
#3D1B1D (or 0x3D1B1D) is known color: Rustic Red. HEX triplet: 3D, 1B and 1D. RGB value is (61,27,29). Sum of RGB (Red+Green+Blue) = 61+27+29=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1B1D is #C2E4E2. Grayscale: #252525. Windows color (decimal): -12772579 or 1907517. OLE color: 1907517.
HSL color Cylindrical-coordinate representation of color #3D1B1D: hue angle of 356.47º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D1B1D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 27 | 29 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.76 |
| HSL | 356.47º | 0.39% | 0.17% | - |
| HSV(B) | 356.47º | 0.56% | 0.24% | - |
| XYZ | 2.54 | 1.86 | 1.39 | - |
| YUV | 37.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 29 | 0 | 0.56 | 0.52 | 0.76 | 356.47 | 0.39 | 0.17 |
| Hex | 3D | 1B | 1D | 0 | 38 | 34 | 4C | 164 | 27 | 11 |
| Octal | 75 | 33 | 35 | 0 | 70 | 64 | 114 | 544 | 47 | 21 |
| Binary | 111101 | 11011 | 11101 | 0 | 111000 | 110100 | 1001100 | 101100100 | 100111 | 10001 |
Color Harmonies of #3D1B1D
Complementary color
Monochromatic Colors of #3D1B1D
Black with #3D1B1D
Text Example
Text Example
White with #3D1B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B1D; }
p { color: rgb(61,27,29); }
H1.HeaderClassName
{
color: #3D1B1D;
}
.AnyTagClassName
{
color: #3D1B1D;
}
</style>
background-color css
<style>
a { background-color: #3D1B1D; }
a { background-color: rgb(61,27,29); }
div.DivClassName
{
background-color: #3D1B1D;
}
.BgClassName
{
background-color: #3D1B1D;
}
</style>
border-color css
<style>
span { border-color: #3D1B1D; }
span { border-color: rgb(61,27,29); }
td.TdClassName
{
border-color: #3D1B1D;
}
.TagClassName
{
border-color: #3D1B1D;
}
</style>