Shades of Rustic Red #3B131A
Tints of Rustic Red #3B131A
RGB
CMYK
RGB Variations
Color information
#3B131A (or 0x3B131A) is known color: Rustic Red. HEX triplet: 3B, 13 and 1A. RGB value is (59,19,26). Sum of RGB (Red+Green+Blue) = 59+19+26=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B131A is #C4ECE5. Grayscale: #1F1F1F. Windows color (decimal): -12905702 or 1708859. OLE color: 1708859.
HSL color Cylindrical-coordinate representation of color #3B131A: hue angle of 349.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B131A is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 26 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.77 |
| HSL | 349.5º | 0.51% | 0.15% | - |
| HSV(B) | 349.5º | 0.68% | 0.23% | - |
| XYZ | 2.22 | 1.47 | 1.14 | - |
| YUV | 31.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 26 | 0 | 0.68 | 0.56 | 0.77 | 349.5 | 0.51 | 0.15 |
| Hex | 3B | 13 | 1A | 0 | 44 | 38 | 4D | 15E | 33 | F |
| Octal | 73 | 23 | 32 | 0 | 104 | 70 | 115 | 536 | 63 | 17 |
| Binary | 111011 | 10011 | 11010 | 0 | 1000100 | 111000 | 1001101 | 101011110 | 110011 | 1111 |
Color Harmonies of #3B131A
Complementary color
Monochromatic Colors of #3B131A
Black with #3B131A
Text Example
Text Example
White with #3B131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B131A; }
p { color: rgb(59,19,26); }
H1.HeaderClassName
{
color: #3B131A;
}
.AnyTagClassName
{
color: #3B131A;
}
</style>
background-color css
<style>
a { background-color: #3B131A; }
a { background-color: rgb(59,19,26); }
div.DivClassName
{
background-color: #3B131A;
}
.BgClassName
{
background-color: #3B131A;
}
</style>
border-color css
<style>
span { border-color: #3B131A; }
span { border-color: rgb(59,19,26); }
td.TdClassName
{
border-color: #3B131A;
}
.TagClassName
{
border-color: #3B131A;
}
</style>