Shades of Rustic Red #460608
Tints of Rustic Red #460608
RGB
CMYK
RGB Variations
Color information
#460608 (or 0x460608) is known color: Rustic Red. HEX triplet: 46, 06 and 08. RGB value is (70,6,8). Sum of RGB (Red+Green+Blue) = 70+6+8=84 (11% of max value = 765). Red value is 70 (27.73% from 255 or 83.33% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 70 - color contains mainly: red. Hex color #460608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460608 is #B9F9F7. Grayscale: #191919. Windows color (decimal): -12188152 or 525894. OLE color: 525894.
HSL color Cylindrical-coordinate representation of color #460608: hue angle of 358.12º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460608 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 8 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.73 |
| HSL | 358.13º | 0.84% | 0.15% | - |
| HSV(B) | 358.13º | 0.91% | 0.27% | - |
| XYZ | 2.63 | 1.45 | 0.37 | - |
| YUV | 25.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 8 | 0 | 0.91 | 0.89 | 0.73 | 358.13 | 0.84 | 0.15 |
| Hex | 46 | 6 | 8 | 0 | 5B | 59 | 49 | 166 | 54 | F |
| Octal | 106 | 6 | 10 | 0 | 133 | 131 | 111 | 546 | 124 | 17 |
| Binary | 1000110 | 110 | 1000 | 0 | 1011011 | 1011001 | 1001001 | 101100110 | 1010100 | 1111 |
Color Harmonies of #460608
Complementary color
Monochromatic Colors of #460608
Black with #460608
Text Example
Text Example
White with #460608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460608; }
p { color: rgb(70,6,8); }
H1.HeaderClassName
{
color: #460608;
}
.AnyTagClassName
{
color: #460608;
}
</style>
background-color css
<style>
a { background-color: #460608; }
a { background-color: rgb(70,6,8); }
div.DivClassName
{
background-color: #460608;
}
.BgClassName
{
background-color: #460608;
}
</style>
border-color css
<style>
span { border-color: #460608; }
span { border-color: rgb(70,6,8); }
td.TdClassName
{
border-color: #460608;
}
.TagClassName
{
border-color: #460608;
}
</style>