Shades of Rustic Red #460215
Tints of Rustic Red #460215
RGB
CMYK
RGB Variations
Color information
#460215 (or 0x460215) is known color: Rustic Red. HEX triplet: 46, 02 and 15. RGB value is (70,2,21). Sum of RGB (Red+Green+Blue) = 70+2+21=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460215 is #B9FDEA. Grayscale: #181818. Windows color (decimal): -12189163 or 1376838. OLE color: 1376838.
HSL color Cylindrical-coordinate representation of color #460215: hue angle of 343.24º 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 #460215 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 21 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.73 |
| HSL | 343.24º | 0.94% | 0.14% | - |
| HSV(B) | 343.24º | 0.97% | 0.27% | - |
| XYZ | 2.68 | 1.4 | 0.84 | - |
| YUV | 24.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 21 | 0 | 0.97 | 0.70 | 0.73 | 343.24 | 0.94 | 0.14 |
| Hex | 46 | 2 | 15 | 0 | 61 | 46 | 49 | 157 | 5E | E |
| Octal | 106 | 2 | 25 | 0 | 141 | 106 | 111 | 527 | 136 | 16 |
| Binary | 1000110 | 10 | 10101 | 0 | 1100001 | 1000110 | 1001001 | 101010111 | 1011110 | 1110 |
Color Harmonies of #460215
Complementary color
Monochromatic Colors of #460215
Black with #460215
Text Example
Text Example
White with #460215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460215; }
p { color: rgb(70,2,21); }
H1.HeaderClassName
{
color: #460215;
}
.AnyTagClassName
{
color: #460215;
}
</style>
background-color css
<style>
a { background-color: #460215; }
a { background-color: rgb(70,2,21); }
div.DivClassName
{
background-color: #460215;
}
.BgClassName
{
background-color: #460215;
}
</style>
border-color css
<style>
span { border-color: #460215; }
span { border-color: rgb(70,2,21); }
td.TdClassName
{
border-color: #460215;
}
.TagClassName
{
border-color: #460215;
}
</style>