Shades of Rustic Red #3D070A
Tints of Rustic Red #3D070A
RGB
CMYK
RGB Variations
Color information
#3D070A (or 0x3D070A) is known color: Rustic Red. HEX triplet: 3D, 07 and 0A. RGB value is (61,7,10). Sum of RGB (Red+Green+Blue) = 61+7+10=78 (10% of max value = 765). Red value is 61 (24.22% from 255 or 78.21% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 61 - color contains mainly: red. Hex color #3D070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D070A is #C2F8F5. Grayscale: #171717. Windows color (decimal): -12777718 or 657213. OLE color: 657213.
HSL color Cylindrical-coordinate representation of color #3D070A: hue angle of 356.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D070A is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 10 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.76 |
| HSL | 356.67º | 0.79% | 0.13% | - |
| HSV(B) | 356.67º | 0.89% | 0.24% | - |
| XYZ | 2.06 | 1.17 | 0.4 | - |
| YUV | 23.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 10 | 0 | 0.89 | 0.84 | 0.76 | 356.67 | 0.79 | 0.13 |
| Hex | 3D | 7 | A | 0 | 59 | 54 | 4C | 165 | 4F | D |
| Octal | 75 | 7 | 12 | 0 | 131 | 124 | 114 | 545 | 117 | 15 |
| Binary | 111101 | 111 | 1010 | 0 | 1011001 | 1010100 | 1001100 | 101100101 | 1001111 | 1101 |
Color Harmonies of #3D070A
Complementary color
Monochromatic Colors of #3D070A
Black with #3D070A
Text Example
Text Example
White with #3D070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D070A; }
p { color: rgb(61,7,10); }
H1.HeaderClassName
{
color: #3D070A;
}
.AnyTagClassName
{
color: #3D070A;
}
</style>
background-color css
<style>
a { background-color: #3D070A; }
a { background-color: rgb(61,7,10); }
div.DivClassName
{
background-color: #3D070A;
}
.BgClassName
{
background-color: #3D070A;
}
</style>
border-color css
<style>
span { border-color: #3D070A; }
span { border-color: rgb(61,7,10); }
td.TdClassName
{
border-color: #3D070A;
}
.TagClassName
{
border-color: #3D070A;
}
</style>