Shades of Rustic Red #460112
Tints of Rustic Red #460112
RGB
CMYK
RGB Variations
Color information
#460112 (or 0x460112) is known color: Rustic Red. HEX triplet: 46, 01 and 12. RGB value is (70,1,18). Sum of RGB (Red+Green+Blue) = 70+1+18=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #460112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460112 is #B9FEED. Grayscale: #171717. Windows color (decimal): -12189422 or 1179974. OLE color: 1179974.
HSL color Cylindrical-coordinate representation of color #460112: hue angle of 345.22º 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 #460112 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.73 |
| HSL | 345.22º | 0.97% | 0.14% | - |
| HSV(B) | 345.22º | 0.99% | 0.27% | - |
| XYZ | 2.65 | 1.37 | 0.7 | - |
| YUV | 23.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 18 | 0 | 0.99 | 0.74 | 0.73 | 345.22 | 0.97 | 0.14 |
| Hex | 46 | 1 | 12 | 0 | 63 | 4A | 49 | 159 | 61 | E |
| Octal | 106 | 1 | 22 | 0 | 143 | 112 | 111 | 531 | 141 | 16 |
| Binary | 1000110 | 1 | 10010 | 0 | 1100011 | 1001010 | 1001001 | 101011001 | 1100001 | 1110 |
Color Harmonies of #460112
Complementary color
Monochromatic Colors of #460112
Black with #460112
Text Example
Text Example
White with #460112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460112; }
p { color: rgb(70,1,18); }
H1.HeaderClassName
{
color: #460112;
}
.AnyTagClassName
{
color: #460112;
}
</style>
background-color css
<style>
a { background-color: #460112; }
a { background-color: rgb(70,1,18); }
div.DivClassName
{
background-color: #460112;
}
.BgClassName
{
background-color: #460112;
}
</style>
border-color css
<style>
span { border-color: #460112; }
span { border-color: rgb(70,1,18); }
td.TdClassName
{
border-color: #460112;
}
.TagClassName
{
border-color: #460112;
}
</style>