Shades of Rustic Red #3D0D11
Tints of Rustic Red #3D0D11
RGB
CMYK
RGB Variations
Color information
#3D0D11 (or 0x3D0D11) is known color: Rustic Red. HEX triplet: 3D, 0D and 11. RGB value is (61,13,17). Sum of RGB (Red+Green+Blue) = 61+13+17=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0D11 is #C2F2EE. Grayscale: #1B1B1B. Windows color (decimal): -12776175 or 1117501. OLE color: 1117501.
HSL color Cylindrical-coordinate representation of color #3D0D11: hue angle of 355º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D0D11 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 13 | 17 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.76 |
| HSL | 355º | 0.65% | 0.15% | - |
| HSV(B) | 355º | 0.79% | 0.24% | - |
| XYZ | 2.17 | 1.32 | 0.67 | - |
| YUV | 27.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 17 | 0 | 0.79 | 0.72 | 0.76 | 355 | 0.65 | 0.15 |
| Hex | 3D | D | 11 | 0 | 4F | 48 | 4C | 163 | 41 | F |
| Octal | 75 | 15 | 21 | 0 | 117 | 110 | 114 | 543 | 101 | 17 |
| Binary | 111101 | 1101 | 10001 | 0 | 1001111 | 1001000 | 1001100 | 101100011 | 1000001 | 1111 |
Color Harmonies of #3D0D11
Complementary color
Monochromatic Colors of #3D0D11
Black with #3D0D11
Text Example
Text Example
White with #3D0D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0D11; }
p { color: rgb(61,13,17); }
H1.HeaderClassName
{
color: #3D0D11;
}
.AnyTagClassName
{
color: #3D0D11;
}
</style>
background-color css
<style>
a { background-color: #3D0D11; }
a { background-color: rgb(61,13,17); }
div.DivClassName
{
background-color: #3D0D11;
}
.BgClassName
{
background-color: #3D0D11;
}
</style>
border-color css
<style>
span { border-color: #3D0D11; }
span { border-color: rgb(61,13,17); }
td.TdClassName
{
border-color: #3D0D11;
}
.TagClassName
{
border-color: #3D0D11;
}
</style>