Shades of Rustic Red #460F14
Tints of Rustic Red #460F14
RGB
CMYK
RGB Variations
Color information
#460F14 (or 0x460F14) is known color: Rustic Red. HEX triplet: 46, 0F and 14. RGB value is (70,15,20). Sum of RGB (Red+Green+Blue) = 70+15+20=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #460F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F14 is #B9F0EB. Grayscale: #202020. Windows color (decimal): -12185836 or 1314630. OLE color: 1314630.
HSL color Cylindrical-coordinate representation of color #460F14: hue angle of 354.55º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F14 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 20 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.73 |
| HSL | 354.55º | 0.65% | 0.17% | - |
| HSV(B) | 354.55º | 0.79% | 0.27% | - |
| XYZ | 2.82 | 1.69 | 0.84 | - |
| YUV | 32.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 20 | 0 | 0.79 | 0.71 | 0.73 | 354.55 | 0.65 | 0.17 |
| Hex | 46 | F | 14 | 0 | 4F | 47 | 49 | 163 | 41 | 11 |
| Octal | 106 | 17 | 24 | 0 | 117 | 107 | 111 | 543 | 101 | 21 |
| Binary | 1000110 | 1111 | 10100 | 0 | 1001111 | 1000111 | 1001001 | 101100011 | 1000001 | 10001 |
Color Harmonies of #460F14
Complementary color
Monochromatic Colors of #460F14
Black with #460F14
Text Example
Text Example
White with #460F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F14; }
p { color: rgb(70,15,20); }
H1.HeaderClassName
{
color: #460F14;
}
.AnyTagClassName
{
color: #460F14;
}
</style>
background-color css
<style>
a { background-color: #460F14; }
a { background-color: rgb(70,15,20); }
div.DivClassName
{
background-color: #460F14;
}
.BgClassName
{
background-color: #460F14;
}
</style>
border-color css
<style>
span { border-color: #460F14; }
span { border-color: rgb(70,15,20); }
td.TdClassName
{
border-color: #460F14;
}
.TagClassName
{
border-color: #460F14;
}
</style>