Shades of Rustic Red #3A0109
Tints of Rustic Red #3A0109
RGB
CMYK
RGB Variations
Color information
#3A0109 (or 0x3A0109) is known color: Rustic Red. HEX triplet: 3A, 01 and 09. RGB value is (58,1,9). Sum of RGB (Red+Green+Blue) = 58+1+9=68 (9% of max value = 765). Red value is 58 (23.05% from 255 or 85.29% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0109 is #C5FEF6. Grayscale: #121212. Windows color (decimal): -12975863 or 590138. OLE color: 590138.
HSL color Cylindrical-coordinate representation of color #3A0109: hue angle of 351.58º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0109 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 1 | 9 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.77 |
| HSL | 351.58º | 0.97% | 0.12% | - |
| HSV(B) | 351.58º | 0.98% | 0.23% | - |
| XYZ | 1.81 | 0.94 | 0.34 | - |
| YUV | 18.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 9 | 0 | 0.98 | 0.84 | 0.77 | 351.58 | 0.97 | 0.12 |
| Hex | 3A | 1 | 9 | 0 | 62 | 54 | 4D | 160 | 61 | C |
| Octal | 72 | 1 | 11 | 0 | 142 | 124 | 115 | 540 | 141 | 14 |
| Binary | 111010 | 1 | 1001 | 0 | 1100010 | 1010100 | 1001101 | 101100000 | 1100001 | 1100 |
Color Harmonies of #3A0109
Complementary color
Monochromatic Colors of #3A0109
Black with #3A0109
Text Example
Text Example
White with #3A0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0109; }
p { color: rgb(58,1,9); }
H1.HeaderClassName
{
color: #3A0109;
}
.AnyTagClassName
{
color: #3A0109;
}
</style>
background-color css
<style>
a { background-color: #3A0109; }
a { background-color: rgb(58,1,9); }
div.DivClassName
{
background-color: #3A0109;
}
.BgClassName
{
background-color: #3A0109;
}
</style>
border-color css
<style>
span { border-color: #3A0109; }
span { border-color: rgb(58,1,9); }
td.TdClassName
{
border-color: #3A0109;
}
.TagClassName
{
border-color: #3A0109;
}
</style>