Shades of Rustic Red #46020D
Tints of Rustic Red #46020D
RGB
CMYK
RGB Variations
Color information
#46020D (or 0x46020D) is known color: Rustic Red. HEX triplet: 46, 02 and 0D. RGB value is (70,2,13). Sum of RGB (Red+Green+Blue) = 70+2+13=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #46020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46020D is #B9FDF2. Grayscale: #171717. Windows color (decimal): -12189171 or 852550. OLE color: 852550.
HSL color Cylindrical-coordinate representation of color #46020D: hue angle of 350.29º 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 #46020D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 13 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.73 |
| HSL | 350.29º | 0.94% | 0.14% | - |
| HSV(B) | 350.29º | 0.97% | 0.27% | - |
| XYZ | 2.62 | 1.37 | 0.51 | - |
| YUV | 23.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 13 | 0 | 0.97 | 0.81 | 0.73 | 350.29 | 0.94 | 0.14 |
| Hex | 46 | 2 | D | 0 | 61 | 51 | 49 | 15E | 5E | E |
| Octal | 106 | 2 | 15 | 0 | 141 | 121 | 111 | 536 | 136 | 16 |
| Binary | 1000110 | 10 | 1101 | 0 | 1100001 | 1010001 | 1001001 | 101011110 | 1011110 | 1110 |
Color Harmonies of #46020D
Complementary color
Monochromatic Colors of #46020D
Black with #46020D
Text Example
Text Example
White with #46020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46020D; }
p { color: rgb(70,2,13); }
H1.HeaderClassName
{
color: #46020D;
}
.AnyTagClassName
{
color: #46020D;
}
</style>
background-color css
<style>
a { background-color: #46020D; }
a { background-color: rgb(70,2,13); }
div.DivClassName
{
background-color: #46020D;
}
.BgClassName
{
background-color: #46020D;
}
</style>
border-color css
<style>
span { border-color: #46020D; }
span { border-color: rgb(70,2,13); }
td.TdClassName
{
border-color: #46020D;
}
.TagClassName
{
border-color: #46020D;
}
</style>