Shades of Rustic Red #3A090C
Tints of Rustic Red #3A090C
RGB
CMYK
RGB Variations
Color information
#3A090C (or 0x3A090C) is known color: Rustic Red. HEX triplet: 3A, 09 and 0C. RGB value is (58,9,12). Sum of RGB (Red+Green+Blue) = 58+9+12=79 (10% of max value = 765). Red value is 58 (23.05% from 255 or 73.42% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 58 - color contains mainly: red. Hex color #3A090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A090C is #C5F6F3. Grayscale: #181818. Windows color (decimal): -12973812 or 788794. OLE color: 788794.
HSL color Cylindrical-coordinate representation of color #3A090C: hue angle of 356.33º 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 #3A090C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 12 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.77 |
| HSL | 356.33º | 0.73% | 0.13% | - |
| HSV(B) | 356.33º | 0.84% | 0.23% | - |
| XYZ | 1.91 | 1.12 | 0.46 | - |
| YUV | 23.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 12 | 0 | 0.84 | 0.79 | 0.77 | 356.33 | 0.73 | 0.13 |
| Hex | 3A | 9 | C | 0 | 54 | 4F | 4D | 164 | 49 | D |
| Octal | 72 | 11 | 14 | 0 | 124 | 117 | 115 | 544 | 111 | 15 |
| Binary | 111010 | 1001 | 1100 | 0 | 1010100 | 1001111 | 1001101 | 101100100 | 1001001 | 1101 |
Color Harmonies of #3A090C
Complementary color
Monochromatic Colors of #3A090C
Black with #3A090C
Text Example
Text Example
White with #3A090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A090C; }
p { color: rgb(58,9,12); }
H1.HeaderClassName
{
color: #3A090C;
}
.AnyTagClassName
{
color: #3A090C;
}
</style>
background-color css
<style>
a { background-color: #3A090C; }
a { background-color: rgb(58,9,12); }
div.DivClassName
{
background-color: #3A090C;
}
.BgClassName
{
background-color: #3A090C;
}
</style>
border-color css
<style>
span { border-color: #3A090C; }
span { border-color: rgb(58,9,12); }
td.TdClassName
{
border-color: #3A090C;
}
.TagClassName
{
border-color: #3A090C;
}
</style>