Shades of Rustic Red #3A1317
Tints of Rustic Red #3A1317
RGB
CMYK
RGB Variations
Color information
#3A1317 (or 0x3A1317) is known color: Rustic Red. HEX triplet: 3A, 13 and 17. RGB value is (58,19,23). Sum of RGB (Red+Green+Blue) = 58+19+23=100 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1317 is #C5ECE8. Grayscale: #1F1F1F. Windows color (decimal): -12971241 or 1512250. OLE color: 1512250.
HSL color Cylindrical-coordinate representation of color #3A1317: hue angle of 353.85º 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 #3A1317 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 23 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.77 |
| HSL | 353.85º | 0.51% | 0.15% | - |
| HSV(B) | 353.85º | 0.67% | 0.23% | - |
| XYZ | 2.13 | 1.43 | 0.97 | - |
| YUV | 31.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 23 | 0 | 0.67 | 0.60 | 0.77 | 353.85 | 0.51 | 0.15 |
| Hex | 3A | 13 | 17 | 0 | 43 | 3C | 4D | 162 | 33 | F |
| Octal | 72 | 23 | 27 | 0 | 103 | 74 | 115 | 542 | 63 | 17 |
| Binary | 111010 | 10011 | 10111 | 0 | 1000011 | 111100 | 1001101 | 101100010 | 110011 | 1111 |
Color Harmonies of #3A1317
Complementary color
Monochromatic Colors of #3A1317
Black with #3A1317
Text Example
Text Example
White with #3A1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1317; }
p { color: rgb(58,19,23); }
H1.HeaderClassName
{
color: #3A1317;
}
.AnyTagClassName
{
color: #3A1317;
}
</style>
background-color css
<style>
a { background-color: #3A1317; }
a { background-color: rgb(58,19,23); }
div.DivClassName
{
background-color: #3A1317;
}
.BgClassName
{
background-color: #3A1317;
}
</style>
border-color css
<style>
span { border-color: #3A1317; }
span { border-color: rgb(58,19,23); }
td.TdClassName
{
border-color: #3A1317;
}
.TagClassName
{
border-color: #3A1317;
}
</style>