Shades of Rustic Red #460114
Tints of Rustic Red #460114
RGB
CMYK
RGB Variations
Color information
#460114 (or 0x460114) is known color: Rustic Red. HEX triplet: 46, 01 and 14. RGB value is (70,1,20). Sum of RGB (Red+Green+Blue) = 70+1+20=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #460114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460114 is #B9FEEB. Grayscale: #171717. Windows color (decimal): -12189420 or 1311046. OLE color: 1311046.
HSL color Cylindrical-coordinate representation of color #460114: hue angle of 343.48º 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 #460114 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.73 |
| HSL | 343.48º | 0.97% | 0.14% | - |
| HSV(B) | 343.48º | 0.99% | 0.27% | - |
| XYZ | 2.66 | 1.37 | 0.79 | - |
| YUV | 23.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 20 | 0 | 0.99 | 0.71 | 0.73 | 343.48 | 0.97 | 0.14 |
| Hex | 46 | 1 | 14 | 0 | 63 | 47 | 49 | 157 | 61 | E |
| Octal | 106 | 1 | 24 | 0 | 143 | 107 | 111 | 527 | 141 | 16 |
| Binary | 1000110 | 1 | 10100 | 0 | 1100011 | 1000111 | 1001001 | 101010111 | 1100001 | 1110 |
Color Harmonies of #460114
Complementary color
Monochromatic Colors of #460114
Black with #460114
Text Example
Text Example
White with #460114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460114; }
p { color: rgb(70,1,20); }
H1.HeaderClassName
{
color: #460114;
}
.AnyTagClassName
{
color: #460114;
}
</style>
background-color css
<style>
a { background-color: #460114; }
a { background-color: rgb(70,1,20); }
div.DivClassName
{
background-color: #460114;
}
.BgClassName
{
background-color: #460114;
}
</style>
border-color css
<style>
span { border-color: #460114; }
span { border-color: rgb(70,1,20); }
td.TdClassName
{
border-color: #460114;
}
.TagClassName
{
border-color: #460114;
}
</style>