Shades of Rustic Red #46060E
Tints of Rustic Red #46060E
RGB
CMYK
RGB Variations
Color information
#46060E (or 0x46060E) is known color: Rustic Red. HEX triplet: 46, 06 and 0E. RGB value is (70,6,14). Sum of RGB (Red+Green+Blue) = 70+6+14=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #46060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46060E is #B9F9F1. Grayscale: #1A1A1A. Windows color (decimal): -12188146 or 919110. OLE color: 919110.
HSL color Cylindrical-coordinate representation of color #46060E: hue angle of 352.5º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46060E is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 14 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.73 |
| HSL | 352.5º | 0.84% | 0.15% | - |
| HSV(B) | 352.5º | 0.91% | 0.27% | - |
| XYZ | 2.67 | 1.46 | 0.56 | - |
| YUV | 26.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 14 | 0 | 0.91 | 0.80 | 0.73 | 352.5 | 0.84 | 0.15 |
| Hex | 46 | 6 | E | 0 | 5B | 50 | 49 | 160 | 54 | F |
| Octal | 106 | 6 | 16 | 0 | 133 | 120 | 111 | 540 | 124 | 17 |
| Binary | 1000110 | 110 | 1110 | 0 | 1011011 | 1010000 | 1001001 | 101100000 | 1010100 | 1111 |
Color Harmonies of #46060E
Complementary color
Monochromatic Colors of #46060E
Black with #46060E
Text Example
Text Example
White with #46060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46060E; }
p { color: rgb(70,6,14); }
H1.HeaderClassName
{
color: #46060E;
}
.AnyTagClassName
{
color: #46060E;
}
</style>
background-color css
<style>
a { background-color: #46060E; }
a { background-color: rgb(70,6,14); }
div.DivClassName
{
background-color: #46060E;
}
.BgClassName
{
background-color: #46060E;
}
</style>
border-color css
<style>
span { border-color: #46060E; }
span { border-color: rgb(70,6,14); }
td.TdClassName
{
border-color: #46060E;
}
.TagClassName
{
border-color: #46060E;
}
</style>