Shades of Rustic Red #46050C
Tints of Rustic Red #46050C
RGB
CMYK
RGB Variations
Color information
#46050C (or 0x46050C) is known color: Rustic Red. HEX triplet: 46, 05 and 0C. RGB value is (70,5,12). Sum of RGB (Red+Green+Blue) = 70+5+12=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #46050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46050C is #B9FAF3. Grayscale: #191919. Windows color (decimal): -12188404 or 787782. OLE color: 787782.
HSL color Cylindrical-coordinate representation of color #46050C: hue angle of 353.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46050C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 12 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.73 |
| HSL | 353.54º | 0.87% | 0.15% | - |
| HSV(B) | 353.54º | 0.93% | 0.27% | - |
| XYZ | 2.65 | 1.44 | 0.49 | - |
| YUV | 25.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 12 | 0 | 0.93 | 0.83 | 0.73 | 353.54 | 0.87 | 0.15 |
| Hex | 46 | 5 | C | 0 | 5D | 53 | 49 | 162 | 57 | F |
| Octal | 106 | 5 | 14 | 0 | 135 | 123 | 111 | 542 | 127 | 17 |
| Binary | 1000110 | 101 | 1100 | 0 | 1011101 | 1010011 | 1001001 | 101100010 | 1010111 | 1111 |
Color Harmonies of #46050C
Complementary color
Monochromatic Colors of #46050C
Black with #46050C
Text Example
Text Example
White with #46050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46050C; }
p { color: rgb(70,5,12); }
H1.HeaderClassName
{
color: #46050C;
}
.AnyTagClassName
{
color: #46050C;
}
</style>
background-color css
<style>
a { background-color: #46050C; }
a { background-color: rgb(70,5,12); }
div.DivClassName
{
background-color: #46050C;
}
.BgClassName
{
background-color: #46050C;
}
</style>
border-color css
<style>
span { border-color: #46050C; }
span { border-color: rgb(70,5,12); }
td.TdClassName
{
border-color: #46050C;
}
.TagClassName
{
border-color: #46050C;
}
</style>