Shades of Rustic Red #3A000D
Tints of Rustic Red #3A000D
RGB
CMYK
RGB Variations
Color information
#3A000D (or 0x3A000D) is known color: Rustic Red. HEX triplet: 3A, 00 and 0D. RGB value is (58,0,13). Sum of RGB (Red+Green+Blue) = 58+0+13=71 (9% of max value = 765). Red value is 58 (23.05% from 255 or 81.69% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 58 - color contains mainly: red. Hex color #3A000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A000D is #C5FFF2. Grayscale: #121212. Windows color (decimal): -12976115 or 852026. OLE color: 852026.
HSL color Cylindrical-coordinate representation of color #3A000D: hue angle of 346.55º 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 #3A000D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.78 | 0.77 |
| HSL | 346.55º | 1% | 0.11% | - |
| HSV(B) | 346.55º | 1% | 0.23% | - |
| XYZ | 1.82 | 0.93 | 0.46 | - |
| YUV | 18.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 13 | 0 | 1 | 0.78 | 0.77 | 346.55 | 1 | 0.11 |
| Hex | 3A | 0 | D | 0 | 64 | 4E | 4D | 15B | 64 | B |
| Octal | 72 | 0 | 15 | 0 | 144 | 116 | 115 | 533 | 144 | 13 |
| Binary | 111010 | 0 | 1101 | 0 | 1100100 | 1001110 | 1001101 | 101011011 | 1100100 | 1011 |
Color Harmonies of #3A000D
Complementary color
Monochromatic Colors of #3A000D
Black with #3A000D
Text Example
Text Example
White with #3A000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A000D; }
p { color: rgb(58,0,13); }
H1.HeaderClassName
{
color: #3A000D;
}
.AnyTagClassName
{
color: #3A000D;
}
</style>
background-color css
<style>
a { background-color: #3A000D; }
a { background-color: rgb(58,0,13); }
div.DivClassName
{
background-color: #3A000D;
}
.BgClassName
{
background-color: #3A000D;
}
</style>
border-color css
<style>
span { border-color: #3A000D; }
span { border-color: rgb(58,0,13); }
td.TdClassName
{
border-color: #3A000D;
}
.TagClassName
{
border-color: #3A000D;
}
</style>