Shades of Rustic Red #46020A
Tints of Rustic Red #46020A
RGB
CMYK
RGB Variations
Color information
#46020A (or 0x46020A) is known color: Rustic Red. HEX triplet: 46, 02 and 0A. RGB value is (70,2,10). Sum of RGB (Red+Green+Blue) = 70+2+10=82 (10% of max value = 765). Red value is 70 (27.73% from 255 or 85.37% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 70 - color contains mainly: red. Hex color #46020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46020A is #B9FDF5. Grayscale: #171717. Windows color (decimal): -12189174 or 655942. OLE color: 655942.
HSL color Cylindrical-coordinate representation of color #46020A: hue angle of 352.94º 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 #46020A is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 10 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.73 |
| HSL | 352.94º | 0.94% | 0.14% | - |
| HSV(B) | 352.94º | 0.97% | 0.27% | - |
| XYZ | 2.6 | 1.37 | 0.41 | - |
| YUV | 23.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 10 | 0 | 0.97 | 0.86 | 0.73 | 352.94 | 0.94 | 0.14 |
| Hex | 46 | 2 | A | 0 | 61 | 56 | 49 | 161 | 5E | E |
| Octal | 106 | 2 | 12 | 0 | 141 | 126 | 111 | 541 | 136 | 16 |
| Binary | 1000110 | 10 | 1010 | 0 | 1100001 | 1010110 | 1001001 | 101100001 | 1011110 | 1110 |
Color Harmonies of #46020A
Complementary color
Monochromatic Colors of #46020A
Black with #46020A
Text Example
Text Example
White with #46020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46020A; }
p { color: rgb(70,2,10); }
H1.HeaderClassName
{
color: #46020A;
}
.AnyTagClassName
{
color: #46020A;
}
</style>
background-color css
<style>
a { background-color: #46020A; }
a { background-color: rgb(70,2,10); }
div.DivClassName
{
background-color: #46020A;
}
.BgClassName
{
background-color: #46020A;
}
</style>
border-color css
<style>
span { border-color: #46020A; }
span { border-color: rgb(70,2,10); }
td.TdClassName
{
border-color: #46020A;
}
.TagClassName
{
border-color: #46020A;
}
</style>