Shades of Rustic Red #460004
Tints of Rustic Red #460004
RGB
CMYK
RGB Variations
Color information
#460004 (or 0x460004) is known color: Rustic Red. HEX triplet: 46, 00 and 04. RGB value is (70,0,4). Sum of RGB (Red+Green+Blue) = 70+0+4=74 (9% of max value = 765). Red value is 70 (27.73% from 255 or 94.59% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 70 - color contains mainly: red. Hex color #460004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460004 is #B9FFFB. Grayscale: #151515. Windows color (decimal): -12189692 or 262214. OLE color: 262214.
HSL color Cylindrical-coordinate representation of color #460004: hue angle of 356.57º 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 #460004 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.94 | 0.73 |
| HSL | 356.57º | 1% | 0.14% | - |
| HSV(B) | 356.57º | 1% | 0.27% | - |
| XYZ | 2.55 | 1.31 | 0.23 | - |
| YUV | 21.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 4 | 0 | 1 | 0.94 | 0.73 | 356.57 | 1 | 0.14 |
| Hex | 46 | 0 | 4 | 0 | 64 | 5E | 49 | 165 | 64 | E |
| Octal | 106 | 0 | 4 | 0 | 144 | 136 | 111 | 545 | 144 | 16 |
| Binary | 1000110 | 0 | 100 | 0 | 1100100 | 1011110 | 1001001 | 101100101 | 1100100 | 1110 |
Color Harmonies of #460004
Complementary color
Monochromatic Colors of #460004
Black with #460004
Text Example
Text Example
White with #460004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460004; }
p { color: rgb(70,0,4); }
H1.HeaderClassName
{
color: #460004;
}
.AnyTagClassName
{
color: #460004;
}
</style>
background-color css
<style>
a { background-color: #460004; }
a { background-color: rgb(70,0,4); }
div.DivClassName
{
background-color: #460004;
}
.BgClassName
{
background-color: #460004;
}
</style>
border-color css
<style>
span { border-color: #460004; }
span { border-color: rgb(70,0,4); }
td.TdClassName
{
border-color: #460004;
}
.TagClassName
{
border-color: #460004;
}
</style>