Shades of Rustic Red #3D0E14
Tints of Rustic Red #3D0E14
RGB
CMYK
RGB Variations
Color information
#3D0E14 (or 0x3D0E14) is known color: Rustic Red. HEX triplet: 3D, 0E and 14. RGB value is (61,14,20). Sum of RGB (Red+Green+Blue) = 61+14+20=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0E14 is #C2F1EB. Grayscale: #1C1C1C. Windows color (decimal): -12775916 or 1314365. OLE color: 1314365.
HSL color Cylindrical-coordinate representation of color #3D0E14: hue angle of 352.34º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D0E14 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 14 | 20 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.76 |
| HSL | 352.34º | 0.63% | 0.15% | - |
| HSV(B) | 352.34º | 0.77% | 0.24% | - |
| XYZ | 2.21 | 1.36 | 0.81 | - |
| YUV | 28.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 20 | 0 | 0.77 | 0.67 | 0.76 | 352.34 | 0.63 | 0.15 |
| Hex | 3D | E | 14 | 0 | 4D | 43 | 4C | 160 | 3F | F |
| Octal | 75 | 16 | 24 | 0 | 115 | 103 | 114 | 540 | 77 | 17 |
| Binary | 111101 | 1110 | 10100 | 0 | 1001101 | 1000011 | 1001100 | 101100000 | 111111 | 1111 |
Color Harmonies of #3D0E14
Complementary color
Monochromatic Colors of #3D0E14
Black with #3D0E14
Text Example
Text Example
White with #3D0E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0E14; }
p { color: rgb(61,14,20); }
H1.HeaderClassName
{
color: #3D0E14;
}
.AnyTagClassName
{
color: #3D0E14;
}
</style>
background-color css
<style>
a { background-color: #3D0E14; }
a { background-color: rgb(61,14,20); }
div.DivClassName
{
background-color: #3D0E14;
}
.BgClassName
{
background-color: #3D0E14;
}
</style>
border-color css
<style>
span { border-color: #3D0E14; }
span { border-color: rgb(61,14,20); }
td.TdClassName
{
border-color: #3D0E14;
}
.TagClassName
{
border-color: #3D0E14;
}
</style>