Shades of Rustic Red #3D0011
Tints of Rustic Red #3D0011
RGB
CMYK
RGB Variations
Color information
#3D0011 (or 0x3D0011) is known color: Rustic Red. HEX triplet: 3D, 00 and 11. RGB value is (61,0,17). Sum of RGB (Red+Green+Blue) = 61+0+17=78 (10% of max value = 765). Red value is 61 (24.22% from 255 or 78.21% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0011 is #C2FFEE. Grayscale: #141414. Windows color (decimal): -12779503 or 1114173. OLE color: 1114173.
HSL color Cylindrical-coordinate representation of color #3D0011: hue angle of 343.28º 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 #3D0011 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.72 | 0.76 |
| HSL | 343.28º | 1% | 0.12% | - |
| HSV(B) | 343.28º | 1% | 0.24% | - |
| XYZ | 2.03 | 1.03 | 0.62 | - |
| YUV | 20.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 17 | 0 | 1 | 0.72 | 0.76 | 343.28 | 1 | 0.12 |
| Hex | 3D | 0 | 11 | 0 | 64 | 48 | 4C | 157 | 64 | C |
| Octal | 75 | 0 | 21 | 0 | 144 | 110 | 114 | 527 | 144 | 14 |
| Binary | 111101 | 0 | 10001 | 0 | 1100100 | 1001000 | 1001100 | 101010111 | 1100100 | 1100 |
Color Harmonies of #3D0011
Complementary color
Monochromatic Colors of #3D0011
Black with #3D0011
Text Example
Text Example
White with #3D0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0011; }
p { color: rgb(61,0,17); }
H1.HeaderClassName
{
color: #3D0011;
}
.AnyTagClassName
{
color: #3D0011;
}
</style>
background-color css
<style>
a { background-color: #3D0011; }
a { background-color: rgb(61,0,17); }
div.DivClassName
{
background-color: #3D0011;
}
.BgClassName
{
background-color: #3D0011;
}
</style>
border-color css
<style>
span { border-color: #3D0011; }
span { border-color: rgb(61,0,17); }
td.TdClassName
{
border-color: #3D0011;
}
.TagClassName
{
border-color: #3D0011;
}
</style>