Shades of Rustic Red #3A090F
Tints of Rustic Red #3A090F
RGB
CMYK
RGB Variations
Color information
#3A090F (or 0x3A090F) is known color: Rustic Red. HEX triplet: 3A, 09 and 0F. RGB value is (58,9,15). Sum of RGB (Red+Green+Blue) = 58+9+15=82 (10% of max value = 765). Red value is 58 (23.05% from 255 or 70.73% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 58 - color contains mainly: red. Hex color #3A090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A090F is #C5F6F0. Grayscale: #181818. Windows color (decimal): -12973809 or 985402. OLE color: 985402.
HSL color Cylindrical-coordinate representation of color #3A090F: hue angle of 352.65º 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 #3A090F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 15 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.77 |
| HSL | 352.65º | 0.73% | 0.13% | - |
| HSV(B) | 352.65º | 0.84% | 0.23% | - |
| XYZ | 1.93 | 1.13 | 0.57 | - |
| YUV | 24.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 15 | 0 | 0.84 | 0.74 | 0.77 | 352.65 | 0.73 | 0.13 |
| Hex | 3A | 9 | F | 0 | 54 | 4A | 4D | 161 | 49 | D |
| Octal | 72 | 11 | 17 | 0 | 124 | 112 | 115 | 541 | 111 | 15 |
| Binary | 111010 | 1001 | 1111 | 0 | 1010100 | 1001010 | 1001101 | 101100001 | 1001001 | 1101 |
Color Harmonies of #3A090F
Complementary color
Monochromatic Colors of #3A090F
Black with #3A090F
Text Example
Text Example
White with #3A090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A090F; }
p { color: rgb(58,9,15); }
H1.HeaderClassName
{
color: #3A090F;
}
.AnyTagClassName
{
color: #3A090F;
}
</style>
background-color css
<style>
a { background-color: #3A090F; }
a { background-color: rgb(58,9,15); }
div.DivClassName
{
background-color: #3A090F;
}
.BgClassName
{
background-color: #3A090F;
}
</style>
border-color css
<style>
span { border-color: #3A090F; }
span { border-color: rgb(58,9,15); }
td.TdClassName
{
border-color: #3A090F;
}
.TagClassName
{
border-color: #3A090F;
}
</style>