Shades of Rustic Red #3D191B
Tints of Rustic Red #3D191B
RGB
CMYK
RGB Variations
Color information
#3D191B (or 0x3D191B) is known color: Rustic Red. HEX triplet: 3D, 19 and 1B. RGB value is (61,25,27). Sum of RGB (Red+Green+Blue) = 61+25+27=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D191B is #C2E6E4. Grayscale: #242424. Windows color (decimal): -12773093 or 1775933. OLE color: 1775933.
HSL color Cylindrical-coordinate representation of color #3D191B: hue angle of 356.67º 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 #3D191B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 27 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.76 |
| HSL | 356.67º | 0.42% | 0.17% | - |
| HSV(B) | 356.67º | 0.59% | 0.24% | - |
| XYZ | 2.47 | 1.77 | 1.25 | - |
| YUV | 35.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 27 | 0 | 0.59 | 0.56 | 0.76 | 356.67 | 0.42 | 0.17 |
| Hex | 3D | 19 | 1B | 0 | 3B | 38 | 4C | 165 | 2A | 11 |
| Octal | 75 | 31 | 33 | 0 | 73 | 70 | 114 | 545 | 52 | 21 |
| Binary | 111101 | 11001 | 11011 | 0 | 111011 | 111000 | 1001100 | 101100101 | 101010 | 10001 |
Color Harmonies of #3D191B
Complementary color
Monochromatic Colors of #3D191B
Black with #3D191B
Text Example
Text Example
White with #3D191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D191B; }
p { color: rgb(61,25,27); }
H1.HeaderClassName
{
color: #3D191B;
}
.AnyTagClassName
{
color: #3D191B;
}
</style>
background-color css
<style>
a { background-color: #3D191B; }
a { background-color: rgb(61,25,27); }
div.DivClassName
{
background-color: #3D191B;
}
.BgClassName
{
background-color: #3D191B;
}
</style>
border-color css
<style>
span { border-color: #3D191B; }
span { border-color: rgb(61,25,27); }
td.TdClassName
{
border-color: #3D191B;
}
.TagClassName
{
border-color: #3D191B;
}
</style>