Shades of Rustic Red #3D0D10
Tints of Rustic Red #3D0D10
RGB
CMYK
RGB Variations
Color information
#3D0D10 (or 0x3D0D10) is known color: Rustic Red. HEX triplet: 3D, 0D and 10. RGB value is (61,13,16). Sum of RGB (Red+Green+Blue) = 61+13+16=90 (11% of max value = 765). Red value is 61 (24.22% from 255 or 67.78% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0D10 is #C2F2EF. Grayscale: #1B1B1B. Windows color (decimal): -12776176 or 1051965. OLE color: 1051965.
HSL color Cylindrical-coordinate representation of color #3D0D10: hue angle of 356.25º 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 #3D0D10 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 13 | 16 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.76 |
| HSL | 356.25º | 0.65% | 0.15% | - |
| HSV(B) | 356.25º | 0.79% | 0.24% | - |
| XYZ | 2.16 | 1.32 | 0.63 | - |
| YUV | 27.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 16 | 0 | 0.79 | 0.74 | 0.76 | 356.25 | 0.65 | 0.15 |
| Hex | 3D | D | 10 | 0 | 4F | 4A | 4C | 164 | 41 | F |
| Octal | 75 | 15 | 20 | 0 | 117 | 112 | 114 | 544 | 101 | 17 |
| Binary | 111101 | 1101 | 10000 | 0 | 1001111 | 1001010 | 1001100 | 101100100 | 1000001 | 1111 |
Color Harmonies of #3D0D10
Complementary color
Monochromatic Colors of #3D0D10
Black with #3D0D10
Text Example
Text Example
White with #3D0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0D10; }
p { color: rgb(61,13,16); }
H1.HeaderClassName
{
color: #3D0D10;
}
.AnyTagClassName
{
color: #3D0D10;
}
</style>
background-color css
<style>
a { background-color: #3D0D10; }
a { background-color: rgb(61,13,16); }
div.DivClassName
{
background-color: #3D0D10;
}
.BgClassName
{
background-color: #3D0D10;
}
</style>
border-color css
<style>
span { border-color: #3D0D10; }
span { border-color: rgb(61,13,16); }
td.TdClassName
{
border-color: #3D0D10;
}
.TagClassName
{
border-color: #3D0D10;
}
</style>