Shades of Rustic Red #3D080E
Tints of Rustic Red #3D080E
RGB
CMYK
RGB Variations
Color information
#3D080E (or 0x3D080E) is known color: Rustic Red. HEX triplet: 3D, 08 and 0E. RGB value is (61,8,14). Sum of RGB (Red+Green+Blue) = 61+8+14=83 (10% of max value = 765). Red value is 61 (24.22% from 255 or 73.49% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 61 - color contains mainly: red. Hex color #3D080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D080E is #C2F7F1. Grayscale: #181818. Windows color (decimal): -12777458 or 919613. OLE color: 919613.
HSL color Cylindrical-coordinate representation of color #3D080E: hue angle of 353.21º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D080E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 8 | 14 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.76 |
| HSL | 353.21º | 0.77% | 0.14% | - |
| HSV(B) | 353.21º | 0.87% | 0.24% | - |
| XYZ | 2.09 | 1.2 | 0.54 | - |
| YUV | 24.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 14 | 0 | 0.87 | 0.77 | 0.76 | 353.21 | 0.77 | 0.14 |
| Hex | 3D | 8 | E | 0 | 57 | 4D | 4C | 161 | 4D | E |
| Octal | 75 | 10 | 16 | 0 | 127 | 115 | 114 | 541 | 115 | 16 |
| Binary | 111101 | 1000 | 1110 | 0 | 1010111 | 1001101 | 1001100 | 101100001 | 1001101 | 1110 |
Color Harmonies of #3D080E
Complementary color
Monochromatic Colors of #3D080E
Black with #3D080E
Text Example
Text Example
White with #3D080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D080E; }
p { color: rgb(61,8,14); }
H1.HeaderClassName
{
color: #3D080E;
}
.AnyTagClassName
{
color: #3D080E;
}
</style>
background-color css
<style>
a { background-color: #3D080E; }
a { background-color: rgb(61,8,14); }
div.DivClassName
{
background-color: #3D080E;
}
.BgClassName
{
background-color: #3D080E;
}
</style>
border-color css
<style>
span { border-color: #3D080E; }
span { border-color: rgb(61,8,14); }
td.TdClassName
{
border-color: #3D080E;
}
.TagClassName
{
border-color: #3D080E;
}
</style>