Shades of Rustic Red #3D1316
Tints of Rustic Red #3D1316
RGB
CMYK
RGB Variations
Color information
#3D1316 (or 0x3D1316) is known color: Rustic Red. HEX triplet: 3D, 13 and 16. RGB value is (61,19,22). Sum of RGB (Red+Green+Blue) = 61+19+22=102 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.80% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1316 is #C2ECE9. Grayscale: #1F1F1F. Windows color (decimal): -12774634 or 1446717. OLE color: 1446717.
HSL color Cylindrical-coordinate representation of color #3D1316: hue angle of 355.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D1316 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 22 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.76 |
| HSL | 355.71º | 0.53% | 0.16% | - |
| HSV(B) | 355.71º | 0.69% | 0.24% | - |
| XYZ | 2.3 | 1.52 | 0.93 | - |
| YUV | 31.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 22 | 0 | 0.69 | 0.64 | 0.76 | 355.71 | 0.53 | 0.16 |
| Hex | 3D | 13 | 16 | 0 | 45 | 40 | 4C | 164 | 34 | 10 |
| Octal | 75 | 23 | 26 | 0 | 105 | 100 | 114 | 544 | 64 | 20 |
| Binary | 111101 | 10011 | 10110 | 0 | 1000101 | 1000000 | 1001100 | 101100100 | 110100 | 10000 |
Color Harmonies of #3D1316
Complementary color
Monochromatic Colors of #3D1316
Black with #3D1316
Text Example
Text Example
White with #3D1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1316; }
p { color: rgb(61,19,22); }
H1.HeaderClassName
{
color: #3D1316;
}
.AnyTagClassName
{
color: #3D1316;
}
</style>
background-color css
<style>
a { background-color: #3D1316; }
a { background-color: rgb(61,19,22); }
div.DivClassName
{
background-color: #3D1316;
}
.BgClassName
{
background-color: #3D1316;
}
</style>
border-color css
<style>
span { border-color: #3D1316; }
span { border-color: rgb(61,19,22); }
td.TdClassName
{
border-color: #3D1316;
}
.TagClassName
{
border-color: #3D1316;
}
</style>