Shades of Rustic Red #3D151C
Tints of Rustic Red #3D151C
RGB
CMYK
RGB Variations
Color information
#3D151C (or 0x3D151C) is known color: Rustic Red. HEX triplet: 3D, 15 and 1C. RGB value is (61,21,28). Sum of RGB (Red+Green+Blue) = 61+21+28=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D151C is #C2EAE3. Grayscale: #212121. Windows color (decimal): -12774116 or 1840445. OLE color: 1840445.
HSL color Cylindrical-coordinate representation of color #3D151C: hue angle of 349.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D151C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 28 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.76 |
| HSL | 349.5º | 0.49% | 0.16% | - |
| HSV(B) | 349.5º | 0.66% | 0.24% | - |
| XYZ | 2.4 | 1.61 | 1.28 | - |
| YUV | 33.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 28 | 0 | 0.66 | 0.54 | 0.76 | 349.5 | 0.49 | 0.16 |
| Hex | 3D | 15 | 1C | 0 | 42 | 36 | 4C | 15E | 31 | 10 |
| Octal | 75 | 25 | 34 | 0 | 102 | 66 | 114 | 536 | 61 | 20 |
| Binary | 111101 | 10101 | 11100 | 0 | 1000010 | 110110 | 1001100 | 101011110 | 110001 | 10000 |
Color Harmonies of #3D151C
Complementary color
Monochromatic Colors of #3D151C
Black with #3D151C
Text Example
Text Example
White with #3D151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D151C; }
p { color: rgb(61,21,28); }
H1.HeaderClassName
{
color: #3D151C;
}
.AnyTagClassName
{
color: #3D151C;
}
</style>
background-color css
<style>
a { background-color: #3D151C; }
a { background-color: rgb(61,21,28); }
div.DivClassName
{
background-color: #3D151C;
}
.BgClassName
{
background-color: #3D151C;
}
</style>
border-color css
<style>
span { border-color: #3D151C; }
span { border-color: rgb(61,21,28); }
td.TdClassName
{
border-color: #3D151C;
}
.TagClassName
{
border-color: #3D151C;
}
</style>