Shades of Rustic Red #3D0012
Tints of Rustic Red #3D0012
RGB
CMYK
RGB Variations
Color information
#3D0012 (or 0x3D0012) is known color: Rustic Red. HEX triplet: 3D, 00 and 12. RGB value is (61,0,18). Sum of RGB (Red+Green+Blue) = 61+0+18=79 (10% of max value = 765). Red value is 61 (24.22% from 255 or 77.22% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0012 is #C2FFED. Grayscale: #141414. Windows color (decimal): -12779502 or 1179709. OLE color: 1179709.
HSL color Cylindrical-coordinate representation of color #3D0012: hue angle of 342.3º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0012 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.70 | 0.76 |
| HSL | 342.3º | 1% | 0.12% | - |
| HSV(B) | 342.3º | 1% | 0.24% | - |
| XYZ | 2.03 | 1.04 | 0.67 | - |
| YUV | 20.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 18 | 0 | 1 | 0.70 | 0.76 | 342.3 | 1 | 0.12 |
| Hex | 3D | 0 | 12 | 0 | 64 | 46 | 4C | 156 | 64 | C |
| Octal | 75 | 0 | 22 | 0 | 144 | 106 | 114 | 526 | 144 | 14 |
| Binary | 111101 | 0 | 10010 | 0 | 1100100 | 1000110 | 1001100 | 101010110 | 1100100 | 1100 |
Color Harmonies of #3D0012
Complementary color
Monochromatic Colors of #3D0012
Black with #3D0012
Text Example
Text Example
White with #3D0012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0012; }
p { color: rgb(61,0,18); }
H1.HeaderClassName
{
color: #3D0012;
}
.AnyTagClassName
{
color: #3D0012;
}
</style>
background-color css
<style>
a { background-color: #3D0012; }
a { background-color: rgb(61,0,18); }
div.DivClassName
{
background-color: #3D0012;
}
.BgClassName
{
background-color: #3D0012;
}
</style>
border-color css
<style>
span { border-color: #3D0012; }
span { border-color: rgb(61,0,18); }
td.TdClassName
{
border-color: #3D0012;
}
.TagClassName
{
border-color: #3D0012;
}
</style>