Shades of Rustic Red #46070F
Tints of Rustic Red #46070F
RGB
CMYK
RGB Variations
Color information
#46070F (or 0x46070F) is known color: Rustic Red. HEX triplet: 46, 07 and 0F. RGB value is (70,7,15). Sum of RGB (Red+Green+Blue) = 70+7+15=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #46070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46070F is #B9F8F0. Grayscale: #1A1A1A. Windows color (decimal): -12187889 or 984902. OLE color: 984902.
HSL color Cylindrical-coordinate representation of color #46070F: hue angle of 352.38º 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 #46070F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 15 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.73 |
| HSL | 352.38º | 0.82% | 0.15% | - |
| HSV(B) | 352.38º | 0.9% | 0.27% | - |
| XYZ | 2.69 | 1.49 | 0.6 | - |
| YUV | 26.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 15 | 0 | 0.90 | 0.79 | 0.73 | 352.38 | 0.82 | 0.15 |
| Hex | 46 | 7 | F | 0 | 5A | 4F | 49 | 160 | 52 | F |
| Octal | 106 | 7 | 17 | 0 | 132 | 117 | 111 | 540 | 122 | 17 |
| Binary | 1000110 | 111 | 1111 | 0 | 1011010 | 1001111 | 1001001 | 101100000 | 1010010 | 1111 |
Color Harmonies of #46070F
Complementary color
Monochromatic Colors of #46070F
Black with #46070F
Text Example
Text Example
White with #46070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46070F; }
p { color: rgb(70,7,15); }
H1.HeaderClassName
{
color: #46070F;
}
.AnyTagClassName
{
color: #46070F;
}
</style>
background-color css
<style>
a { background-color: #46070F; }
a { background-color: rgb(70,7,15); }
div.DivClassName
{
background-color: #46070F;
}
.BgClassName
{
background-color: #46070F;
}
</style>
border-color css
<style>
span { border-color: #46070F; }
span { border-color: rgb(70,7,15); }
td.TdClassName
{
border-color: #46070F;
}
.TagClassName
{
border-color: #46070F;
}
</style>