Shades of Rustic Red #3A0912
Tints of Rustic Red #3A0912
RGB
CMYK
RGB Variations
Color information
#3A0912 (or 0x3A0912) is known color: Rustic Red. HEX triplet: 3A, 09 and 12. RGB value is (58,9,18). Sum of RGB (Red+Green+Blue) = 58+9+18=85 (11% of max value = 765). Red value is 58 (23.05% from 255 or 68.24% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0912 is #C5F6ED. Grayscale: #181818. Windows color (decimal): -12973806 or 1182010. OLE color: 1182010.
HSL color Cylindrical-coordinate representation of color #3A0912: hue angle of 348.98º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A0912 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 18 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.77 |
| HSL | 348.98º | 0.73% | 0.13% | - |
| HSV(B) | 348.98º | 0.84% | 0.23% | - |
| XYZ | 1.95 | 1.14 | 0.69 | - |
| YUV | 24.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 18 | 0 | 0.84 | 0.69 | 0.77 | 348.98 | 0.73 | 0.13 |
| Hex | 3A | 9 | 12 | 0 | 54 | 45 | 4D | 15D | 49 | D |
| Octal | 72 | 11 | 22 | 0 | 124 | 105 | 115 | 535 | 111 | 15 |
| Binary | 111010 | 1001 | 10010 | 0 | 1010100 | 1000101 | 1001101 | 101011101 | 1001001 | 1101 |
Color Harmonies of #3A0912
Complementary color
Monochromatic Colors of #3A0912
Black with #3A0912
Text Example
Text Example
White with #3A0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0912; }
p { color: rgb(58,9,18); }
H1.HeaderClassName
{
color: #3A0912;
}
.AnyTagClassName
{
color: #3A0912;
}
</style>
background-color css
<style>
a { background-color: #3A0912; }
a { background-color: rgb(58,9,18); }
div.DivClassName
{
background-color: #3A0912;
}
.BgClassName
{
background-color: #3A0912;
}
</style>
border-color css
<style>
span { border-color: #3A0912; }
span { border-color: rgb(58,9,18); }
td.TdClassName
{
border-color: #3A0912;
}
.TagClassName
{
border-color: #3A0912;
}
</style>