Shades of Rustic Red #46070B
Tints of Rustic Red #46070B
RGB
CMYK
RGB Variations
Color information
#46070B (or 0x46070B) is known color: Rustic Red. HEX triplet: 46, 07 and 0B. RGB value is (70,7,11). Sum of RGB (Red+Green+Blue) = 70+7+11=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #46070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46070B is #B9F8F4. Grayscale: #1A1A1A. Windows color (decimal): -12187893 or 722758. OLE color: 722758.
HSL color Cylindrical-coordinate representation of color #46070B: hue angle of 356.19º 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 #46070B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 11 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.73 |
| HSL | 356.19º | 0.82% | 0.15% | - |
| HSV(B) | 356.19º | 0.9% | 0.27% | - |
| XYZ | 2.66 | 1.48 | 0.46 | - |
| YUV | 26.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 11 | 0 | 0.90 | 0.84 | 0.73 | 356.19 | 0.82 | 0.15 |
| Hex | 46 | 7 | B | 0 | 5A | 54 | 49 | 164 | 52 | F |
| Octal | 106 | 7 | 13 | 0 | 132 | 124 | 111 | 544 | 122 | 17 |
| Binary | 1000110 | 111 | 1011 | 0 | 1011010 | 1010100 | 1001001 | 101100100 | 1010010 | 1111 |
Color Harmonies of #46070B
Complementary color
Monochromatic Colors of #46070B
Black with #46070B
Text Example
Text Example
White with #46070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46070B; }
p { color: rgb(70,7,11); }
H1.HeaderClassName
{
color: #46070B;
}
.AnyTagClassName
{
color: #46070B;
}
</style>
background-color css
<style>
a { background-color: #46070B; }
a { background-color: rgb(70,7,11); }
div.DivClassName
{
background-color: #46070B;
}
.BgClassName
{
background-color: #46070B;
}
</style>
border-color css
<style>
span { border-color: #46070B; }
span { border-color: rgb(70,7,11); }
td.TdClassName
{
border-color: #46070B;
}
.TagClassName
{
border-color: #46070B;
}
</style>