Shades of Rustic Red #3D0916
Tints of Rustic Red #3D0916
RGB
CMYK
RGB Variations
Color information
#3D0916 (or 0x3D0916) is known color: Rustic Red. HEX triplet: 3D, 09 and 16. RGB value is (61,9,22). Sum of RGB (Red+Green+Blue) = 61+9+22=92 (12% of max value = 765). Red value is 61 (24.22% from 255 or 66.30% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0916 is #C2F6E9. Grayscale: #1A1A1A. Windows color (decimal): -12777194 or 1444157. OLE color: 1444157.
HSL color Cylindrical-coordinate representation of color #3D0916: hue angle of 345º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D0916 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 22 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.76 |
| HSL | 345º | 0.74% | 0.14% | - |
| HSV(B) | 345º | 0.85% | 0.24% | - |
| XYZ | 2.17 | 1.25 | 0.89 | - |
| YUV | 26.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 22 | 0 | 0.85 | 0.64 | 0.76 | 345 | 0.74 | 0.14 |
| Hex | 3D | 9 | 16 | 0 | 55 | 40 | 4C | 159 | 4A | E |
| Octal | 75 | 11 | 26 | 0 | 125 | 100 | 114 | 531 | 112 | 16 |
| Binary | 111101 | 1001 | 10110 | 0 | 1010101 | 1000000 | 1001100 | 101011001 | 1001010 | 1110 |
Color Harmonies of #3D0916
Complementary color
Monochromatic Colors of #3D0916
Black with #3D0916
Text Example
Text Example
White with #3D0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0916; }
p { color: rgb(61,9,22); }
H1.HeaderClassName
{
color: #3D0916;
}
.AnyTagClassName
{
color: #3D0916;
}
</style>
background-color css
<style>
a { background-color: #3D0916; }
a { background-color: rgb(61,9,22); }
div.DivClassName
{
background-color: #3D0916;
}
.BgClassName
{
background-color: #3D0916;
}
</style>
border-color css
<style>
span { border-color: #3D0916; }
span { border-color: rgb(61,9,22); }
td.TdClassName
{
border-color: #3D0916;
}
.TagClassName
{
border-color: #3D0916;
}
</style>