Shades of Rustic Red #3A0A0F
Tints of Rustic Red #3A0A0F
RGB
CMYK
RGB Variations
Color information
#3A0A0F (or 0x3A0A0F) is known color: Rustic Red. HEX triplet: 3A, 0A and 0F. RGB value is (58,10,15). Sum of RGB (Red+Green+Blue) = 58+10+15=83 (10% of max value = 765). Red value is 58 (23.05% from 255 or 69.88% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0A0F is #C5F5F0. Grayscale: #181818. Windows color (decimal): -12973553 or 985658. OLE color: 985658.
HSL color Cylindrical-coordinate representation of color #3A0A0F: hue angle of 353.75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A0A0F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 10 | 15 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.77 |
| HSL | 353.75º | 0.71% | 0.13% | - |
| HSV(B) | 353.75º | 0.83% | 0.23% | - |
| XYZ | 1.94 | 1.15 | 0.57 | - |
| YUV | 24.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 15 | 0 | 0.83 | 0.74 | 0.77 | 353.75 | 0.71 | 0.13 |
| Hex | 3A | A | F | 0 | 53 | 4A | 4D | 162 | 47 | D |
| Octal | 72 | 12 | 17 | 0 | 123 | 112 | 115 | 542 | 107 | 15 |
| Binary | 111010 | 1010 | 1111 | 0 | 1010011 | 1001010 | 1001101 | 101100010 | 1000111 | 1101 |
Color Harmonies of #3A0A0F
Complementary color
Monochromatic Colors of #3A0A0F
Black with #3A0A0F
Text Example
Text Example
White with #3A0A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A0F; }
p { color: rgb(58,10,15); }
H1.HeaderClassName
{
color: #3A0A0F;
}
.AnyTagClassName
{
color: #3A0A0F;
}
</style>
background-color css
<style>
a { background-color: #3A0A0F; }
a { background-color: rgb(58,10,15); }
div.DivClassName
{
background-color: #3A0A0F;
}
.BgClassName
{
background-color: #3A0A0F;
}
</style>
border-color css
<style>
span { border-color: #3A0A0F; }
span { border-color: rgb(58,10,15); }
td.TdClassName
{
border-color: #3A0A0F;
}
.TagClassName
{
border-color: #3A0A0F;
}
</style>