Shades of Rustic Red #46060D
Tints of Rustic Red #46060D
RGB
CMYK
RGB Variations
Color information
#46060D (or 0x46060D) is known color: Rustic Red. HEX triplet: 46, 06 and 0D. RGB value is (70,6,13). Sum of RGB (Red+Green+Blue) = 70+6+13=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #46060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46060D is #B9F9F2. Grayscale: #191919. Windows color (decimal): -12188147 or 853574. OLE color: 853574.
HSL color Cylindrical-coordinate representation of color #46060D: hue angle of 353.44º 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 #46060D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 13 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.73 |
| HSL | 353.44º | 0.84% | 0.15% | - |
| HSV(B) | 353.44º | 0.91% | 0.27% | - |
| XYZ | 2.66 | 1.46 | 0.52 | - |
| YUV | 25.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 13 | 0 | 0.91 | 0.81 | 0.73 | 353.44 | 0.84 | 0.15 |
| Hex | 46 | 6 | D | 0 | 5B | 51 | 49 | 161 | 54 | F |
| Octal | 106 | 6 | 15 | 0 | 133 | 121 | 111 | 541 | 124 | 17 |
| Binary | 1000110 | 110 | 1101 | 0 | 1011011 | 1010001 | 1001001 | 101100001 | 1010100 | 1111 |
Color Harmonies of #46060D
Complementary color
Monochromatic Colors of #46060D
Black with #46060D
Text Example
Text Example
White with #46060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46060D; }
p { color: rgb(70,6,13); }
H1.HeaderClassName
{
color: #46060D;
}
.AnyTagClassName
{
color: #46060D;
}
</style>
background-color css
<style>
a { background-color: #46060D; }
a { background-color: rgb(70,6,13); }
div.DivClassName
{
background-color: #46060D;
}
.BgClassName
{
background-color: #46060D;
}
</style>
border-color css
<style>
span { border-color: #46060D; }
span { border-color: rgb(70,6,13); }
td.TdClassName
{
border-color: #46060D;
}
.TagClassName
{
border-color: #46060D;
}
</style>