Shades of Rustic Red #460106
Tints of Rustic Red #460106
RGB
CMYK
RGB Variations
Color information
#460106 (or 0x460106) is known color: Rustic Red. HEX triplet: 46, 01 and 06. RGB value is (70,1,6). Sum of RGB (Red+Green+Blue) = 70+1+6=77 (10% of max value = 765). Red value is 70 (27.73% from 255 or 90.91% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 70 - color contains mainly: red. Hex color #460106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460106 is #B9FEF9. Grayscale: #161616. Windows color (decimal): -12189434 or 393542. OLE color: 393542.
HSL color Cylindrical-coordinate representation of color #460106: hue angle of 355.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460106 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.73 |
| HSL | 355.65º | 0.97% | 0.14% | - |
| HSV(B) | 355.65º | 0.99% | 0.27% | - |
| XYZ | 2.57 | 1.34 | 0.29 | - |
| YUV | 22.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 6 | 0 | 0.99 | 0.91 | 0.73 | 355.65 | 0.97 | 0.14 |
| Hex | 46 | 1 | 6 | 0 | 63 | 5B | 49 | 164 | 61 | E |
| Octal | 106 | 1 | 6 | 0 | 143 | 133 | 111 | 544 | 141 | 16 |
| Binary | 1000110 | 1 | 110 | 0 | 1100011 | 1011011 | 1001001 | 101100100 | 1100001 | 1110 |
Color Harmonies of #460106
Complementary color
Monochromatic Colors of #460106
Black with #460106
Text Example
Text Example
White with #460106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460106; }
p { color: rgb(70,1,6); }
H1.HeaderClassName
{
color: #460106;
}
.AnyTagClassName
{
color: #460106;
}
</style>
background-color css
<style>
a { background-color: #460106; }
a { background-color: rgb(70,1,6); }
div.DivClassName
{
background-color: #460106;
}
.BgClassName
{
background-color: #460106;
}
</style>
border-color css
<style>
span { border-color: #460106; }
span { border-color: rgb(70,1,6); }
td.TdClassName
{
border-color: #460106;
}
.TagClassName
{
border-color: #460106;
}
</style>