Shades of Rustic Red #3D0007
Tints of Rustic Red #3D0007
RGB
CMYK
RGB Variations
Color information
#3D0007 (or 0x3D0007) is known color: Rustic Red. HEX triplet: 3D, 00 and 07. RGB value is (61,0,7). Sum of RGB (Red+Green+Blue) = 61+0+7=68 (9% of max value = 765). Red value is 61 (24.22% from 255 or 89.71% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0007 is #C2FFF8. Grayscale: #131313. Windows color (decimal): -12779513 or 458813. OLE color: 458813.
HSL color Cylindrical-coordinate representation of color #3D0007: hue angle of 353.11º 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 #3D0007 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.89 | 0.76 |
| HSL | 353.11º | 1% | 0.12% | - |
| HSV(B) | 353.11º | 1% | 0.24% | - |
| XYZ | 1.96 | 1.01 | 0.29 | - |
| YUV | 19.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 7 | 0 | 1 | 0.89 | 0.76 | 353.11 | 1 | 0.12 |
| Hex | 3D | 0 | 7 | 0 | 64 | 59 | 4C | 161 | 64 | C |
| Octal | 75 | 0 | 7 | 0 | 144 | 131 | 114 | 541 | 144 | 14 |
| Binary | 111101 | 0 | 111 | 0 | 1100100 | 1011001 | 1001100 | 101100001 | 1100100 | 1100 |
Color Harmonies of #3D0007
Complementary color
Monochromatic Colors of #3D0007
Black with #3D0007
Text Example
Text Example
White with #3D0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0007; }
p { color: rgb(61,0,7); }
H1.HeaderClassName
{
color: #3D0007;
}
.AnyTagClassName
{
color: #3D0007;
}
</style>
background-color css
<style>
a { background-color: #3D0007; }
a { background-color: rgb(61,0,7); }
div.DivClassName
{
background-color: #3D0007;
}
.BgClassName
{
background-color: #3D0007;
}
</style>
border-color css
<style>
span { border-color: #3D0007; }
span { border-color: rgb(61,0,7); }
td.TdClassName
{
border-color: #3D0007;
}
.TagClassName
{
border-color: #3D0007;
}
</style>