Shades of Rustic Red #3A111B
Tints of Rustic Red #3A111B
RGB
CMYK
RGB Variations
Color information
#3A111B (or 0x3A111B) is known color: Rustic Red. HEX triplet: 3A, 11 and 1B. RGB value is (58,17,27). Sum of RGB (Red+Green+Blue) = 58+17+27=102 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.86% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 58 - color contains mainly: red. Hex color #3A111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A111B is #C5EEE4. Grayscale: #1E1E1E. Windows color (decimal): -12971749 or 1773882. OLE color: 1773882.
HSL color Cylindrical-coordinate representation of color #3A111B: hue angle of 345.37º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A111B is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 17 | 27 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.77 |
| HSL | 345.37º | 0.55% | 0.15% | - |
| HSV(B) | 345.37º | 0.71% | 0.23% | - |
| XYZ | 2.14 | 1.38 | 1.19 | - |
| YUV | 30.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 27 | 0 | 0.71 | 0.53 | 0.77 | 345.37 | 0.55 | 0.15 |
| Hex | 3A | 11 | 1B | 0 | 47 | 35 | 4D | 159 | 37 | F |
| Octal | 72 | 21 | 33 | 0 | 107 | 65 | 115 | 531 | 67 | 17 |
| Binary | 111010 | 10001 | 11011 | 0 | 1000111 | 110101 | 1001101 | 101011001 | 110111 | 1111 |
Color Harmonies of #3A111B
Complementary color
Monochromatic Colors of #3A111B
Black with #3A111B
Text Example
Text Example
White with #3A111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A111B; }
p { color: rgb(58,17,27); }
H1.HeaderClassName
{
color: #3A111B;
}
.AnyTagClassName
{
color: #3A111B;
}
</style>
background-color css
<style>
a { background-color: #3A111B; }
a { background-color: rgb(58,17,27); }
div.DivClassName
{
background-color: #3A111B;
}
.BgClassName
{
background-color: #3A111B;
}
</style>
border-color css
<style>
span { border-color: #3A111B; }
span { border-color: rgb(58,17,27); }
td.TdClassName
{
border-color: #3A111B;
}
.TagClassName
{
border-color: #3A111B;
}
</style>