Shades of Rustic Red #460912
Tints of Rustic Red #460912
RGB
CMYK
RGB Variations
Color information
#460912 (or 0x460912) is known color: Rustic Red. HEX triplet: 46, 09 and 12. RGB value is (70,9,18). Sum of RGB (Red+Green+Blue) = 70+9+18=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460912 is #B9F6ED. Grayscale: #1C1C1C. Windows color (decimal): -12187374 or 1182022. OLE color: 1182022.
HSL color Cylindrical-coordinate representation of color #460912: hue angle of 351.15º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460912 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 18 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.73 |
| HSL | 351.15º | 0.77% | 0.15% | - |
| HSV(B) | 351.15º | 0.87% | 0.27% | - |
| XYZ | 2.73 | 1.54 | 0.73 | - |
| YUV | 28.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 18 | 0 | 0.87 | 0.74 | 0.73 | 351.15 | 0.77 | 0.15 |
| Hex | 46 | 9 | 12 | 0 | 57 | 4A | 49 | 15F | 4D | F |
| Octal | 106 | 11 | 22 | 0 | 127 | 112 | 111 | 537 | 115 | 17 |
| Binary | 1000110 | 1001 | 10010 | 0 | 1010111 | 1001010 | 1001001 | 101011111 | 1001101 | 1111 |
Color Harmonies of #460912
Complementary color
Monochromatic Colors of #460912
Black with #460912
Text Example
Text Example
White with #460912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460912; }
p { color: rgb(70,9,18); }
H1.HeaderClassName
{
color: #460912;
}
.AnyTagClassName
{
color: #460912;
}
</style>
background-color css
<style>
a { background-color: #460912; }
a { background-color: rgb(70,9,18); }
div.DivClassName
{
background-color: #460912;
}
.BgClassName
{
background-color: #460912;
}
</style>
border-color css
<style>
span { border-color: #460912; }
span { border-color: rgb(70,9,18); }
td.TdClassName
{
border-color: #460912;
}
.TagClassName
{
border-color: #460912;
}
</style>