Shades of Rustic Red #3A0014
Tints of Rustic Red #3A0014
RGB
CMYK
RGB Variations
Color information
#3A0014 (or 0x3A0014) is known color: Rustic Red. HEX triplet: 3A, 00 and 14. RGB value is (58,0,20). Sum of RGB (Red+Green+Blue) = 58+0+20=78 (10% of max value = 765). Red value is 58 (23.05% from 255 or 74.36% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0014 is #C5FFEB. Grayscale: #131313. Windows color (decimal): -12976108 or 1310778. OLE color: 1310778.
HSL color Cylindrical-coordinate representation of color #3A0014: hue angle of 339.31º 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 #3A0014 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.66 | 0.77 |
| HSL | 339.31º | 1% | 0.11% | - |
| HSV(B) | 339.31º | 1% | 0.23% | - |
| XYZ | 1.87 | 0.95 | 0.75 | - |
| YUV | 19.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 20 | 0 | 1 | 0.66 | 0.77 | 339.31 | 1 | 0.11 |
| Hex | 3A | 0 | 14 | 0 | 64 | 42 | 4D | 153 | 64 | B |
| Octal | 72 | 0 | 24 | 0 | 144 | 102 | 115 | 523 | 144 | 13 |
| Binary | 111010 | 0 | 10100 | 0 | 1100100 | 1000010 | 1001101 | 101010011 | 1100100 | 1011 |
Color Harmonies of #3A0014
Complementary color
Monochromatic Colors of #3A0014
Black with #3A0014
Text Example
Text Example
White with #3A0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0014; }
p { color: rgb(58,0,20); }
H1.HeaderClassName
{
color: #3A0014;
}
.AnyTagClassName
{
color: #3A0014;
}
</style>
background-color css
<style>
a { background-color: #3A0014; }
a { background-color: rgb(58,0,20); }
div.DivClassName
{
background-color: #3A0014;
}
.BgClassName
{
background-color: #3A0014;
}
</style>
border-color css
<style>
span { border-color: #3A0014; }
span { border-color: rgb(58,0,20); }
td.TdClassName
{
border-color: #3A0014;
}
.TagClassName
{
border-color: #3A0014;
}
</style>