Shades of Rustic Red #3A131B
Tints of Rustic Red #3A131B
RGB
CMYK
RGB Variations
Color information
#3A131B (or 0x3A131B) is known color: Rustic Red. HEX triplet: 3A, 13 and 1B. RGB value is (58,19,27). Sum of RGB (Red+Green+Blue) = 58+19+27=104 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.77% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 58 - color contains mainly: red. Hex color #3A131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A131B is #C5ECE4. Grayscale: #1F1F1F. Windows color (decimal): -12971237 or 1774394. OLE color: 1774394.
HSL color Cylindrical-coordinate representation of color #3A131B: hue angle of 347.69º 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 #3A131B is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 27 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.77 |
| HSL | 347.69º | 0.51% | 0.15% | - |
| HSV(B) | 347.69º | 0.67% | 0.23% | - |
| XYZ | 2.18 | 1.44 | 1.2 | - |
| YUV | 31.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 27 | 0 | 0.67 | 0.53 | 0.77 | 347.69 | 0.51 | 0.15 |
| Hex | 3A | 13 | 1B | 0 | 43 | 35 | 4D | 15C | 33 | F |
| Octal | 72 | 23 | 33 | 0 | 103 | 65 | 115 | 534 | 63 | 17 |
| Binary | 111010 | 10011 | 11011 | 0 | 1000011 | 110101 | 1001101 | 101011100 | 110011 | 1111 |
Color Harmonies of #3A131B
Complementary color
Monochromatic Colors of #3A131B
Black with #3A131B
Text Example
Text Example
White with #3A131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A131B; }
p { color: rgb(58,19,27); }
H1.HeaderClassName
{
color: #3A131B;
}
.AnyTagClassName
{
color: #3A131B;
}
</style>
background-color css
<style>
a { background-color: #3A131B; }
a { background-color: rgb(58,19,27); }
div.DivClassName
{
background-color: #3A131B;
}
.BgClassName
{
background-color: #3A131B;
}
</style>
border-color css
<style>
span { border-color: #3A131B; }
span { border-color: rgb(58,19,27); }
td.TdClassName
{
border-color: #3A131B;
}
.TagClassName
{
border-color: #3A131B;
}
</style>