Shades of Rustic Red #460007
Tints of Rustic Red #460007
RGB
CMYK
RGB Variations
Color information
#460007 (or 0x460007) is known color: Rustic Red. HEX triplet: 46, 00 and 07. RGB value is (70,0,7). Sum of RGB (Red+Green+Blue) = 70+0+7=77 (10% of max value = 765). Red value is 70 (27.73% from 255 or 90.91% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 70 - color contains mainly: red. Hex color #460007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460007 is #B9FFF8. Grayscale: #151515. Windows color (decimal): -12189689 or 458822. OLE color: 458822.
HSL color Cylindrical-coordinate representation of color #460007: hue angle of 354º 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 #460007 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.90 | 0.73 |
| HSL | 354º | 1% | 0.14% | - |
| HSV(B) | 354º | 1% | 0.27% | - |
| XYZ | 2.56 | 1.32 | 0.32 | - |
| YUV | 21.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 7 | 0 | 1 | 0.90 | 0.73 | 354 | 1 | 0.14 |
| Hex | 46 | 0 | 7 | 0 | 64 | 5A | 49 | 162 | 64 | E |
| Octal | 106 | 0 | 7 | 0 | 144 | 132 | 111 | 542 | 144 | 16 |
| Binary | 1000110 | 0 | 111 | 0 | 1100100 | 1011010 | 1001001 | 101100010 | 1100100 | 1110 |
Color Harmonies of #460007
Complementary color
Monochromatic Colors of #460007
Black with #460007
Text Example
Text Example
White with #460007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460007; }
p { color: rgb(70,0,7); }
H1.HeaderClassName
{
color: #460007;
}
.AnyTagClassName
{
color: #460007;
}
</style>
background-color css
<style>
a { background-color: #460007; }
a { background-color: rgb(70,0,7); }
div.DivClassName
{
background-color: #460007;
}
.BgClassName
{
background-color: #460007;
}
</style>
border-color css
<style>
span { border-color: #460007; }
span { border-color: rgb(70,0,7); }
td.TdClassName
{
border-color: #460007;
}
.TagClassName
{
border-color: #460007;
}
</style>