Shades of Rustic Red #3A1A1D
Tints of Rustic Red #3A1A1D
RGB
CMYK
RGB Variations
Color information
#3A1A1D (or 0x3A1A1D) is known color: Rustic Red. HEX triplet: 3A, 1A and 1D. RGB value is (58,26,29). Sum of RGB (Red+Green+Blue) = 58+26+29=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A1D is #C5E5E2. Grayscale: #232323. Windows color (decimal): -12969443 or 1907258. OLE color: 1907258.
HSL color Cylindrical-coordinate representation of color #3A1A1D: hue angle of 354.38º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A1D is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 29 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.77 |
| HSL | 354.38º | 0.38% | 0.16% | - |
| HSV(B) | 354.38º | 0.55% | 0.23% | - |
| XYZ | 2.34 | 1.73 | 1.37 | - |
| YUV | 35.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 29 | 0 | 0.55 | 0.5 | 0.77 | 354.38 | 0.38 | 0.16 |
| Hex | 3A | 1A | 1D | 0 | 37 | 32 | 4D | 162 | 26 | 10 |
| Octal | 72 | 32 | 35 | 0 | 67 | 62 | 115 | 542 | 46 | 20 |
| Binary | 111010 | 11010 | 11101 | 0 | 110111 | 110010 | 1001101 | 101100010 | 100110 | 10000 |
Color Harmonies of #3A1A1D
Complementary color
Monochromatic Colors of #3A1A1D
Black with #3A1A1D
Text Example
Text Example
White with #3A1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A1D; }
p { color: rgb(58,26,29); }
H1.HeaderClassName
{
color: #3A1A1D;
}
.AnyTagClassName
{
color: #3A1A1D;
}
</style>
background-color css
<style>
a { background-color: #3A1A1D; }
a { background-color: rgb(58,26,29); }
div.DivClassName
{
background-color: #3A1A1D;
}
.BgClassName
{
background-color: #3A1A1D;
}
</style>
border-color css
<style>
span { border-color: #3A1A1D; }
span { border-color: rgb(58,26,29); }
td.TdClassName
{
border-color: #3A1A1D;
}
.TagClassName
{
border-color: #3A1A1D;
}
</style>