Shades of Rustic Red #460110
Tints of Rustic Red #460110
RGB
CMYK
RGB Variations
Color information
#460110 (or 0x460110) is known color: Rustic Red. HEX triplet: 46, 01 and 10. RGB value is (70,1,16). Sum of RGB (Red+Green+Blue) = 70+1+16=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #460110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460110 is #B9FEEF. Grayscale: #171717. Windows color (decimal): -12189424 or 1048902. OLE color: 1048902.
HSL color Cylindrical-coordinate representation of color #460110: hue angle of 346.96º 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 #460110 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.73 |
| HSL | 346.96º | 0.97% | 0.14% | - |
| HSV(B) | 346.96º | 0.99% | 0.27% | - |
| XYZ | 2.63 | 1.36 | 0.61 | - |
| YUV | 23.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 16 | 0 | 0.99 | 0.77 | 0.73 | 346.96 | 0.97 | 0.14 |
| Hex | 46 | 1 | 10 | 0 | 63 | 4D | 49 | 15B | 61 | E |
| Octal | 106 | 1 | 20 | 0 | 143 | 115 | 111 | 533 | 141 | 16 |
| Binary | 1000110 | 1 | 10000 | 0 | 1100011 | 1001101 | 1001001 | 101011011 | 1100001 | 1110 |
Color Harmonies of #460110
Complementary color
Monochromatic Colors of #460110
Black with #460110
Text Example
Text Example
White with #460110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460110; }
p { color: rgb(70,1,16); }
H1.HeaderClassName
{
color: #460110;
}
.AnyTagClassName
{
color: #460110;
}
</style>
background-color css
<style>
a { background-color: #460110; }
a { background-color: rgb(70,1,16); }
div.DivClassName
{
background-color: #460110;
}
.BgClassName
{
background-color: #460110;
}
</style>
border-color css
<style>
span { border-color: #460110; }
span { border-color: rgb(70,1,16); }
td.TdClassName
{
border-color: #460110;
}
.TagClassName
{
border-color: #460110;
}
</style>