Shades of Rustic Red #3D1619
Tints of Rustic Red #3D1619
RGB
CMYK
RGB Variations
Color information
#3D1619 (or 0x3D1619) is known color: Rustic Red. HEX triplet: 3D, 16 and 19. RGB value is (61,22,25). Sum of RGB (Red+Green+Blue) = 61+22+25=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1619 is #C2E9E6. Grayscale: #222222. Windows color (decimal): -12773863 or 1644093. OLE color: 1644093.
HSL color Cylindrical-coordinate representation of color #3D1619: hue angle of 355.38º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D1619 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 22 | 25 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.76 |
| HSL | 355.38º | 0.47% | 0.16% | - |
| HSV(B) | 355.38º | 0.64% | 0.24% | - |
| XYZ | 2.39 | 1.64 | 1.11 | - |
| YUV | 34 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 25 | 0 | 0.64 | 0.59 | 0.76 | 355.38 | 0.47 | 0.16 |
| Hex | 3D | 16 | 19 | 0 | 40 | 3B | 4C | 163 | 2F | 10 |
| Octal | 75 | 26 | 31 | 0 | 100 | 73 | 114 | 543 | 57 | 20 |
| Binary | 111101 | 10110 | 11001 | 0 | 1000000 | 111011 | 1001100 | 101100011 | 101111 | 10000 |
Color Harmonies of #3D1619
Complementary color
Monochromatic Colors of #3D1619
Black with #3D1619
Text Example
Text Example
White with #3D1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1619; }
p { color: rgb(61,22,25); }
H1.HeaderClassName
{
color: #3D1619;
}
.AnyTagClassName
{
color: #3D1619;
}
</style>
background-color css
<style>
a { background-color: #3D1619; }
a { background-color: rgb(61,22,25); }
div.DivClassName
{
background-color: #3D1619;
}
.BgClassName
{
background-color: #3D1619;
}
</style>
border-color css
<style>
span { border-color: #3D1619; }
span { border-color: rgb(61,22,25); }
td.TdClassName
{
border-color: #3D1619;
}
.TagClassName
{
border-color: #3D1619;
}
</style>