Shades of Rustic Red #460B13
Tints of Rustic Red #460B13
RGB
CMYK
RGB Variations
Color information
#460B13 (or 0x460B13) is known color: Rustic Red. HEX triplet: 46, 0B and 13. RGB value is (70,11,19). Sum of RGB (Red+Green+Blue) = 70+11+19=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #460B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B13 is #B9F4EC. Grayscale: #1D1D1D. Windows color (decimal): -12186861 or 1248070. OLE color: 1248070.
HSL color Cylindrical-coordinate representation of color #460B13: hue angle of 351.86º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B13 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 19 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.73 |
| HSL | 351.86º | 0.73% | 0.16% | - |
| HSV(B) | 351.86º | 0.84% | 0.27% | - |
| XYZ | 2.76 | 1.59 | 0.78 | - |
| YUV | 29.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 19 | 0 | 0.84 | 0.73 | 0.73 | 351.86 | 0.73 | 0.16 |
| Hex | 46 | B | 13 | 0 | 54 | 49 | 49 | 160 | 49 | 10 |
| Octal | 106 | 13 | 23 | 0 | 124 | 111 | 111 | 540 | 111 | 20 |
| Binary | 1000110 | 1011 | 10011 | 0 | 1010100 | 1001001 | 1001001 | 101100000 | 1001001 | 10000 |
Color Harmonies of #460B13
Complementary color
Monochromatic Colors of #460B13
Black with #460B13
Text Example
Text Example
White with #460B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B13; }
p { color: rgb(70,11,19); }
H1.HeaderClassName
{
color: #460B13;
}
.AnyTagClassName
{
color: #460B13;
}
</style>
background-color css
<style>
a { background-color: #460B13; }
a { background-color: rgb(70,11,19); }
div.DivClassName
{
background-color: #460B13;
}
.BgClassName
{
background-color: #460B13;
}
</style>
border-color css
<style>
span { border-color: #460B13; }
span { border-color: rgb(70,11,19); }
td.TdClassName
{
border-color: #460B13;
}
.TagClassName
{
border-color: #460B13;
}
</style>