Shades of Rustic Red #3B1A1C
Tints of Rustic Red #3B1A1C
RGB
CMYK
RGB Variations
Color information
#3B1A1C (or 0x3B1A1C) is known color: Rustic Red. HEX triplet: 3B, 1A and 1C. RGB value is (59,26,28). Sum of RGB (Red+Green+Blue) = 59+26+28=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A1C is #C4E5E3. Grayscale: #242424. Windows color (decimal): -12903908 or 1841723. OLE color: 1841723.
HSL color Cylindrical-coordinate representation of color #3B1A1C: hue angle of 356.36º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B1A1C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 28 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.77 |
| HSL | 356.36º | 0.39% | 0.17% | - |
| HSV(B) | 356.36º | 0.56% | 0.23% | - |
| XYZ | 2.38 | 1.75 | 1.31 | - |
| YUV | 36.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 28 | 0 | 0.56 | 0.53 | 0.77 | 356.36 | 0.39 | 0.17 |
| Hex | 3B | 1A | 1C | 0 | 38 | 35 | 4D | 164 | 27 | 11 |
| Octal | 73 | 32 | 34 | 0 | 70 | 65 | 115 | 544 | 47 | 21 |
| Binary | 111011 | 11010 | 11100 | 0 | 111000 | 110101 | 1001101 | 101100100 | 100111 | 10001 |
Color Harmonies of #3B1A1C
Complementary color
Monochromatic Colors of #3B1A1C
Black with #3B1A1C
Text Example
Text Example
White with #3B1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A1C; }
p { color: rgb(59,26,28); }
H1.HeaderClassName
{
color: #3B1A1C;
}
.AnyTagClassName
{
color: #3B1A1C;
}
</style>
background-color css
<style>
a { background-color: #3B1A1C; }
a { background-color: rgb(59,26,28); }
div.DivClassName
{
background-color: #3B1A1C;
}
.BgClassName
{
background-color: #3B1A1C;
}
</style>
border-color css
<style>
span { border-color: #3B1A1C; }
span { border-color: rgb(59,26,28); }
td.TdClassName
{
border-color: #3B1A1C;
}
.TagClassName
{
border-color: #3B1A1C;
}
</style>