Shades of Rustic Red #3D0614
Tints of Rustic Red #3D0614
RGB
CMYK
RGB Variations
Color information
#3D0614 (or 0x3D0614) is known color: Rustic Red. HEX triplet: 3D, 06 and 14. RGB value is (61,6,20). Sum of RGB (Red+Green+Blue) = 61+6+20=87 (11% of max value = 765). Red value is 61 (24.22% from 255 or 70.11% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0614 is #C2F9EB. Grayscale: #181818. Windows color (decimal): -12777964 or 1312317. OLE color: 1312317.
HSL color Cylindrical-coordinate representation of color #3D0614: hue angle of 344.73º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D0614 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 6 | 20 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.76 |
| HSL | 344.73º | 0.82% | 0.13% | - |
| HSV(B) | 344.73º | 0.9% | 0.24% | - |
| XYZ | 2.12 | 1.17 | 0.78 | - |
| YUV | 24.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 20 | 0 | 0.90 | 0.67 | 0.76 | 344.73 | 0.82 | 0.13 |
| Hex | 3D | 6 | 14 | 0 | 5A | 43 | 4C | 159 | 52 | D |
| Octal | 75 | 6 | 24 | 0 | 132 | 103 | 114 | 531 | 122 | 15 |
| Binary | 111101 | 110 | 10100 | 0 | 1011010 | 1000011 | 1001100 | 101011001 | 1010010 | 1101 |
Color Harmonies of #3D0614
Complementary color
Monochromatic Colors of #3D0614
Black with #3D0614
Text Example
Text Example
White with #3D0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0614; }
p { color: rgb(61,6,20); }
H1.HeaderClassName
{
color: #3D0614;
}
.AnyTagClassName
{
color: #3D0614;
}
</style>
background-color css
<style>
a { background-color: #3D0614; }
a { background-color: rgb(61,6,20); }
div.DivClassName
{
background-color: #3D0614;
}
.BgClassName
{
background-color: #3D0614;
}
</style>
border-color css
<style>
span { border-color: #3D0614; }
span { border-color: rgb(61,6,20); }
td.TdClassName
{
border-color: #3D0614;
}
.TagClassName
{
border-color: #3D0614;
}
</style>