Shades of Rustic Red #46070C
Tints of Rustic Red #46070C
RGB
CMYK
RGB Variations
Color information
#46070C (or 0x46070C) is known color: Rustic Red. HEX triplet: 46, 07 and 0C. RGB value is (70,7,12). Sum of RGB (Red+Green+Blue) = 70+7+12=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #46070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46070C is #B9F8F3. Grayscale: #1A1A1A. Windows color (decimal): -12187892 or 788294. OLE color: 788294.
HSL color Cylindrical-coordinate representation of color #46070C: hue angle of 355.24º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46070C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 12 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.73 |
| HSL | 355.24º | 0.82% | 0.15% | - |
| HSV(B) | 355.24º | 0.9% | 0.27% | - |
| XYZ | 2.67 | 1.48 | 0.49 | - |
| YUV | 26.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 12 | 0 | 0.90 | 0.83 | 0.73 | 355.24 | 0.82 | 0.15 |
| Hex | 46 | 7 | C | 0 | 5A | 53 | 49 | 163 | 52 | F |
| Octal | 106 | 7 | 14 | 0 | 132 | 123 | 111 | 543 | 122 | 17 |
| Binary | 1000110 | 111 | 1100 | 0 | 1011010 | 1010011 | 1001001 | 101100011 | 1010010 | 1111 |
Color Harmonies of #46070C
Complementary color
Monochromatic Colors of #46070C
Black with #46070C
Text Example
Text Example
White with #46070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46070C; }
p { color: rgb(70,7,12); }
H1.HeaderClassName
{
color: #46070C;
}
.AnyTagClassName
{
color: #46070C;
}
</style>
background-color css
<style>
a { background-color: #46070C; }
a { background-color: rgb(70,7,12); }
div.DivClassName
{
background-color: #46070C;
}
.BgClassName
{
background-color: #46070C;
}
</style>
border-color css
<style>
span { border-color: #46070C; }
span { border-color: rgb(70,7,12); }
td.TdClassName
{
border-color: #46070C;
}
.TagClassName
{
border-color: #46070C;
}
</style>