Shades of Rustic Red #3D0004
Tints of Rustic Red #3D0004
RGB
CMYK
RGB Variations
Color information
#3D0004 (or 0x3D0004) is known color: Rustic Red. HEX triplet: 3D, 00 and 04. RGB value is (61,0,4). Sum of RGB (Red+Green+Blue) = 61+0+4=65 (8% of max value = 765). Red value is 61 (24.22% from 255 or 93.85% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0004 is #C2FFFB. Grayscale: #121212. Windows color (decimal): -12779516 or 262205. OLE color: 262205.
HSL color Cylindrical-coordinate representation of color #3D0004: hue angle of 356.07º 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 #3D0004 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.93 | 0.76 |
| HSL | 356.07º | 1% | 0.12% | - |
| HSV(B) | 356.07º | 1% | 0.24% | - |
| XYZ | 1.95 | 1 | 0.21 | - |
| YUV | 18.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 4 | 0 | 1 | 0.93 | 0.76 | 356.07 | 1 | 0.12 |
| Hex | 3D | 0 | 4 | 0 | 64 | 5D | 4C | 164 | 64 | C |
| Octal | 75 | 0 | 4 | 0 | 144 | 135 | 114 | 544 | 144 | 14 |
| Binary | 111101 | 0 | 100 | 0 | 1100100 | 1011101 | 1001100 | 101100100 | 1100100 | 1100 |
Color Harmonies of #3D0004
Complementary color
Monochromatic Colors of #3D0004
Black with #3D0004
Text Example
Text Example
White with #3D0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0004; }
p { color: rgb(61,0,4); }
H1.HeaderClassName
{
color: #3D0004;
}
.AnyTagClassName
{
color: #3D0004;
}
</style>
background-color css
<style>
a { background-color: #3D0004; }
a { background-color: rgb(61,0,4); }
div.DivClassName
{
background-color: #3D0004;
}
.BgClassName
{
background-color: #3D0004;
}
</style>
border-color css
<style>
span { border-color: #3D0004; }
span { border-color: rgb(61,0,4); }
td.TdClassName
{
border-color: #3D0004;
}
.TagClassName
{
border-color: #3D0004;
}
</style>