Shades of Rustic Red #3B191C
Tints of Rustic Red #3B191C
RGB
CMYK
RGB Variations
Color information
#3B191C (or 0x3B191C) is known color: Rustic Red. HEX triplet: 3B, 19 and 1C. RGB value is (59,25,28). Sum of RGB (Red+Green+Blue) = 59+25+28=112 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.68% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 59 - color contains mainly: red. Hex color #3B191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B191C is #C4E6E3. Grayscale: #232323. Windows color (decimal): -12904164 or 1841467. OLE color: 1841467.
HSL color Cylindrical-coordinate representation of color #3B191C: hue angle of 354.71º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B191C is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 28 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.77 |
| HSL | 354.71º | 0.4% | 0.16% | - |
| HSV(B) | 354.71º | 0.58% | 0.23% | - |
| XYZ | 2.36 | 1.71 | 1.3 | - |
| YUV | 35.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 28 | 0 | 0.58 | 0.53 | 0.77 | 354.71 | 0.4 | 0.16 |
| Hex | 3B | 19 | 1C | 0 | 3A | 35 | 4D | 163 | 28 | 10 |
| Octal | 73 | 31 | 34 | 0 | 72 | 65 | 115 | 543 | 50 | 20 |
| Binary | 111011 | 11001 | 11100 | 0 | 111010 | 110101 | 1001101 | 101100011 | 101000 | 10000 |
Color Harmonies of #3B191C
Complementary color
Monochromatic Colors of #3B191C
Black with #3B191C
Text Example
Text Example
White with #3B191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B191C; }
p { color: rgb(59,25,28); }
H1.HeaderClassName
{
color: #3B191C;
}
.AnyTagClassName
{
color: #3B191C;
}
</style>
background-color css
<style>
a { background-color: #3B191C; }
a { background-color: rgb(59,25,28); }
div.DivClassName
{
background-color: #3B191C;
}
.BgClassName
{
background-color: #3B191C;
}
</style>
border-color css
<style>
span { border-color: #3B191C; }
span { border-color: rgb(59,25,28); }
td.TdClassName
{
border-color: #3B191C;
}
.TagClassName
{
border-color: #3B191C;
}
</style>