Shades of Rustic Red #3A0011
Tints of Rustic Red #3A0011
RGB
CMYK
RGB Variations
Color information
#3A0011 (or 0x3A0011) is known color: Rustic Red. HEX triplet: 3A, 00 and 11. RGB value is (58,0,17). Sum of RGB (Red+Green+Blue) = 58+0+17=75 (9% of max value = 765). Red value is 58 (23.05% from 255 or 77.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0011 is #C5FFEE. Grayscale: #131313. Windows color (decimal): -12976111 or 1114170. OLE color: 1114170.
HSL color Cylindrical-coordinate representation of color #3A0011: hue angle of 342.41º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0011 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.71 | 0.77 |
| HSL | 342.41º | 1% | 0.11% | - |
| HSV(B) | 342.41º | 1% | 0.23% | - |
| XYZ | 1.85 | 0.94 | 0.61 | - |
| YUV | 19.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 17 | 0 | 1 | 0.71 | 0.77 | 342.41 | 1 | 0.11 |
| Hex | 3A | 0 | 11 | 0 | 64 | 47 | 4D | 156 | 64 | B |
| Octal | 72 | 0 | 21 | 0 | 144 | 107 | 115 | 526 | 144 | 13 |
| Binary | 111010 | 0 | 10001 | 0 | 1100100 | 1000111 | 1001101 | 101010110 | 1100100 | 1011 |
Color Harmonies of #3A0011
Complementary color
Monochromatic Colors of #3A0011
Black with #3A0011
Text Example
Text Example
White with #3A0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0011; }
p { color: rgb(58,0,17); }
H1.HeaderClassName
{
color: #3A0011;
}
.AnyTagClassName
{
color: #3A0011;
}
</style>
background-color css
<style>
a { background-color: #3A0011; }
a { background-color: rgb(58,0,17); }
div.DivClassName
{
background-color: #3A0011;
}
.BgClassName
{
background-color: #3A0011;
}
</style>
border-color css
<style>
span { border-color: #3A0011; }
span { border-color: rgb(58,0,17); }
td.TdClassName
{
border-color: #3A0011;
}
.TagClassName
{
border-color: #3A0011;
}
</style>