Shades of Rustic Red #3A0111
Tints of Rustic Red #3A0111
RGB
CMYK
RGB Variations
Color information
#3A0111 (or 0x3A0111) is known color: Rustic Red. HEX triplet: 3A, 01 and 11. RGB value is (58,1,17). Sum of RGB (Red+Green+Blue) = 58+1+17=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0111 is #C5FEEE. Grayscale: #131313. Windows color (decimal): -12975855 or 1114426. OLE color: 1114426.
HSL color Cylindrical-coordinate representation of color #3A0111: hue angle of 343.16º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0111 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 1 | 17 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.77 |
| HSL | 343.16º | 0.97% | 0.12% | - |
| HSV(B) | 343.16º | 0.98% | 0.23% | - |
| XYZ | 1.86 | 0.96 | 0.62 | - |
| YUV | 19.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 17 | 0 | 0.98 | 0.71 | 0.77 | 343.16 | 0.97 | 0.12 |
| Hex | 3A | 1 | 11 | 0 | 62 | 47 | 4D | 157 | 61 | C |
| Octal | 72 | 1 | 21 | 0 | 142 | 107 | 115 | 527 | 141 | 14 |
| Binary | 111010 | 1 | 10001 | 0 | 1100010 | 1000111 | 1001101 | 101010111 | 1100001 | 1100 |
Color Harmonies of #3A0111
Complementary color
Monochromatic Colors of #3A0111
Black with #3A0111
Text Example
Text Example
White with #3A0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0111; }
p { color: rgb(58,1,17); }
H1.HeaderClassName
{
color: #3A0111;
}
.AnyTagClassName
{
color: #3A0111;
}
</style>
background-color css
<style>
a { background-color: #3A0111; }
a { background-color: rgb(58,1,17); }
div.DivClassName
{
background-color: #3A0111;
}
.BgClassName
{
background-color: #3A0111;
}
</style>
border-color css
<style>
span { border-color: #3A0111; }
span { border-color: rgb(58,1,17); }
td.TdClassName
{
border-color: #3A0111;
}
.TagClassName
{
border-color: #3A0111;
}
</style>