Shades of Rustic Red #3D000E
Tints of Rustic Red #3D000E
RGB
CMYK
RGB Variations
Color information
#3D000E (or 0x3D000E) is known color: Rustic Red. HEX triplet: 3D, 00 and 0E. RGB value is (61,0,14). Sum of RGB (Red+Green+Blue) = 61+0+14=75 (9% of max value = 765). Red value is 61 (24.22% from 255 or 81.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 61 - color contains mainly: red. Hex color #3D000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D000E is #C2FFF1. Grayscale: #131313. Windows color (decimal): -12779506 or 917565. OLE color: 917565.
HSL color Cylindrical-coordinate representation of color #3D000E: hue angle of 346.23º 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 #3D000E is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.77 | 0.76 |
| HSL | 346.23º | 1% | 0.12% | - |
| HSV(B) | 346.23º | 1% | 0.24% | - |
| XYZ | 2 | 1.02 | 0.51 | - |
| YUV | 19.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 14 | 0 | 1 | 0.77 | 0.76 | 346.23 | 1 | 0.12 |
| Hex | 3D | 0 | E | 0 | 64 | 4D | 4C | 15A | 64 | C |
| Octal | 75 | 0 | 16 | 0 | 144 | 115 | 114 | 532 | 144 | 14 |
| Binary | 111101 | 0 | 1110 | 0 | 1100100 | 1001101 | 1001100 | 101011010 | 1100100 | 1100 |
Color Harmonies of #3D000E
Complementary color
Monochromatic Colors of #3D000E
Black with #3D000E
Text Example
Text Example
White with #3D000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D000E; }
p { color: rgb(61,0,14); }
H1.HeaderClassName
{
color: #3D000E;
}
.AnyTagClassName
{
color: #3D000E;
}
</style>
background-color css
<style>
a { background-color: #3D000E; }
a { background-color: rgb(61,0,14); }
div.DivClassName
{
background-color: #3D000E;
}
.BgClassName
{
background-color: #3D000E;
}
</style>
border-color css
<style>
span { border-color: #3D000E; }
span { border-color: rgb(61,0,14); }
td.TdClassName
{
border-color: #3D000E;
}
.TagClassName
{
border-color: #3D000E;
}
</style>