Shades of Rustic Red #46191A
Tints of Rustic Red #46191A
RGB
CMYK
RGB Variations
Color information
#46191A (or 0x46191A) is known color: Rustic Red. HEX triplet: 46, 19 and 1A. RGB value is (70,25,26). Sum of RGB (Red+Green+Blue) = 70+25+26=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46191A is #B9E6E5. Grayscale: #262626. Windows color (decimal): -12183270 or 1710406. OLE color: 1710406.
HSL color Cylindrical-coordinate representation of color #46191A: hue angle of 358.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46191A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 26 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.73 |
| HSL | 358.67º | 0.47% | 0.19% | - |
| HSV(B) | 358.67º | 0.64% | 0.27% | - |
| XYZ | 3.06 | 2.07 | 1.22 | - |
| YUV | 38.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 26 | 0 | 0.64 | 0.63 | 0.73 | 358.67 | 0.47 | 0.19 |
| Hex | 46 | 19 | 1A | 0 | 40 | 3F | 49 | 167 | 2F | 13 |
| Octal | 106 | 31 | 32 | 0 | 100 | 77 | 111 | 547 | 57 | 23 |
| Binary | 1000110 | 11001 | 11010 | 0 | 1000000 | 111111 | 1001001 | 101100111 | 101111 | 10011 |
Color Harmonies of #46191A
Complementary color
Monochromatic Colors of #46191A
Black with #46191A
Text Example
Text Example
White with #46191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46191A; }
p { color: rgb(70,25,26); }
H1.HeaderClassName
{
color: #46191A;
}
.AnyTagClassName
{
color: #46191A;
}
</style>
background-color css
<style>
a { background-color: #46191A; }
a { background-color: rgb(70,25,26); }
div.DivClassName
{
background-color: #46191A;
}
.BgClassName
{
background-color: #46191A;
}
</style>
border-color css
<style>
span { border-color: #46191A; }
span { border-color: rgb(70,25,26); }
td.TdClassName
{
border-color: #46191A;
}
.TagClassName
{
border-color: #46191A;
}
</style>