Shades of Rust #B64806
Tints of Rust #B64806
RGB
CMYK
RGB Variations
Color information
#B64806 (or 0xB64806) is known color: Rust. HEX triplet: B6, 48 and 06. RGB value is (182,72,6). Sum of RGB (Red+Green+Blue) = 182+72+6=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B64806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64806 is #49B7F9. Grayscale: #616161. Windows color (decimal): -4831226 or 411830. OLE color: 411830.
HSL color Cylindrical-coordinate representation of color #B64806: hue angle of 22.5º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B64806 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.29 |
| HSL | 22.5º | 0.94% | 0.37% | - |
| HSV(B) | 22.5º | 0.97% | 0.71% | - |
| XYZ | 21.64 | 14.59 | 1.85 | - |
| YUV | 97.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 6 | 0 | 0.60 | 0.97 | 0.29 | 22.5 | 0.94 | 0.37 |
| Hex | B6 | 48 | 6 | 0 | 3C | 61 | 1D | 16 | 5E | 25 |
| Octal | 266 | 110 | 6 | 0 | 74 | 141 | 35 | 26 | 136 | 45 |
| Binary | 10110110 | 1001000 | 110 | 0 | 111100 | 1100001 | 11101 | 10110 | 1011110 | 100101 |
Color Harmonies of #B64806
Complementary color
Monochromatic Colors of #B64806
Black with #B64806
Text Example
Text Example
White with #B64806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64806; }
p { color: rgb(182,72,6); }
H1.HeaderClassName
{
color: #B64806;
}
.AnyTagClassName
{
color: #B64806;
}
</style>
background-color css
<style>
a { background-color: #B64806; }
a { background-color: rgb(182,72,6); }
div.DivClassName
{
background-color: #B64806;
}
.BgClassName
{
background-color: #B64806;
}
</style>
border-color css
<style>
span { border-color: #B64806; }
span { border-color: rgb(182,72,6); }
td.TdClassName
{
border-color: #B64806;
}
.TagClassName
{
border-color: #B64806;
}
</style>