Shades of Rustic Red #3D0714
Tints of Rustic Red #3D0714
RGB
CMYK
RGB Variations
Color information
#3D0714 (or 0x3D0714) is known color: Rustic Red. HEX triplet: 3D, 07 and 14. RGB value is (61,7,20). Sum of RGB (Red+Green+Blue) = 61+7+20=88 (11% of max value = 765). Red value is 61 (24.22% from 255 or 69.32% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0714 is #C2F8EB. Grayscale: #181818. Windows color (decimal): -12777708 or 1312573. OLE color: 1312573.
HSL color Cylindrical-coordinate representation of color #3D0714: hue angle of 345.56º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D0714 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 20 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.76 |
| HSL | 345.56º | 0.79% | 0.13% | - |
| HSV(B) | 345.56º | 0.89% | 0.24% | - |
| XYZ | 2.13 | 1.19 | 0.78 | - |
| YUV | 24.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 20 | 0 | 0.89 | 0.67 | 0.76 | 345.56 | 0.79 | 0.13 |
| Hex | 3D | 7 | 14 | 0 | 59 | 43 | 4C | 15A | 4F | D |
| Octal | 75 | 7 | 24 | 0 | 131 | 103 | 114 | 532 | 117 | 15 |
| Binary | 111101 | 111 | 10100 | 0 | 1011001 | 1000011 | 1001100 | 101011010 | 1001111 | 1101 |
Color Harmonies of #3D0714
Complementary color
Monochromatic Colors of #3D0714
Black with #3D0714
Text Example
Text Example
White with #3D0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0714; }
p { color: rgb(61,7,20); }
H1.HeaderClassName
{
color: #3D0714;
}
.AnyTagClassName
{
color: #3D0714;
}
</style>
background-color css
<style>
a { background-color: #3D0714; }
a { background-color: rgb(61,7,20); }
div.DivClassName
{
background-color: #3D0714;
}
.BgClassName
{
background-color: #3D0714;
}
</style>
border-color css
<style>
span { border-color: #3D0714; }
span { border-color: rgb(61,7,20); }
td.TdClassName
{
border-color: #3D0714;
}
.TagClassName
{
border-color: #3D0714;
}
</style>