Shades of Rustic Red #3D020E
Tints of Rustic Red #3D020E
RGB
CMYK
RGB Variations
Color information
#3D020E (or 0x3D020E) is known color: Rustic Red. HEX triplet: 3D, 02 and 0E. RGB value is (61,2,14). Sum of RGB (Red+Green+Blue) = 61+2+14=77 (10% of max value = 765). Red value is 61 (24.22% from 255 or 79.22% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 61 - color contains mainly: red. Hex color #3D020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D020E is #C2FDF1. Grayscale: #151515. Windows color (decimal): -12778994 or 918077. OLE color: 918077.
HSL color Cylindrical-coordinate representation of color #3D020E: hue angle of 347.8º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D020E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 2 | 14 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.76 |
| HSL | 347.8º | 0.94% | 0.12% | - |
| HSV(B) | 347.8º | 0.97% | 0.24% | - |
| XYZ | 2.03 | 1.07 | 0.51 | - |
| YUV | 21.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 14 | 0 | 0.97 | 0.77 | 0.76 | 347.8 | 0.94 | 0.12 |
| Hex | 3D | 2 | E | 0 | 61 | 4D | 4C | 15C | 5E | C |
| Octal | 75 | 2 | 16 | 0 | 141 | 115 | 114 | 534 | 136 | 14 |
| Binary | 111101 | 10 | 1110 | 0 | 1100001 | 1001101 | 1001100 | 101011100 | 1011110 | 1100 |
Color Harmonies of #3D020E
Complementary color
Monochromatic Colors of #3D020E
Black with #3D020E
Text Example
Text Example
White with #3D020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D020E; }
p { color: rgb(61,2,14); }
H1.HeaderClassName
{
color: #3D020E;
}
.AnyTagClassName
{
color: #3D020E;
}
</style>
background-color css
<style>
a { background-color: #3D020E; }
a { background-color: rgb(61,2,14); }
div.DivClassName
{
background-color: #3D020E;
}
.BgClassName
{
background-color: #3D020E;
}
</style>
border-color css
<style>
span { border-color: #3D020E; }
span { border-color: rgb(61,2,14); }
td.TdClassName
{
border-color: #3D020E;
}
.TagClassName
{
border-color: #3D020E;
}
</style>