Shades of Rustic Red #3D0D19
Tints of Rustic Red #3D0D19
RGB
CMYK
RGB Variations
Color information
#3D0D19 (or 0x3D0D19) is known color: Rustic Red. HEX triplet: 3D, 0D and 19. RGB value is (61,13,25). Sum of RGB (Red+Green+Blue) = 61+13+25=99 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61.62% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0D19 is #C2F2E6. Grayscale: #1C1C1C. Windows color (decimal): -12776167 or 1641789. OLE color: 1641789.
HSL color Cylindrical-coordinate representation of color #3D0D19: hue angle of 345º 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 #3D0D19 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 13 | 25 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.76 |
| HSL | 345º | 0.65% | 0.15% | - |
| HSV(B) | 345º | 0.79% | 0.24% | - |
| XYZ | 2.24 | 1.35 | 1.06 | - |
| YUV | 28.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 25 | 0 | 0.79 | 0.59 | 0.76 | 345 | 0.65 | 0.15 |
| Hex | 3D | D | 19 | 0 | 4F | 3B | 4C | 159 | 41 | F |
| Octal | 75 | 15 | 31 | 0 | 117 | 73 | 114 | 531 | 101 | 17 |
| Binary | 111101 | 1101 | 11001 | 0 | 1001111 | 111011 | 1001100 | 101011001 | 1000001 | 1111 |
Color Harmonies of #3D0D19
Complementary color
Monochromatic Colors of #3D0D19
Black with #3D0D19
Text Example
Text Example
White with #3D0D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0D19; }
p { color: rgb(61,13,25); }
H1.HeaderClassName
{
color: #3D0D19;
}
.AnyTagClassName
{
color: #3D0D19;
}
</style>
background-color css
<style>
a { background-color: #3D0D19; }
a { background-color: rgb(61,13,25); }
div.DivClassName
{
background-color: #3D0D19;
}
.BgClassName
{
background-color: #3D0D19;
}
</style>
border-color css
<style>
span { border-color: #3D0D19; }
span { border-color: rgb(61,13,25); }
td.TdClassName
{
border-color: #3D0D19;
}
.TagClassName
{
border-color: #3D0D19;
}
</style>