Shades of Rustic Red #3D0F18
Tints of Rustic Red #3D0F18
RGB
CMYK
RGB Variations
Color information
#3D0F18 (or 0x3D0F18) is known color: Rustic Red. HEX triplet: 3D, 0F and 18. RGB value is (61,15,24). Sum of RGB (Red+Green+Blue) = 61+15+24=100 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0F18 is #C2F0E7. Grayscale: #1D1D1D. Windows color (decimal): -12775656 or 1576765. OLE color: 1576765.
HSL color Cylindrical-coordinate representation of color #3D0F18: hue angle of 348.26º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D0F18 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 15 | 24 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.76 |
| HSL | 348.26º | 0.61% | 0.15% | - |
| HSV(B) | 348.26º | 0.75% | 0.24% | - |
| XYZ | 2.26 | 1.4 | 1.02 | - |
| YUV | 29.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 24 | 0 | 0.75 | 0.61 | 0.76 | 348.26 | 0.61 | 0.15 |
| Hex | 3D | F | 18 | 0 | 4B | 3D | 4C | 15C | 3D | F |
| Octal | 75 | 17 | 30 | 0 | 113 | 75 | 114 | 534 | 75 | 17 |
| Binary | 111101 | 1111 | 11000 | 0 | 1001011 | 111101 | 1001100 | 101011100 | 111101 | 1111 |
Color Harmonies of #3D0F18
Complementary color
Monochromatic Colors of #3D0F18
Black with #3D0F18
Text Example
Text Example
White with #3D0F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0F18; }
p { color: rgb(61,15,24); }
H1.HeaderClassName
{
color: #3D0F18;
}
.AnyTagClassName
{
color: #3D0F18;
}
</style>
background-color css
<style>
a { background-color: #3D0F18; }
a { background-color: rgb(61,15,24); }
div.DivClassName
{
background-color: #3D0F18;
}
.BgClassName
{
background-color: #3D0F18;
}
</style>
border-color css
<style>
span { border-color: #3D0F18; }
span { border-color: rgb(61,15,24); }
td.TdClassName
{
border-color: #3D0F18;
}
.TagClassName
{
border-color: #3D0F18;
}
</style>