Shades of Rustic Red #460711
Tints of Rustic Red #460711
RGB
CMYK
RGB Variations
Color information
#460711 (or 0x460711) is known color: Rustic Red. HEX triplet: 46, 07 and 11. RGB value is (70,7,17). Sum of RGB (Red+Green+Blue) = 70+7+17=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #460711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460711 is #B9F8EE. Grayscale: #1B1B1B. Windows color (decimal): -12187887 or 1115974. OLE color: 1115974.
HSL color Cylindrical-coordinate representation of color #460711: hue angle of 350.48º 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 #460711 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 17 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.73 |
| HSL | 350.48º | 0.82% | 0.15% | - |
| HSV(B) | 350.48º | 0.9% | 0.27% | - |
| XYZ | 2.7 | 1.49 | 0.68 | - |
| YUV | 26.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 17 | 0 | 0.90 | 0.76 | 0.73 | 350.48 | 0.82 | 0.15 |
| Hex | 46 | 7 | 11 | 0 | 5A | 4C | 49 | 15E | 52 | F |
| Octal | 106 | 7 | 21 | 0 | 132 | 114 | 111 | 536 | 122 | 17 |
| Binary | 1000110 | 111 | 10001 | 0 | 1011010 | 1001100 | 1001001 | 101011110 | 1010010 | 1111 |
Color Harmonies of #460711
Complementary color
Monochromatic Colors of #460711
Black with #460711
Text Example
Text Example
White with #460711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460711; }
p { color: rgb(70,7,17); }
H1.HeaderClassName
{
color: #460711;
}
.AnyTagClassName
{
color: #460711;
}
</style>
background-color css
<style>
a { background-color: #460711; }
a { background-color: rgb(70,7,17); }
div.DivClassName
{
background-color: #460711;
}
.BgClassName
{
background-color: #460711;
}
</style>
border-color css
<style>
span { border-color: #460711; }
span { border-color: rgb(70,7,17); }
td.TdClassName
{
border-color: #460711;
}
.TagClassName
{
border-color: #460711;
}
</style>