Shades of Rustic Red #3A000C
Tints of Rustic Red #3A000C
RGB
CMYK
RGB Variations
Color information
#3A000C (or 0x3A000C) is known color: Rustic Red. HEX triplet: 3A, 00 and 0C. RGB value is (58,0,12). Sum of RGB (Red+Green+Blue) = 58+0+12=70 (9% of max value = 765). Red value is 58 (23.05% from 255 or 82.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 58 - color contains mainly: red. Hex color #3A000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A000C is #C5FFF3. Grayscale: #121212. Windows color (decimal): -12976116 or 786490. OLE color: 786490.
HSL color Cylindrical-coordinate representation of color #3A000C: hue angle of 347.59º 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 #3A000C is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.79 | 0.77 |
| HSL | 347.59º | 1% | 0.11% | - |
| HSV(B) | 347.59º | 1% | 0.23% | - |
| XYZ | 1.81 | 0.93 | 0.43 | - |
| YUV | 18.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 12 | 0 | 1 | 0.79 | 0.77 | 347.59 | 1 | 0.11 |
| Hex | 3A | 0 | C | 0 | 64 | 4F | 4D | 15C | 64 | B |
| Octal | 72 | 0 | 14 | 0 | 144 | 117 | 115 | 534 | 144 | 13 |
| Binary | 111010 | 0 | 1100 | 0 | 1100100 | 1001111 | 1001101 | 101011100 | 1100100 | 1011 |
Color Harmonies of #3A000C
Complementary color
Monochromatic Colors of #3A000C
Black with #3A000C
Text Example
Text Example
White with #3A000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A000C; }
p { color: rgb(58,0,12); }
H1.HeaderClassName
{
color: #3A000C;
}
.AnyTagClassName
{
color: #3A000C;
}
</style>
background-color css
<style>
a { background-color: #3A000C; }
a { background-color: rgb(58,0,12); }
div.DivClassName
{
background-color: #3A000C;
}
.BgClassName
{
background-color: #3A000C;
}
</style>
border-color css
<style>
span { border-color: #3A000C; }
span { border-color: rgb(58,0,12); }
td.TdClassName
{
border-color: #3A000C;
}
.TagClassName
{
border-color: #3A000C;
}
</style>