Shades of Rustic Red #3A191B
Tints of Rustic Red #3A191B
RGB
CMYK
RGB Variations
Color information
#3A191B (or 0x3A191B) is known color: Rustic Red. HEX triplet: 3A, 19 and 1B. RGB value is (58,25,27). Sum of RGB (Red+Green+Blue) = 58+25+27=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A191B is #C5E6E4. Grayscale: #232323. Windows color (decimal): -12969701 or 1775930. OLE color: 1775930.
HSL color Cylindrical-coordinate representation of color #3A191B: hue angle of 356.36º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A191B is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 27 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.77 |
| HSL | 356.36º | 0.4% | 0.16% | - |
| HSV(B) | 356.36º | 0.57% | 0.23% | - |
| XYZ | 2.29 | 1.67 | 1.24 | - |
| YUV | 35.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 27 | 0 | 0.57 | 0.53 | 0.77 | 356.36 | 0.4 | 0.16 |
| Hex | 3A | 19 | 1B | 0 | 39 | 35 | 4D | 164 | 28 | 10 |
| Octal | 72 | 31 | 33 | 0 | 71 | 65 | 115 | 544 | 50 | 20 |
| Binary | 111010 | 11001 | 11011 | 0 | 111001 | 110101 | 1001101 | 101100100 | 101000 | 10000 |
Color Harmonies of #3A191B
Complementary color
Monochromatic Colors of #3A191B
Black with #3A191B
Text Example
Text Example
White with #3A191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A191B; }
p { color: rgb(58,25,27); }
H1.HeaderClassName
{
color: #3A191B;
}
.AnyTagClassName
{
color: #3A191B;
}
</style>
background-color css
<style>
a { background-color: #3A191B; }
a { background-color: rgb(58,25,27); }
div.DivClassName
{
background-color: #3A191B;
}
.BgClassName
{
background-color: #3A191B;
}
</style>
border-color css
<style>
span { border-color: #3A191B; }
span { border-color: rgb(58,25,27); }
td.TdClassName
{
border-color: #3A191B;
}
.TagClassName
{
border-color: #3A191B;
}
</style>