Shades of Rustic Red #46080B
Tints of Rustic Red #46080B
RGB
CMYK
RGB Variations
Color information
#46080B (or 0x46080B) is known color: Rustic Red. HEX triplet: 46, 08 and 0B. RGB value is (70,8,11). Sum of RGB (Red+Green+Blue) = 70+8+11=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #46080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46080B is #B9F7F4. Grayscale: #1A1A1A. Windows color (decimal): -12187637 or 723014. OLE color: 723014.
HSL color Cylindrical-coordinate representation of color #46080B: hue angle of 357.1º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46080B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 11 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.73 |
| HSL | 357.1º | 0.79% | 0.15% | - |
| HSV(B) | 357.1º | 0.89% | 0.27% | - |
| XYZ | 2.67 | 1.5 | 0.47 | - |
| YUV | 26.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 11 | 0 | 0.89 | 0.84 | 0.73 | 357.1 | 0.79 | 0.15 |
| Hex | 46 | 8 | B | 0 | 59 | 54 | 49 | 165 | 4F | F |
| Octal | 106 | 10 | 13 | 0 | 131 | 124 | 111 | 545 | 117 | 17 |
| Binary | 1000110 | 1000 | 1011 | 0 | 1011001 | 1010100 | 1001001 | 101100101 | 1001111 | 1111 |
Color Harmonies of #46080B
Complementary color
Monochromatic Colors of #46080B
Black with #46080B
Text Example
Text Example
White with #46080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46080B; }
p { color: rgb(70,8,11); }
H1.HeaderClassName
{
color: #46080B;
}
.AnyTagClassName
{
color: #46080B;
}
</style>
background-color css
<style>
a { background-color: #46080B; }
a { background-color: rgb(70,8,11); }
div.DivClassName
{
background-color: #46080B;
}
.BgClassName
{
background-color: #46080B;
}
</style>
border-color css
<style>
span { border-color: #46080B; }
span { border-color: rgb(70,8,11); }
td.TdClassName
{
border-color: #46080B;
}
.TagClassName
{
border-color: #46080B;
}
</style>