Shades of Rustic Red #3D121B
Tints of Rustic Red #3D121B
RGB
CMYK
RGB Variations
Color information
#3D121B (or 0x3D121B) is known color: Rustic Red. HEX triplet: 3D, 12 and 1B. RGB value is (61,18,27). Sum of RGB (Red+Green+Blue) = 61+18+27=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D121B is #C2EDE4. Grayscale: #1F1F1F. Windows color (decimal): -12774885 or 1774141. OLE color: 1774141.
HSL color Cylindrical-coordinate representation of color #3D121B: hue angle of 347.44º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D121B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 27 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.76 |
| HSL | 347.44º | 0.54% | 0.15% | - |
| HSV(B) | 347.44º | 0.7% | 0.24% | - |
| XYZ | 2.34 | 1.5 | 1.2 | - |
| YUV | 31.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 27 | 0 | 0.70 | 0.56 | 0.76 | 347.44 | 0.54 | 0.15 |
| Hex | 3D | 12 | 1B | 0 | 46 | 38 | 4C | 15B | 36 | F |
| Octal | 75 | 22 | 33 | 0 | 106 | 70 | 114 | 533 | 66 | 17 |
| Binary | 111101 | 10010 | 11011 | 0 | 1000110 | 111000 | 1001100 | 101011011 | 110110 | 1111 |
Color Harmonies of #3D121B
Complementary color
Monochromatic Colors of #3D121B
Black with #3D121B
Text Example
Text Example
White with #3D121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D121B; }
p { color: rgb(61,18,27); }
H1.HeaderClassName
{
color: #3D121B;
}
.AnyTagClassName
{
color: #3D121B;
}
</style>
background-color css
<style>
a { background-color: #3D121B; }
a { background-color: rgb(61,18,27); }
div.DivClassName
{
background-color: #3D121B;
}
.BgClassName
{
background-color: #3D121B;
}
</style>
border-color css
<style>
span { border-color: #3D121B; }
span { border-color: rgb(61,18,27); }
td.TdClassName
{
border-color: #3D121B;
}
.TagClassName
{
border-color: #3D121B;
}
</style>