Shades of Rustic Red #460113
Tints of Rustic Red #460113
RGB
CMYK
RGB Variations
Color information
#460113 (or 0x460113) is known color: Rustic Red. HEX triplet: 46, 01 and 13. RGB value is (70,1,19). Sum of RGB (Red+Green+Blue) = 70+1+19=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #460113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460113 is #B9FEEC. Grayscale: #171717. Windows color (decimal): -12189421 or 1245510. OLE color: 1245510.
HSL color Cylindrical-coordinate representation of color #460113: hue angle of 344.35º 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 #460113 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.73 |
| HSL | 344.35º | 0.97% | 0.14% | - |
| HSV(B) | 344.35º | 0.99% | 0.27% | - |
| XYZ | 2.65 | 1.37 | 0.74 | - |
| YUV | 23.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 19 | 0 | 0.99 | 0.73 | 0.73 | 344.35 | 0.97 | 0.14 |
| Hex | 46 | 1 | 13 | 0 | 63 | 49 | 49 | 158 | 61 | E |
| Octal | 106 | 1 | 23 | 0 | 143 | 111 | 111 | 530 | 141 | 16 |
| Binary | 1000110 | 1 | 10011 | 0 | 1100011 | 1001001 | 1001001 | 101011000 | 1100001 | 1110 |
Color Harmonies of #460113
Complementary color
Monochromatic Colors of #460113
Black with #460113
Text Example
Text Example
White with #460113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460113; }
p { color: rgb(70,1,19); }
H1.HeaderClassName
{
color: #460113;
}
.AnyTagClassName
{
color: #460113;
}
</style>
background-color css
<style>
a { background-color: #460113; }
a { background-color: rgb(70,1,19); }
div.DivClassName
{
background-color: #460113;
}
.BgClassName
{
background-color: #460113;
}
</style>
border-color css
<style>
span { border-color: #460113; }
span { border-color: rgb(70,1,19); }
td.TdClassName
{
border-color: #460113;
}
.TagClassName
{
border-color: #460113;
}
</style>