Shades of Rustic Red #3D0C16
Tints of Rustic Red #3D0C16
RGB
CMYK
RGB Variations
Color information
#3D0C16 (or 0x3D0C16) is known color: Rustic Red. HEX triplet: 3D, 0C and 16. RGB value is (61,12,22). Sum of RGB (Red+Green+Blue) = 61+12+22=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0C16 is #C2F3E9. Grayscale: #1B1B1B. Windows color (decimal): -12776426 or 1444925. OLE color: 1444925.
HSL color Cylindrical-coordinate representation of color #3D0C16: hue angle of 347.76º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D0C16 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 12 | 22 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.76 |
| HSL | 347.76º | 0.67% | 0.14% | - |
| HSV(B) | 347.76º | 0.8% | 0.24% | - |
| XYZ | 2.2 | 1.31 | 0.9 | - |
| YUV | 27.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 12 | 22 | 0 | 0.80 | 0.64 | 0.76 | 347.76 | 0.67 | 0.14 |
| Hex | 3D | C | 16 | 0 | 50 | 40 | 4C | 15C | 43 | E |
| Octal | 75 | 14 | 26 | 0 | 120 | 100 | 114 | 534 | 103 | 16 |
| Binary | 111101 | 1100 | 10110 | 0 | 1010000 | 1000000 | 1001100 | 101011100 | 1000011 | 1110 |
Color Harmonies of #3D0C16
Complementary color
Monochromatic Colors of #3D0C16
Black with #3D0C16
Text Example
Text Example
White with #3D0C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0C16; }
p { color: rgb(61,12,22); }
H1.HeaderClassName
{
color: #3D0C16;
}
.AnyTagClassName
{
color: #3D0C16;
}
</style>
background-color css
<style>
a { background-color: #3D0C16; }
a { background-color: rgb(61,12,22); }
div.DivClassName
{
background-color: #3D0C16;
}
.BgClassName
{
background-color: #3D0C16;
}
</style>
border-color css
<style>
span { border-color: #3D0C16; }
span { border-color: rgb(61,12,22); }
td.TdClassName
{
border-color: #3D0C16;
}
.TagClassName
{
border-color: #3D0C16;
}
</style>