Shades of Rustic Red #3A131C
Tints of Rustic Red #3A131C
RGB
CMYK
RGB Variations
Color information
#3A131C (or 0x3A131C) is known color: Rustic Red. HEX triplet: 3A, 13 and 1C. RGB value is (58,19,28). Sum of RGB (Red+Green+Blue) = 58+19+28=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A131C is #C5ECE3. Grayscale: #1F1F1F. Windows color (decimal): -12971236 or 1839930. OLE color: 1839930.
HSL color Cylindrical-coordinate representation of color #3A131C: hue angle of 346.15º 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 #3A131C is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 28 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.77 |
| HSL | 346.15º | 0.51% | 0.15% | - |
| HSV(B) | 346.15º | 0.67% | 0.23% | - |
| XYZ | 2.19 | 1.45 | 1.26 | - |
| YUV | 31.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 28 | 0 | 0.67 | 0.52 | 0.77 | 346.15 | 0.51 | 0.15 |
| Hex | 3A | 13 | 1C | 0 | 43 | 34 | 4D | 15A | 33 | F |
| Octal | 72 | 23 | 34 | 0 | 103 | 64 | 115 | 532 | 63 | 17 |
| Binary | 111010 | 10011 | 11100 | 0 | 1000011 | 110100 | 1001101 | 101011010 | 110011 | 1111 |
Color Harmonies of #3A131C
Complementary color
Monochromatic Colors of #3A131C
Black with #3A131C
Text Example
Text Example
White with #3A131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A131C; }
p { color: rgb(58,19,28); }
H1.HeaderClassName
{
color: #3A131C;
}
.AnyTagClassName
{
color: #3A131C;
}
</style>
background-color css
<style>
a { background-color: #3A131C; }
a { background-color: rgb(58,19,28); }
div.DivClassName
{
background-color: #3A131C;
}
.BgClassName
{
background-color: #3A131C;
}
</style>
border-color css
<style>
span { border-color: #3A131C; }
span { border-color: rgb(58,19,28); }
td.TdClassName
{
border-color: #3A131C;
}
.TagClassName
{
border-color: #3A131C;
}
</style>