Shades of Rustic Red #460415
Tints of Rustic Red #460415
RGB
CMYK
RGB Variations
Color information
#460415 (or 0x460415) is known color: Rustic Red. HEX triplet: 46, 04 and 15. RGB value is (70,4,21). Sum of RGB (Red+Green+Blue) = 70+4+21=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460415 is #B9FBEA. Grayscale: #191919. Windows color (decimal): -12188651 or 1377350. OLE color: 1377350.
HSL color Cylindrical-coordinate representation of color #460415: hue angle of 344.55º 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 #460415 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 4 | 21 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.73 |
| HSL | 344.55º | 0.89% | 0.15% | - |
| HSV(B) | 344.55º | 0.94% | 0.27% | - |
| XYZ | 2.7 | 1.44 | 0.85 | - |
| YUV | 25.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 21 | 0 | 0.94 | 0.70 | 0.73 | 344.55 | 0.89 | 0.15 |
| Hex | 46 | 4 | 15 | 0 | 5E | 46 | 49 | 159 | 59 | F |
| Octal | 106 | 4 | 25 | 0 | 136 | 106 | 111 | 531 | 131 | 17 |
| Binary | 1000110 | 100 | 10101 | 0 | 1011110 | 1000110 | 1001001 | 101011001 | 1011001 | 1111 |
Color Harmonies of #460415
Complementary color
Monochromatic Colors of #460415
Black with #460415
Text Example
Text Example
White with #460415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460415; }
p { color: rgb(70,4,21); }
H1.HeaderClassName
{
color: #460415;
}
.AnyTagClassName
{
color: #460415;
}
</style>
background-color css
<style>
a { background-color: #460415; }
a { background-color: rgb(70,4,21); }
div.DivClassName
{
background-color: #460415;
}
.BgClassName
{
background-color: #460415;
}
</style>
border-color css
<style>
span { border-color: #460415; }
span { border-color: rgb(70,4,21); }
td.TdClassName
{
border-color: #460415;
}
.TagClassName
{
border-color: #460415;
}
</style>