Shades of Rustic Red #3A030D
Tints of Rustic Red #3A030D
RGB
CMYK
RGB Variations
Color information
#3A030D (or 0x3A030D) is known color: Rustic Red. HEX triplet: 3A, 03 and 0D. RGB value is (58,3,13). Sum of RGB (Red+Green+Blue) = 58+3+13=74 (9% of max value = 765). Red value is 58 (23.05% from 255 or 78.38% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 58 - color contains mainly: red. Hex color #3A030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A030D is #C5FCF2. Grayscale: #141414. Windows color (decimal): -12975347 or 852794. OLE color: 852794.
HSL color Cylindrical-coordinate representation of color #3A030D: hue angle of 349.09º 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 #3A030D is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 13 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.77 |
| HSL | 349.09º | 0.9% | 0.12% | - |
| HSV(B) | 349.09º | 0.95% | 0.23% | - |
| XYZ | 1.85 | 0.99 | 0.48 | - |
| YUV | 20.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 13 | 0 | 0.95 | 0.78 | 0.77 | 349.09 | 0.9 | 0.12 |
| Hex | 3A | 3 | D | 0 | 5F | 4E | 4D | 15D | 5A | C |
| Octal | 72 | 3 | 15 | 0 | 137 | 116 | 115 | 535 | 132 | 14 |
| Binary | 111010 | 11 | 1101 | 0 | 1011111 | 1001110 | 1001101 | 101011101 | 1011010 | 1100 |
Color Harmonies of #3A030D
Complementary color
Monochromatic Colors of #3A030D
Black with #3A030D
Text Example
Text Example
White with #3A030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A030D; }
p { color: rgb(58,3,13); }
H1.HeaderClassName
{
color: #3A030D;
}
.AnyTagClassName
{
color: #3A030D;
}
</style>
background-color css
<style>
a { background-color: #3A030D; }
a { background-color: rgb(58,3,13); }
div.DivClassName
{
background-color: #3A030D;
}
.BgClassName
{
background-color: #3A030D;
}
</style>
border-color css
<style>
span { border-color: #3A030D; }
span { border-color: rgb(58,3,13); }
td.TdClassName
{
border-color: #3A030D;
}
.TagClassName
{
border-color: #3A030D;
}
</style>