Shades of Rustic Red #461516
Tints of Rustic Red #461516
RGB
CMYK
RGB Variations
Color information
#461516 (or 0x461516) is known color: Rustic Red. HEX triplet: 46, 15 and 16. RGB value is (70,21,22). Sum of RGB (Red+Green+Blue) = 70+21+22=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461516 is #B9EAE9. Grayscale: #232323. Windows color (decimal): -12184298 or 1447238. OLE color: 1447238.
HSL color Cylindrical-coordinate representation of color #461516: hue angle of 358.78º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461516 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 22 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.73 |
| HSL | 358.78º | 0.54% | 0.18% | - |
| HSV(B) | 358.78º | 0.7% | 0.27% | - |
| XYZ | 2.94 | 1.9 | 0.97 | - |
| YUV | 35.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 22 | 0 | 0.70 | 0.69 | 0.73 | 358.78 | 0.54 | 0.18 |
| Hex | 46 | 15 | 16 | 0 | 46 | 45 | 49 | 167 | 36 | 12 |
| Octal | 106 | 25 | 26 | 0 | 106 | 105 | 111 | 547 | 66 | 22 |
| Binary | 1000110 | 10101 | 10110 | 0 | 1000110 | 1000101 | 1001001 | 101100111 | 110110 | 10010 |
Color Harmonies of #461516
Complementary color
Monochromatic Colors of #461516
Black with #461516
Text Example
Text Example
White with #461516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461516; }
p { color: rgb(70,21,22); }
H1.HeaderClassName
{
color: #461516;
}
.AnyTagClassName
{
color: #461516;
}
</style>
background-color css
<style>
a { background-color: #461516; }
a { background-color: rgb(70,21,22); }
div.DivClassName
{
background-color: #461516;
}
.BgClassName
{
background-color: #461516;
}
</style>
border-color css
<style>
span { border-color: #461516; }
span { border-color: rgb(70,21,22); }
td.TdClassName
{
border-color: #461516;
}
.TagClassName
{
border-color: #461516;
}
</style>