Shades of Rustic Red #460015
Tints of Rustic Red #460015
RGB
CMYK
RGB Variations
Color information
#460015 (or 0x460015) is known color: Rustic Red. HEX triplet: 46, 00 and 15. RGB value is (70,0,21). Sum of RGB (Red+Green+Blue) = 70+0+21=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #460015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460015 is #B9FFEA. Grayscale: #171717. Windows color (decimal): -12189675 or 1376326. OLE color: 1376326.
HSL color Cylindrical-coordinate representation of color #460015: hue angle of 342º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460015 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.70 | 0.73 |
| HSL | 342º | 1% | 0.14% | - |
| HSV(B) | 342º | 1% | 0.27% | - |
| XYZ | 2.66 | 1.36 | 0.83 | - |
| YUV | 23.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 21 | 0 | 1 | 0.70 | 0.73 | 342 | 1 | 0.14 |
| Hex | 46 | 0 | 15 | 0 | 64 | 46 | 49 | 156 | 64 | E |
| Octal | 106 | 0 | 25 | 0 | 144 | 106 | 111 | 526 | 144 | 16 |
| Binary | 1000110 | 0 | 10101 | 0 | 1100100 | 1000110 | 1001001 | 101010110 | 1100100 | 1110 |
Color Harmonies of #460015
Complementary color
Monochromatic Colors of #460015
Black with #460015
Text Example
Text Example
White with #460015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460015; }
p { color: rgb(70,0,21); }
H1.HeaderClassName
{
color: #460015;
}
.AnyTagClassName
{
color: #460015;
}
</style>
background-color css
<style>
a { background-color: #460015; }
a { background-color: rgb(70,0,21); }
div.DivClassName
{
background-color: #460015;
}
.BgClassName
{
background-color: #460015;
}
</style>
border-color css
<style>
span { border-color: #460015; }
span { border-color: rgb(70,0,21); }
td.TdClassName
{
border-color: #460015;
}
.TagClassName
{
border-color: #460015;
}
</style>