Shades of Rustic Red #3D141C
Tints of Rustic Red #3D141C
RGB
CMYK
RGB Variations
Color information
#3D141C (or 0x3D141C) is known color: Rustic Red. HEX triplet: 3D, 14 and 1C. RGB value is (61,20,28). Sum of RGB (Red+Green+Blue) = 61+20+28=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D141C is #C2EBE3. Grayscale: #212121. Windows color (decimal): -12774372 or 1840189. OLE color: 1840189.
HSL color Cylindrical-coordinate representation of color #3D141C: hue angle of 348.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D141C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 28 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.76 |
| HSL | 348.29º | 0.51% | 0.16% | - |
| HSV(B) | 348.29º | 0.67% | 0.24% | - |
| XYZ | 2.38 | 1.58 | 1.28 | - |
| YUV | 33.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 28 | 0 | 0.67 | 0.54 | 0.76 | 348.29 | 0.51 | 0.16 |
| Hex | 3D | 14 | 1C | 0 | 43 | 36 | 4C | 15C | 33 | 10 |
| Octal | 75 | 24 | 34 | 0 | 103 | 66 | 114 | 534 | 63 | 20 |
| Binary | 111101 | 10100 | 11100 | 0 | 1000011 | 110110 | 1001100 | 101011100 | 110011 | 10000 |
Color Harmonies of #3D141C
Complementary color
Monochromatic Colors of #3D141C
Black with #3D141C
Text Example
Text Example
White with #3D141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D141C; }
p { color: rgb(61,20,28); }
H1.HeaderClassName
{
color: #3D141C;
}
.AnyTagClassName
{
color: #3D141C;
}
</style>
background-color css
<style>
a { background-color: #3D141C; }
a { background-color: rgb(61,20,28); }
div.DivClassName
{
background-color: #3D141C;
}
.BgClassName
{
background-color: #3D141C;
}
</style>
border-color css
<style>
span { border-color: #3D141C; }
span { border-color: rgb(61,20,28); }
td.TdClassName
{
border-color: #3D141C;
}
.TagClassName
{
border-color: #3D141C;
}
</style>