Shades of Rustic Red #460512
Tints of Rustic Red #460512
RGB
CMYK
RGB Variations
Color information
#460512 (or 0x460512) is known color: Rustic Red. HEX triplet: 46, 05 and 12. RGB value is (70,5,18). Sum of RGB (Red+Green+Blue) = 70+5+18=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460512 is #B9FAED. Grayscale: #191919. Windows color (decimal): -12188398 or 1180998. OLE color: 1180998.
HSL color Cylindrical-coordinate representation of color #460512: hue angle of 348º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460512 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 18 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.73 |
| HSL | 348º | 0.87% | 0.15% | - |
| HSV(B) | 348º | 0.93% | 0.27% | - |
| XYZ | 2.69 | 1.45 | 0.71 | - |
| YUV | 25.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 18 | 0 | 0.93 | 0.74 | 0.73 | 348 | 0.87 | 0.15 |
| Hex | 46 | 5 | 12 | 0 | 5D | 4A | 49 | 15C | 57 | F |
| Octal | 106 | 5 | 22 | 0 | 135 | 112 | 111 | 534 | 127 | 17 |
| Binary | 1000110 | 101 | 10010 | 0 | 1011101 | 1001010 | 1001001 | 101011100 | 1010111 | 1111 |
Color Harmonies of #460512
Complementary color
Monochromatic Colors of #460512
Black with #460512
Text Example
Text Example
White with #460512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460512; }
p { color: rgb(70,5,18); }
H1.HeaderClassName
{
color: #460512;
}
.AnyTagClassName
{
color: #460512;
}
</style>
background-color css
<style>
a { background-color: #460512; }
a { background-color: rgb(70,5,18); }
div.DivClassName
{
background-color: #460512;
}
.BgClassName
{
background-color: #460512;
}
</style>
border-color css
<style>
span { border-color: #460512; }
span { border-color: rgb(70,5,18); }
td.TdClassName
{
border-color: #460512;
}
.TagClassName
{
border-color: #460512;
}
</style>