Shades of Rustic Red #460F16
Tints of Rustic Red #460F16
RGB
CMYK
RGB Variations
Color information
#460F16 (or 0x460F16) is known color: Rustic Red. HEX triplet: 46, 0F and 16. RGB value is (70,15,22). Sum of RGB (Red+Green+Blue) = 70+15+22=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #460F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F16 is #B9F0E9. Grayscale: #202020. Windows color (decimal): -12185834 or 1445702. OLE color: 1445702.
HSL color Cylindrical-coordinate representation of color #460F16: hue angle of 352.36º 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 #460F16 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 22 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.73 |
| HSL | 352.36º | 0.65% | 0.17% | - |
| HSV(B) | 352.36º | 0.79% | 0.27% | - |
| XYZ | 2.84 | 1.7 | 0.94 | - |
| YUV | 32.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 22 | 0 | 0.79 | 0.69 | 0.73 | 352.36 | 0.65 | 0.17 |
| Hex | 46 | F | 16 | 0 | 4F | 45 | 49 | 160 | 41 | 11 |
| Octal | 106 | 17 | 26 | 0 | 117 | 105 | 111 | 540 | 101 | 21 |
| Binary | 1000110 | 1111 | 10110 | 0 | 1001111 | 1000101 | 1001001 | 101100000 | 1000001 | 10001 |
Color Harmonies of #460F16
Complementary color
Monochromatic Colors of #460F16
Black with #460F16
Text Example
Text Example
White with #460F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F16; }
p { color: rgb(70,15,22); }
H1.HeaderClassName
{
color: #460F16;
}
.AnyTagClassName
{
color: #460F16;
}
</style>
background-color css
<style>
a { background-color: #460F16; }
a { background-color: rgb(70,15,22); }
div.DivClassName
{
background-color: #460F16;
}
.BgClassName
{
background-color: #460F16;
}
</style>
border-color css
<style>
span { border-color: #460F16; }
span { border-color: rgb(70,15,22); }
td.TdClassName
{
border-color: #460F16;
}
.TagClassName
{
border-color: #460F16;
}
</style>