Shades of Rustic Red #3A0F10
Tints of Rustic Red #3A0F10
RGB
CMYK
RGB Variations
Color information
#3A0F10 (or 0x3A0F10) is known color: Rustic Red. HEX triplet: 3A, 0F and 10. RGB value is (58,15,16). Sum of RGB (Red+Green+Blue) = 58+15+16=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F10 is #C5F0EF. Grayscale: #1C1C1C. Windows color (decimal): -12972272 or 1052474. OLE color: 1052474.
HSL color Cylindrical-coordinate representation of color #3A0F10: hue angle of 358.6º 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 #3A0F10 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 16 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.77 |
| HSL | 358.6º | 0.59% | 0.14% | - |
| HSV(B) | 358.6º | 0.74% | 0.23% | - |
| XYZ | 2.01 | 1.28 | 0.63 | - |
| YUV | 27.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 16 | 0 | 0.74 | 0.72 | 0.77 | 358.6 | 0.59 | 0.14 |
| Hex | 3A | F | 10 | 0 | 4A | 48 | 4D | 167 | 3B | E |
| Octal | 72 | 17 | 20 | 0 | 112 | 110 | 115 | 547 | 73 | 16 |
| Binary | 111010 | 1111 | 10000 | 0 | 1001010 | 1001000 | 1001101 | 101100111 | 111011 | 1110 |
Color Harmonies of #3A0F10
Complementary color
Monochromatic Colors of #3A0F10
Black with #3A0F10
Text Example
Text Example
White with #3A0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F10; }
p { color: rgb(58,15,16); }
H1.HeaderClassName
{
color: #3A0F10;
}
.AnyTagClassName
{
color: #3A0F10;
}
</style>
background-color css
<style>
a { background-color: #3A0F10; }
a { background-color: rgb(58,15,16); }
div.DivClassName
{
background-color: #3A0F10;
}
.BgClassName
{
background-color: #3A0F10;
}
</style>
border-color css
<style>
span { border-color: #3A0F10; }
span { border-color: rgb(58,15,16); }
td.TdClassName
{
border-color: #3A0F10;
}
.TagClassName
{
border-color: #3A0F10;
}
</style>