Shades of Rustic Red #460409
Tints of Rustic Red #460409
RGB
CMYK
RGB Variations
Color information
#460409 (or 0x460409) is known color: Rustic Red. HEX triplet: 46, 04 and 09. RGB value is (70,4,9). Sum of RGB (Red+Green+Blue) = 70+4+9=83 (10% of max value = 765). Red value is 70 (27.73% from 255 or 84.34% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 70 - color contains mainly: red. Hex color #460409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460409 is #B9FBF6. Grayscale: #181818. Windows color (decimal): -12188663 or 590918. OLE color: 590918.
HSL color Cylindrical-coordinate representation of color #460409: hue angle of 355.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460409 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 4 | 9 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.73 |
| HSL | 355.45º | 0.89% | 0.15% | - |
| HSV(B) | 355.45º | 0.94% | 0.27% | - |
| XYZ | 2.62 | 1.41 | 0.39 | - |
| YUV | 24.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 9 | 0 | 0.94 | 0.87 | 0.73 | 355.45 | 0.89 | 0.15 |
| Hex | 46 | 4 | 9 | 0 | 5E | 57 | 49 | 163 | 59 | F |
| Octal | 106 | 4 | 11 | 0 | 136 | 127 | 111 | 543 | 131 | 17 |
| Binary | 1000110 | 100 | 1001 | 0 | 1011110 | 1010111 | 1001001 | 101100011 | 1011001 | 1111 |
Color Harmonies of #460409
Complementary color
Monochromatic Colors of #460409
Black with #460409
Text Example
Text Example
White with #460409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460409; }
p { color: rgb(70,4,9); }
H1.HeaderClassName
{
color: #460409;
}
.AnyTagClassName
{
color: #460409;
}
</style>
background-color css
<style>
a { background-color: #460409; }
a { background-color: rgb(70,4,9); }
div.DivClassName
{
background-color: #460409;
}
.BgClassName
{
background-color: #460409;
}
</style>
border-color css
<style>
span { border-color: #460409; }
span { border-color: rgb(70,4,9); }
td.TdClassName
{
border-color: #460409;
}
.TagClassName
{
border-color: #460409;
}
</style>