Shades of Rustic Red #46020F
Tints of Rustic Red #46020F
RGB
CMYK
RGB Variations
Color information
#46020F (or 0x46020F) is known color: Rustic Red. HEX triplet: 46, 02 and 0F. RGB value is (70,2,15). Sum of RGB (Red+Green+Blue) = 70+2+15=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #46020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46020F is #B9FDF0. Grayscale: #171717. Windows color (decimal): -12189169 or 983622. OLE color: 983622.
HSL color Cylindrical-coordinate representation of color #46020F: hue angle of 348.53º 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 #46020F is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 15 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.73 |
| HSL | 348.53º | 0.94% | 0.14% | - |
| HSV(B) | 348.53º | 0.97% | 0.27% | - |
| XYZ | 2.63 | 1.38 | 0.58 | - |
| YUV | 23.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 15 | 0 | 0.97 | 0.79 | 0.73 | 348.53 | 0.94 | 0.14 |
| Hex | 46 | 2 | F | 0 | 61 | 4F | 49 | 15D | 5E | E |
| Octal | 106 | 2 | 17 | 0 | 141 | 117 | 111 | 535 | 136 | 16 |
| Binary | 1000110 | 10 | 1111 | 0 | 1100001 | 1001111 | 1001001 | 101011101 | 1011110 | 1110 |
Color Harmonies of #46020F
Complementary color
Monochromatic Colors of #46020F
Black with #46020F
Text Example
Text Example
White with #46020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46020F; }
p { color: rgb(70,2,15); }
H1.HeaderClassName
{
color: #46020F;
}
.AnyTagClassName
{
color: #46020F;
}
</style>
background-color css
<style>
a { background-color: #46020F; }
a { background-color: rgb(70,2,15); }
div.DivClassName
{
background-color: #46020F;
}
.BgClassName
{
background-color: #46020F;
}
</style>
border-color css
<style>
span { border-color: #46020F; }
span { border-color: rgb(70,2,15); }
td.TdClassName
{
border-color: #46020F;
}
.TagClassName
{
border-color: #46020F;
}
</style>