Shades of Rustic Red #3D0113
Tints of Rustic Red #3D0113
RGB
CMYK
RGB Variations
Color information
#3D0113 (or 0x3D0113) is known color: Rustic Red. HEX triplet: 3D, 01 and 13. RGB value is (61,1,19). Sum of RGB (Red+Green+Blue) = 61+1+19=81 (10% of max value = 765). Red value is 61 (24.22% from 255 or 75.31% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0113 is #C2FEEC. Grayscale: #141414. Windows color (decimal): -12779245 or 1245501. OLE color: 1245501.
HSL color Cylindrical-coordinate representation of color #3D0113: hue angle of 342º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0113 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 1 | 19 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.76 |
| HSL | 342º | 0.97% | 0.12% | - |
| HSV(B) | 342º | 0.98% | 0.24% | - |
| XYZ | 2.05 | 1.06 | 0.71 | - |
| YUV | 20.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 19 | 0 | 0.98 | 0.69 | 0.76 | 342 | 0.97 | 0.12 |
| Hex | 3D | 1 | 13 | 0 | 62 | 45 | 4C | 156 | 61 | C |
| Octal | 75 | 1 | 23 | 0 | 142 | 105 | 114 | 526 | 141 | 14 |
| Binary | 111101 | 1 | 10011 | 0 | 1100010 | 1000101 | 1001100 | 101010110 | 1100001 | 1100 |
Color Harmonies of #3D0113
Complementary color
Monochromatic Colors of #3D0113
Black with #3D0113
Text Example
Text Example
White with #3D0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0113; }
p { color: rgb(61,1,19); }
H1.HeaderClassName
{
color: #3D0113;
}
.AnyTagClassName
{
color: #3D0113;
}
</style>
background-color css
<style>
a { background-color: #3D0113; }
a { background-color: rgb(61,1,19); }
div.DivClassName
{
background-color: #3D0113;
}
.BgClassName
{
background-color: #3D0113;
}
</style>
border-color css
<style>
span { border-color: #3D0113; }
span { border-color: rgb(61,1,19); }
td.TdClassName
{
border-color: #3D0113;
}
.TagClassName
{
border-color: #3D0113;
}
</style>