Shades of Rustic Red #3A141B
Tints of Rustic Red #3A141B
RGB
CMYK
RGB Variations
Color information
#3A141B (or 0x3A141B) is known color: Rustic Red. HEX triplet: 3A, 14 and 1B. RGB value is (58,20,27). Sum of RGB (Red+Green+Blue) = 58+20+27=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A141B is #C5EBE4. Grayscale: #202020. Windows color (decimal): -12970981 or 1774650. OLE color: 1774650.
HSL color Cylindrical-coordinate representation of color #3A141B: hue angle of 348.95º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A141B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 27 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.77 |
| HSL | 348.95º | 0.49% | 0.15% | - |
| HSV(B) | 348.95º | 0.66% | 0.23% | - |
| XYZ | 2.19 | 1.48 | 1.21 | - |
| YUV | 32.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 27 | 0 | 0.66 | 0.53 | 0.77 | 348.95 | 0.49 | 0.15 |
| Hex | 3A | 14 | 1B | 0 | 42 | 35 | 4D | 15D | 31 | F |
| Octal | 72 | 24 | 33 | 0 | 102 | 65 | 115 | 535 | 61 | 17 |
| Binary | 111010 | 10100 | 11011 | 0 | 1000010 | 110101 | 1001101 | 101011101 | 110001 | 1111 |
Color Harmonies of #3A141B
Complementary color
Monochromatic Colors of #3A141B
Black with #3A141B
Text Example
Text Example
White with #3A141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A141B; }
p { color: rgb(58,20,27); }
H1.HeaderClassName
{
color: #3A141B;
}
.AnyTagClassName
{
color: #3A141B;
}
</style>
background-color css
<style>
a { background-color: #3A141B; }
a { background-color: rgb(58,20,27); }
div.DivClassName
{
background-color: #3A141B;
}
.BgClassName
{
background-color: #3A141B;
}
</style>
border-color css
<style>
span { border-color: #3A141B; }
span { border-color: rgb(58,20,27); }
td.TdClassName
{
border-color: #3A141B;
}
.TagClassName
{
border-color: #3A141B;
}
</style>