Shades of Rustic Red #3A131A
Tints of Rustic Red #3A131A
RGB
CMYK
RGB Variations
Color information
#3A131A (or 0x3A131A) is known color: Rustic Red. HEX triplet: 3A, 13 and 1A. RGB value is (58,19,26). Sum of RGB (Red+Green+Blue) = 58+19+26=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A131A is #C5ECE5. Grayscale: #1F1F1F. Windows color (decimal): -12971238 or 1708858. OLE color: 1708858.
HSL color Cylindrical-coordinate representation of color #3A131A: hue angle of 349.23º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A131A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 26 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.77 |
| HSL | 349.23º | 0.51% | 0.15% | - |
| HSV(B) | 349.23º | 0.67% | 0.23% | - |
| XYZ | 2.16 | 1.44 | 1.14 | - |
| YUV | 31.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 26 | 0 | 0.67 | 0.55 | 0.77 | 349.23 | 0.51 | 0.15 |
| Hex | 3A | 13 | 1A | 0 | 43 | 37 | 4D | 15D | 33 | F |
| Octal | 72 | 23 | 32 | 0 | 103 | 67 | 115 | 535 | 63 | 17 |
| Binary | 111010 | 10011 | 11010 | 0 | 1000011 | 110111 | 1001101 | 101011101 | 110011 | 1111 |
Color Harmonies of #3A131A
Complementary color
Monochromatic Colors of #3A131A
Black with #3A131A
Text Example
Text Example
White with #3A131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A131A; }
p { color: rgb(58,19,26); }
H1.HeaderClassName
{
color: #3A131A;
}
.AnyTagClassName
{
color: #3A131A;
}
</style>
background-color css
<style>
a { background-color: #3A131A; }
a { background-color: rgb(58,19,26); }
div.DivClassName
{
background-color: #3A131A;
}
.BgClassName
{
background-color: #3A131A;
}
</style>
border-color css
<style>
span { border-color: #3A131A; }
span { border-color: rgb(58,19,26); }
td.TdClassName
{
border-color: #3A131A;
}
.TagClassName
{
border-color: #3A131A;
}
</style>