Shades of Rustic Red #460206
Tints of Rustic Red #460206
RGB
CMYK
RGB Variations
Color information
#460206 (or 0x460206) is known color: Rustic Red. HEX triplet: 46, 02 and 06. RGB value is (70,2,6). Sum of RGB (Red+Green+Blue) = 70+2+6=78 (10% of max value = 765). Red value is 70 (27.73% from 255 or 89.74% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 70 - color contains mainly: red. Hex color #460206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460206 is #B9FDF9. Grayscale: #161616. Windows color (decimal): -12189178 or 393798. OLE color: 393798.
HSL color Cylindrical-coordinate representation of color #460206: hue angle of 356.47º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460206 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 6 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.73 |
| HSL | 356.47º | 0.94% | 0.14% | - |
| HSV(B) | 356.47º | 0.97% | 0.27% | - |
| XYZ | 2.58 | 1.36 | 0.3 | - |
| YUV | 22.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 6 | 0 | 0.97 | 0.91 | 0.73 | 356.47 | 0.94 | 0.14 |
| Hex | 46 | 2 | 6 | 0 | 61 | 5B | 49 | 164 | 5E | E |
| Octal | 106 | 2 | 6 | 0 | 141 | 133 | 111 | 544 | 136 | 16 |
| Binary | 1000110 | 10 | 110 | 0 | 1100001 | 1011011 | 1001001 | 101100100 | 1011110 | 1110 |
Color Harmonies of #460206
Complementary color
Monochromatic Colors of #460206
Black with #460206
Text Example
Text Example
White with #460206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460206; }
p { color: rgb(70,2,6); }
H1.HeaderClassName
{
color: #460206;
}
.AnyTagClassName
{
color: #460206;
}
</style>
background-color css
<style>
a { background-color: #460206; }
a { background-color: rgb(70,2,6); }
div.DivClassName
{
background-color: #460206;
}
.BgClassName
{
background-color: #460206;
}
</style>
border-color css
<style>
span { border-color: #460206; }
span { border-color: rgb(70,2,6); }
td.TdClassName
{
border-color: #460206;
}
.TagClassName
{
border-color: #460206;
}
</style>