Shades of Rustic Red #460A0F
Tints of Rustic Red #460A0F
RGB
CMYK
RGB Variations
Color information
#460A0F (or 0x460A0F) is known color: Rustic Red. HEX triplet: 46, 0A and 0F. RGB value is (70,10,15). Sum of RGB (Red+Green+Blue) = 70+10+15=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A0F is #B9F5F0. Grayscale: #1C1C1C. Windows color (decimal): -12187121 or 985670. OLE color: 985670.
HSL color Cylindrical-coordinate representation of color #460A0F: hue angle of 355º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A0F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 15 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.73 |
| HSL | 355º | 0.75% | 0.16% | - |
| HSV(B) | 355º | 0.86% | 0.27% | - |
| XYZ | 2.72 | 1.55 | 0.61 | - |
| YUV | 28.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 15 | 0 | 0.86 | 0.79 | 0.73 | 355 | 0.75 | 0.16 |
| Hex | 46 | A | F | 0 | 56 | 4F | 49 | 163 | 4B | 10 |
| Octal | 106 | 12 | 17 | 0 | 126 | 117 | 111 | 543 | 113 | 20 |
| Binary | 1000110 | 1010 | 1111 | 0 | 1010110 | 1001111 | 1001001 | 101100011 | 1001011 | 10000 |
Color Harmonies of #460A0F
Complementary color
Monochromatic Colors of #460A0F
Black with #460A0F
Text Example
Text Example
White with #460A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A0F; }
p { color: rgb(70,10,15); }
H1.HeaderClassName
{
color: #460A0F;
}
.AnyTagClassName
{
color: #460A0F;
}
</style>
background-color css
<style>
a { background-color: #460A0F; }
a { background-color: rgb(70,10,15); }
div.DivClassName
{
background-color: #460A0F;
}
.BgClassName
{
background-color: #460A0F;
}
</style>
border-color css
<style>
span { border-color: #460A0F; }
span { border-color: rgb(70,10,15); }
td.TdClassName
{
border-color: #460A0F;
}
.TagClassName
{
border-color: #460A0F;
}
</style>