Shades of Rustic Red #46010A
Tints of Rustic Red #46010A
RGB
CMYK
RGB Variations
Color information
#46010A (or 0x46010A) is known color: Rustic Red. HEX triplet: 46, 01 and 0A. RGB value is (70,1,10). Sum of RGB (Red+Green+Blue) = 70+1+10=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #46010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46010A is #B9FEF5. Grayscale: #161616. Windows color (decimal): -12189430 or 655686. OLE color: 655686.
HSL color Cylindrical-coordinate representation of color #46010A: hue angle of 352.17º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46010A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.73 |
| HSL | 352.17º | 0.97% | 0.14% | - |
| HSV(B) | 352.17º | 0.99% | 0.27% | - |
| XYZ | 2.59 | 1.35 | 0.41 | - |
| YUV | 22.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 10 | 0 | 0.99 | 0.86 | 0.73 | 352.17 | 0.97 | 0.14 |
| Hex | 46 | 1 | A | 0 | 63 | 56 | 49 | 160 | 61 | E |
| Octal | 106 | 1 | 12 | 0 | 143 | 126 | 111 | 540 | 141 | 16 |
| Binary | 1000110 | 1 | 1010 | 0 | 1100011 | 1010110 | 1001001 | 101100000 | 1100001 | 1110 |
Color Harmonies of #46010A
Complementary color
Monochromatic Colors of #46010A
Black with #46010A
Text Example
Text Example
White with #46010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46010A; }
p { color: rgb(70,1,10); }
H1.HeaderClassName
{
color: #46010A;
}
.AnyTagClassName
{
color: #46010A;
}
</style>
background-color css
<style>
a { background-color: #46010A; }
a { background-color: rgb(70,1,10); }
div.DivClassName
{
background-color: #46010A;
}
.BgClassName
{
background-color: #46010A;
}
</style>
border-color css
<style>
span { border-color: #46010A; }
span { border-color: rgb(70,1,10); }
td.TdClassName
{
border-color: #46010A;
}
.TagClassName
{
border-color: #46010A;
}
</style>