Shades of Rustic Red #460011
Tints of Rustic Red #460011
RGB
CMYK
RGB Variations
Color information
#460011 (or 0x460011) is known color: Rustic Red. HEX triplet: 46, 00 and 11. RGB value is (70,0,17). Sum of RGB (Red+Green+Blue) = 70+0+17=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #460011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460011 is #B9FFEE. Grayscale: #161616. Windows color (decimal): -12189679 or 1114182. OLE color: 1114182.
HSL color Cylindrical-coordinate representation of color #460011: hue angle of 345.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460011 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.76 | 0.73 |
| HSL | 345.43º | 1% | 0.14% | - |
| HSV(B) | 345.43º | 1% | 0.27% | - |
| XYZ | 2.63 | 1.34 | 0.65 | - |
| YUV | 22.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 17 | 0 | 1 | 0.76 | 0.73 | 345.43 | 1 | 0.14 |
| Hex | 46 | 0 | 11 | 0 | 64 | 4C | 49 | 159 | 64 | E |
| Octal | 106 | 0 | 21 | 0 | 144 | 114 | 111 | 531 | 144 | 16 |
| Binary | 1000110 | 0 | 10001 | 0 | 1100100 | 1001100 | 1001001 | 101011001 | 1100100 | 1110 |
Color Harmonies of #460011
Complementary color
Monochromatic Colors of #460011
Black with #460011
Text Example
Text Example
White with #460011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460011; }
p { color: rgb(70,0,17); }
H1.HeaderClassName
{
color: #460011;
}
.AnyTagClassName
{
color: #460011;
}
</style>
background-color css
<style>
a { background-color: #460011; }
a { background-color: rgb(70,0,17); }
div.DivClassName
{
background-color: #460011;
}
.BgClassName
{
background-color: #460011;
}
</style>
border-color css
<style>
span { border-color: #460011; }
span { border-color: rgb(70,0,17); }
td.TdClassName
{
border-color: #460011;
}
.TagClassName
{
border-color: #460011;
}
</style>