Shades of Rustic Red #3D191C
Tints of Rustic Red #3D191C
RGB
CMYK
RGB Variations
Color information
#3D191C (or 0x3D191C) is known color: Rustic Red. HEX triplet: 3D, 19 and 1C. RGB value is (61,25,28). Sum of RGB (Red+Green+Blue) = 61+25+28=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D191C is #C2E6E3. Grayscale: #242424. Windows color (decimal): -12773092 or 1841469. OLE color: 1841469.
HSL color Cylindrical-coordinate representation of color #3D191C: hue angle of 355º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D191C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 28 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.76 |
| HSL | 355º | 0.42% | 0.17% | - |
| HSV(B) | 355º | 0.59% | 0.24% | - |
| XYZ | 2.48 | 1.77 | 1.31 | - |
| YUV | 36.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 28 | 0 | 0.59 | 0.54 | 0.76 | 355 | 0.42 | 0.17 |
| Hex | 3D | 19 | 1C | 0 | 3B | 36 | 4C | 163 | 2A | 11 |
| Octal | 75 | 31 | 34 | 0 | 73 | 66 | 114 | 543 | 52 | 21 |
| Binary | 111101 | 11001 | 11100 | 0 | 111011 | 110110 | 1001100 | 101100011 | 101010 | 10001 |
Color Harmonies of #3D191C
Complementary color
Monochromatic Colors of #3D191C
Black with #3D191C
Text Example
Text Example
White with #3D191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D191C; }
p { color: rgb(61,25,28); }
H1.HeaderClassName
{
color: #3D191C;
}
.AnyTagClassName
{
color: #3D191C;
}
</style>
background-color css
<style>
a { background-color: #3D191C; }
a { background-color: rgb(61,25,28); }
div.DivClassName
{
background-color: #3D191C;
}
.BgClassName
{
background-color: #3D191C;
}
</style>
border-color css
<style>
span { border-color: #3D191C; }
span { border-color: rgb(61,25,28); }
td.TdClassName
{
border-color: #3D191C;
}
.TagClassName
{
border-color: #3D191C;
}
</style>