Shades of Rustic Red #3D0016
Tints of Rustic Red #3D0016
RGB
CMYK
RGB Variations
Color information
#3D0016 (or 0x3D0016) is known color: Rustic Red. HEX triplet: 3D, 00 and 16. RGB value is (61,0,22). Sum of RGB (Red+Green+Blue) = 61+0+22=83 (10% of max value = 765). Red value is 61 (24.22% from 255 or 73.49% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0016 is #C2FFE9. Grayscale: #141414. Windows color (decimal): -12779498 or 1441853. OLE color: 1441853.
HSL color Cylindrical-coordinate representation of color #3D0016: hue angle of 338.36º 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 #3D0016 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.64 | 0.76 |
| HSL | 338.36º | 1% | 0.12% | - |
| HSV(B) | 338.36º | 1% | 0.24% | - |
| XYZ | 2.07 | 1.05 | 0.85 | - |
| YUV | 20.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 22 | 0 | 1 | 0.64 | 0.76 | 338.36 | 1 | 0.12 |
| Hex | 3D | 0 | 16 | 0 | 64 | 40 | 4C | 152 | 64 | C |
| Octal | 75 | 0 | 26 | 0 | 144 | 100 | 114 | 522 | 144 | 14 |
| Binary | 111101 | 0 | 10110 | 0 | 1100100 | 1000000 | 1001100 | 101010010 | 1100100 | 1100 |
Color Harmonies of #3D0016
Complementary color
Monochromatic Colors of #3D0016
Black with #3D0016
Text Example
Text Example
White with #3D0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0016; }
p { color: rgb(61,0,22); }
H1.HeaderClassName
{
color: #3D0016;
}
.AnyTagClassName
{
color: #3D0016;
}
</style>
background-color css
<style>
a { background-color: #3D0016; }
a { background-color: rgb(61,0,22); }
div.DivClassName
{
background-color: #3D0016;
}
.BgClassName
{
background-color: #3D0016;
}
</style>
border-color css
<style>
span { border-color: #3D0016; }
span { border-color: rgb(61,0,22); }
td.TdClassName
{
border-color: #3D0016;
}
.TagClassName
{
border-color: #3D0016;
}
</style>