Shades of Rustic Red #460708
Tints of Rustic Red #460708
RGB
CMYK
RGB Variations
Color information
#460708 (or 0x460708) is known color: Rustic Red. HEX triplet: 46, 07 and 08. RGB value is (70,7,8). Sum of RGB (Red+Green+Blue) = 70+7+8=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #460708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460708 is #B9F8F7. Grayscale: #1A1A1A. Windows color (decimal): -12187896 or 526150. OLE color: 526150.
HSL color Cylindrical-coordinate representation of color #460708: hue angle of 359.05º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460708 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 8 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.73 |
| HSL | 359.05º | 0.82% | 0.15% | - |
| HSV(B) | 359.05º | 0.9% | 0.27% | - |
| XYZ | 2.65 | 1.47 | 0.37 | - |
| YUV | 25.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 8 | 0 | 0.90 | 0.89 | 0.73 | 359.05 | 0.82 | 0.15 |
| Hex | 46 | 7 | 8 | 0 | 5A | 59 | 49 | 167 | 52 | F |
| Octal | 106 | 7 | 10 | 0 | 132 | 131 | 111 | 547 | 122 | 17 |
| Binary | 1000110 | 111 | 1000 | 0 | 1011010 | 1011001 | 1001001 | 101100111 | 1010010 | 1111 |
Color Harmonies of #460708
Complementary color
Monochromatic Colors of #460708
Black with #460708
Text Example
Text Example
White with #460708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460708; }
p { color: rgb(70,7,8); }
H1.HeaderClassName
{
color: #460708;
}
.AnyTagClassName
{
color: #460708;
}
</style>
background-color css
<style>
a { background-color: #460708; }
a { background-color: rgb(70,7,8); }
div.DivClassName
{
background-color: #460708;
}
.BgClassName
{
background-color: #460708;
}
</style>
border-color css
<style>
span { border-color: #460708; }
span { border-color: rgb(70,7,8); }
td.TdClassName
{
border-color: #460708;
}
.TagClassName
{
border-color: #460708;
}
</style>