Shades of Rustic Red #460609
Tints of Rustic Red #460609
RGB
CMYK
RGB Variations
Color information
#460609 (or 0x460609) is known color: Rustic Red. HEX triplet: 46, 06 and 09. RGB value is (70,6,9). Sum of RGB (Red+Green+Blue) = 70+6+9=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #460609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460609 is #B9F9F6. Grayscale: #191919. Windows color (decimal): -12188151 or 591430. OLE color: 591430.
HSL color Cylindrical-coordinate representation of color #460609: hue angle of 357.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460609 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 9 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.73 |
| HSL | 357.19º | 0.84% | 0.15% | - |
| HSV(B) | 357.19º | 0.91% | 0.27% | - |
| XYZ | 2.64 | 1.45 | 0.4 | - |
| YUV | 25.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 9 | 0 | 0.91 | 0.87 | 0.73 | 357.19 | 0.84 | 0.15 |
| Hex | 46 | 6 | 9 | 0 | 5B | 57 | 49 | 165 | 54 | F |
| Octal | 106 | 6 | 11 | 0 | 133 | 127 | 111 | 545 | 124 | 17 |
| Binary | 1000110 | 110 | 1001 | 0 | 1011011 | 1010111 | 1001001 | 101100101 | 1010100 | 1111 |
Color Harmonies of #460609
Complementary color
Monochromatic Colors of #460609
Black with #460609
Text Example
Text Example
White with #460609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460609; }
p { color: rgb(70,6,9); }
H1.HeaderClassName
{
color: #460609;
}
.AnyTagClassName
{
color: #460609;
}
</style>
background-color css
<style>
a { background-color: #460609; }
a { background-color: rgb(70,6,9); }
div.DivClassName
{
background-color: #460609;
}
.BgClassName
{
background-color: #460609;
}
</style>
border-color css
<style>
span { border-color: #460609; }
span { border-color: rgb(70,6,9); }
td.TdClassName
{
border-color: #460609;
}
.TagClassName
{
border-color: #460609;
}
</style>