Shades of Rustic Red #3A181D
Tints of Rustic Red #3A181D
RGB
CMYK
RGB Variations
Color information
#3A181D (or 0x3A181D) is known color: Rustic Red. HEX triplet: 3A, 18 and 1D. RGB value is (58,24,29). Sum of RGB (Red+Green+Blue) = 58+24+29=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A181D is #C5E7E2. Grayscale: #222222. Windows color (decimal): -12969955 or 1906746. OLE color: 1906746.
HSL color Cylindrical-coordinate representation of color #3A181D: hue angle of 351.18º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A181D is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 24 | 29 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.77 |
| HSL | 351.18º | 0.41% | 0.16% | - |
| HSV(B) | 351.18º | 0.59% | 0.23% | - |
| XYZ | 2.29 | 1.64 | 1.36 | - |
| YUV | 34.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 29 | 0 | 0.59 | 0.5 | 0.77 | 351.18 | 0.41 | 0.16 |
| Hex | 3A | 18 | 1D | 0 | 3B | 32 | 4D | 15F | 29 | 10 |
| Octal | 72 | 30 | 35 | 0 | 73 | 62 | 115 | 537 | 51 | 20 |
| Binary | 111010 | 11000 | 11101 | 0 | 111011 | 110010 | 1001101 | 101011111 | 101001 | 10000 |
Color Harmonies of #3A181D
Complementary color
Monochromatic Colors of #3A181D
Black with #3A181D
Text Example
Text Example
White with #3A181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A181D; }
p { color: rgb(58,24,29); }
H1.HeaderClassName
{
color: #3A181D;
}
.AnyTagClassName
{
color: #3A181D;
}
</style>
background-color css
<style>
a { background-color: #3A181D; }
a { background-color: rgb(58,24,29); }
div.DivClassName
{
background-color: #3A181D;
}
.BgClassName
{
background-color: #3A181D;
}
</style>
border-color css
<style>
span { border-color: #3A181D; }
span { border-color: rgb(58,24,29); }
td.TdClassName
{
border-color: #3A181D;
}
.TagClassName
{
border-color: #3A181D;
}
</style>