Shades of Rustic Red #46030E
Tints of Rustic Red #46030E
RGB
CMYK
RGB Variations
Color information
#46030E (or 0x46030E) is known color: Rustic Red. HEX triplet: 46, 03 and 0E. RGB value is (70,3,14). Sum of RGB (Red+Green+Blue) = 70+3+14=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #46030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46030E is #B9FCF1. Grayscale: #181818. Windows color (decimal): -12188914 or 918342. OLE color: 918342.
HSL color Cylindrical-coordinate representation of color #46030E: hue angle of 350.15º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46030E is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 3 | 14 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.73 |
| HSL | 350.15º | 0.92% | 0.14% | - |
| HSV(B) | 350.15º | 0.96% | 0.27% | - |
| XYZ | 2.64 | 1.4 | 0.55 | - |
| YUV | 24.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 14 | 0 | 0.96 | 0.80 | 0.73 | 350.15 | 0.92 | 0.14 |
| Hex | 46 | 3 | E | 0 | 60 | 50 | 49 | 15E | 5C | E |
| Octal | 106 | 3 | 16 | 0 | 140 | 120 | 111 | 536 | 134 | 16 |
| Binary | 1000110 | 11 | 1110 | 0 | 1100000 | 1010000 | 1001001 | 101011110 | 1011100 | 1110 |
Color Harmonies of #46030E
Complementary color
Monochromatic Colors of #46030E
Black with #46030E
Text Example
Text Example
White with #46030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46030E; }
p { color: rgb(70,3,14); }
H1.HeaderClassName
{
color: #46030E;
}
.AnyTagClassName
{
color: #46030E;
}
</style>
background-color css
<style>
a { background-color: #46030E; }
a { background-color: rgb(70,3,14); }
div.DivClassName
{
background-color: #46030E;
}
.BgClassName
{
background-color: #46030E;
}
</style>
border-color css
<style>
span { border-color: #46030E; }
span { border-color: rgb(70,3,14); }
td.TdClassName
{
border-color: #46030E;
}
.TagClassName
{
border-color: #46030E;
}
</style>