Shades of Rustic Red #3D0E19
Tints of Rustic Red #3D0E19
RGB
CMYK
RGB Variations
Color information
#3D0E19 (or 0x3D0E19) is known color: Rustic Red. HEX triplet: 3D, 0E and 19. RGB value is (61,14,25). Sum of RGB (Red+Green+Blue) = 61+14+25=100 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0E19 is #C2F1E6. Grayscale: #1D1D1D. Windows color (decimal): -12775911 or 1642045. OLE color: 1642045.
HSL color Cylindrical-coordinate representation of color #3D0E19: hue angle of 345.96º 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 #3D0E19 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 14 | 25 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.76 |
| HSL | 345.96º | 0.63% | 0.15% | - |
| HSV(B) | 345.96º | 0.77% | 0.24% | - |
| XYZ | 2.26 | 1.38 | 1.07 | - |
| YUV | 29.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 25 | 0 | 0.77 | 0.59 | 0.76 | 345.96 | 0.63 | 0.15 |
| Hex | 3D | E | 19 | 0 | 4D | 3B | 4C | 15A | 3F | F |
| Octal | 75 | 16 | 31 | 0 | 115 | 73 | 114 | 532 | 77 | 17 |
| Binary | 111101 | 1110 | 11001 | 0 | 1001101 | 111011 | 1001100 | 101011010 | 111111 | 1111 |
Color Harmonies of #3D0E19
Complementary color
Monochromatic Colors of #3D0E19
Black with #3D0E19
Text Example
Text Example
White with #3D0E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0E19; }
p { color: rgb(61,14,25); }
H1.HeaderClassName
{
color: #3D0E19;
}
.AnyTagClassName
{
color: #3D0E19;
}
</style>
background-color css
<style>
a { background-color: #3D0E19; }
a { background-color: rgb(61,14,25); }
div.DivClassName
{
background-color: #3D0E19;
}
.BgClassName
{
background-color: #3D0E19;
}
</style>
border-color css
<style>
span { border-color: #3D0E19; }
span { border-color: rgb(61,14,25); }
td.TdClassName
{
border-color: #3D0E19;
}
.TagClassName
{
border-color: #3D0E19;
}
</style>