Shades of Rustic Red #3A0F13
Tints of Rustic Red #3A0F13
RGB
CMYK
RGB Variations
Color information
#3A0F13 (or 0x3A0F13) is known color: Rustic Red. HEX triplet: 3A, 0F and 13. RGB value is (58,15,19). Sum of RGB (Red+Green+Blue) = 58+15+19=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F13 is #C5F0EC. Grayscale: #1C1C1C. Windows color (decimal): -12972269 or 1249082. OLE color: 1249082.
HSL color Cylindrical-coordinate representation of color #3A0F13: hue angle of 354.42º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A0F13 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 19 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.77 |
| HSL | 354.42º | 0.59% | 0.14% | - |
| HSV(B) | 354.42º | 0.74% | 0.23% | - |
| XYZ | 2.03 | 1.29 | 0.76 | - |
| YUV | 28.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 19 | 0 | 0.74 | 0.67 | 0.77 | 354.42 | 0.59 | 0.14 |
| Hex | 3A | F | 13 | 0 | 4A | 43 | 4D | 162 | 3B | E |
| Octal | 72 | 17 | 23 | 0 | 112 | 103 | 115 | 542 | 73 | 16 |
| Binary | 111010 | 1111 | 10011 | 0 | 1001010 | 1000011 | 1001101 | 101100010 | 111011 | 1110 |
Color Harmonies of #3A0F13
Complementary color
Monochromatic Colors of #3A0F13
Black with #3A0F13
Text Example
Text Example
White with #3A0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F13; }
p { color: rgb(58,15,19); }
H1.HeaderClassName
{
color: #3A0F13;
}
.AnyTagClassName
{
color: #3A0F13;
}
</style>
background-color css
<style>
a { background-color: #3A0F13; }
a { background-color: rgb(58,15,19); }
div.DivClassName
{
background-color: #3A0F13;
}
.BgClassName
{
background-color: #3A0F13;
}
</style>
border-color css
<style>
span { border-color: #3A0F13; }
span { border-color: rgb(58,15,19); }
td.TdClassName
{
border-color: #3A0F13;
}
.TagClassName
{
border-color: #3A0F13;
}
</style>