Shades of Rustic Red #3D090C
Tints of Rustic Red #3D090C
RGB
CMYK
RGB Variations
Color information
#3D090C (or 0x3D090C) is known color: Rustic Red. HEX triplet: 3D, 09 and 0C. RGB value is (61,9,12). Sum of RGB (Red+Green+Blue) = 61+9+12=82 (10% of max value = 765). Red value is 61 (24.22% from 255 or 74.39% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 61 - color contains mainly: red. Hex color #3D090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D090C is #C2F6F3. Grayscale: #181818. Windows color (decimal): -12777204 or 788797. OLE color: 788797.
HSL color Cylindrical-coordinate representation of color #3D090C: hue angle of 356.54º 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 #3D090C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 12 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.76 |
| HSL | 356.54º | 0.74% | 0.14% | - |
| HSV(B) | 356.54º | 0.85% | 0.24% | - |
| XYZ | 2.09 | 1.21 | 0.47 | - |
| YUV | 24.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 12 | 0 | 0.85 | 0.80 | 0.76 | 356.54 | 0.74 | 0.14 |
| Hex | 3D | 9 | C | 0 | 55 | 50 | 4C | 165 | 4A | E |
| Octal | 75 | 11 | 14 | 0 | 125 | 120 | 114 | 545 | 112 | 16 |
| Binary | 111101 | 1001 | 1100 | 0 | 1010101 | 1010000 | 1001100 | 101100101 | 1001010 | 1110 |
Color Harmonies of #3D090C
Complementary color
Monochromatic Colors of #3D090C
Black with #3D090C
Text Example
Text Example
White with #3D090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D090C; }
p { color: rgb(61,9,12); }
H1.HeaderClassName
{
color: #3D090C;
}
.AnyTagClassName
{
color: #3D090C;
}
</style>
background-color css
<style>
a { background-color: #3D090C; }
a { background-color: rgb(61,9,12); }
div.DivClassName
{
background-color: #3D090C;
}
.BgClassName
{
background-color: #3D090C;
}
</style>
border-color css
<style>
span { border-color: #3D090C; }
span { border-color: rgb(61,9,12); }
td.TdClassName
{
border-color: #3D090C;
}
.TagClassName
{
border-color: #3D090C;
}
</style>