Shades of Rustic Red #3A030E
Tints of Rustic Red #3A030E
RGB
CMYK
RGB Variations
Color information
#3A030E (or 0x3A030E) is known color: Rustic Red. HEX triplet: 3A, 03 and 0E. RGB value is (58,3,14). Sum of RGB (Red+Green+Blue) = 58+3+14=75 (9% of max value = 765). Red value is 58 (23.05% from 255 or 77.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 58 - color contains mainly: red. Hex color #3A030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A030E is #C5FCF1. Grayscale: #141414. Windows color (decimal): -12975346 or 918330. OLE color: 918330.
HSL color Cylindrical-coordinate representation of color #3A030E: hue angle of 348º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A030E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 14 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.77 |
| HSL | 348º | 0.9% | 0.12% | - |
| HSV(B) | 348º | 0.95% | 0.23% | - |
| XYZ | 1.86 | 1 | 0.51 | - |
| YUV | 20.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 14 | 0 | 0.95 | 0.76 | 0.77 | 348 | 0.9 | 0.12 |
| Hex | 3A | 3 | E | 0 | 5F | 4C | 4D | 15C | 5A | C |
| Octal | 72 | 3 | 16 | 0 | 137 | 114 | 115 | 534 | 132 | 14 |
| Binary | 111010 | 11 | 1110 | 0 | 1011111 | 1001100 | 1001101 | 101011100 | 1011010 | 1100 |
Color Harmonies of #3A030E
Complementary color
Monochromatic Colors of #3A030E
Black with #3A030E
Text Example
Text Example
White with #3A030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A030E; }
p { color: rgb(58,3,14); }
H1.HeaderClassName
{
color: #3A030E;
}
.AnyTagClassName
{
color: #3A030E;
}
</style>
background-color css
<style>
a { background-color: #3A030E; }
a { background-color: rgb(58,3,14); }
div.DivClassName
{
background-color: #3A030E;
}
.BgClassName
{
background-color: #3A030E;
}
</style>
border-color css
<style>
span { border-color: #3A030E; }
span { border-color: rgb(58,3,14); }
td.TdClassName
{
border-color: #3A030E;
}
.TagClassName
{
border-color: #3A030E;
}
</style>