Shades of Rustic Red #46141A
Tints of Rustic Red #46141A
RGB
CMYK
RGB Variations
Color information
#46141A (or 0x46141A) is known color: Rustic Red. HEX triplet: 46, 14 and 1A. RGB value is (70,20,26). Sum of RGB (Red+Green+Blue) = 70+20+26=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46141A is #B9EBE5. Grayscale: #232323. Windows color (decimal): -12184550 or 1709126. OLE color: 1709126.
HSL color Cylindrical-coordinate representation of color #46141A: hue angle of 352.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46141A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 20 | 26 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.73 |
| HSL | 352.8º | 0.56% | 0.18% | - |
| HSV(B) | 352.8º | 0.71% | 0.27% | - |
| XYZ | 2.96 | 1.88 | 1.18 | - |
| YUV | 35.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 26 | 0 | 0.71 | 0.63 | 0.73 | 352.8 | 0.56 | 0.18 |
| Hex | 46 | 14 | 1A | 0 | 47 | 3F | 49 | 161 | 38 | 12 |
| Octal | 106 | 24 | 32 | 0 | 107 | 77 | 111 | 541 | 70 | 22 |
| Binary | 1000110 | 10100 | 11010 | 0 | 1000111 | 111111 | 1001001 | 101100001 | 111000 | 10010 |
Color Harmonies of #46141A
Complementary color
Monochromatic Colors of #46141A
Black with #46141A
Text Example
Text Example
White with #46141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46141A; }
p { color: rgb(70,20,26); }
H1.HeaderClassName
{
color: #46141A;
}
.AnyTagClassName
{
color: #46141A;
}
</style>
background-color css
<style>
a { background-color: #46141A; }
a { background-color: rgb(70,20,26); }
div.DivClassName
{
background-color: #46141A;
}
.BgClassName
{
background-color: #46141A;
}
</style>
border-color css
<style>
span { border-color: #46141A; }
span { border-color: rgb(70,20,26); }
td.TdClassName
{
border-color: #46141A;
}
.TagClassName
{
border-color: #46141A;
}
</style>