Shades of Rustic Red #460611
Tints of Rustic Red #460611
RGB
CMYK
RGB Variations
Color information
#460611 (or 0x460611) is known color: Rustic Red. HEX triplet: 46, 06 and 11. RGB value is (70,6,17). Sum of RGB (Red+Green+Blue) = 70+6+17=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460611 is #B9F9EE. Grayscale: #1A1A1A. Windows color (decimal): -12188143 or 1115718. OLE color: 1115718.
HSL color Cylindrical-coordinate representation of color #460611: hue angle of 349.69º 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 #460611 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 17 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.73 |
| HSL | 349.69º | 0.84% | 0.15% | - |
| HSV(B) | 349.69º | 0.91% | 0.27% | - |
| XYZ | 2.69 | 1.47 | 0.67 | - |
| YUV | 26.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 17 | 0 | 0.91 | 0.76 | 0.73 | 349.69 | 0.84 | 0.15 |
| Hex | 46 | 6 | 11 | 0 | 5B | 4C | 49 | 15E | 54 | F |
| Octal | 106 | 6 | 21 | 0 | 133 | 114 | 111 | 536 | 124 | 17 |
| Binary | 1000110 | 110 | 10001 | 0 | 1011011 | 1001100 | 1001001 | 101011110 | 1010100 | 1111 |
Color Harmonies of #460611
Complementary color
Monochromatic Colors of #460611
Black with #460611
Text Example
Text Example
White with #460611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460611; }
p { color: rgb(70,6,17); }
H1.HeaderClassName
{
color: #460611;
}
.AnyTagClassName
{
color: #460611;
}
</style>
background-color css
<style>
a { background-color: #460611; }
a { background-color: rgb(70,6,17); }
div.DivClassName
{
background-color: #460611;
}
.BgClassName
{
background-color: #460611;
}
</style>
border-color css
<style>
span { border-color: #460611; }
span { border-color: rgb(70,6,17); }
td.TdClassName
{
border-color: #460611;
}
.TagClassName
{
border-color: #460611;
}
</style>