Shades of Rust #B64906
Tints of Rust #B64906
RGB
CMYK
RGB Variations
Color information
#B64906 (or 0xB64906) is known color: Rust. HEX triplet: B6, 49 and 06. RGB value is (182,73,6). Sum of RGB (Red+Green+Blue) = 182+73+6=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B64906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64906 is #49B6F9. Grayscale: #626262. Windows color (decimal): -4830970 or 412086. OLE color: 412086.
HSL color Cylindrical-coordinate representation of color #B64906: hue angle of 22.84º 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 #B64906 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.29 |
| HSL | 22.84º | 0.94% | 0.37% | - |
| HSV(B) | 22.84º | 0.97% | 0.71% | - |
| XYZ | 21.71 | 14.72 | 1.87 | - |
| YUV | 97.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 6 | 0 | 0.60 | 0.97 | 0.29 | 22.84 | 0.94 | 0.37 |
| Hex | B6 | 49 | 6 | 0 | 3C | 61 | 1D | 17 | 5E | 25 |
| Octal | 266 | 111 | 6 | 0 | 74 | 141 | 35 | 27 | 136 | 45 |
| Binary | 10110110 | 1001001 | 110 | 0 | 111100 | 1100001 | 11101 | 10111 | 1011110 | 100101 |
Color Harmonies of #B64906
Complementary color
Monochromatic Colors of #B64906
Black with #B64906
Text Example
Text Example
White with #B64906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64906; }
p { color: rgb(182,73,6); }
H1.HeaderClassName
{
color: #B64906;
}
.AnyTagClassName
{
color: #B64906;
}
</style>
background-color css
<style>
a { background-color: #B64906; }
a { background-color: rgb(182,73,6); }
div.DivClassName
{
background-color: #B64906;
}
.BgClassName
{
background-color: #B64906;
}
</style>
border-color css
<style>
span { border-color: #B64906; }
span { border-color: rgb(182,73,6); }
td.TdClassName
{
border-color: #B64906;
}
.TagClassName
{
border-color: #B64906;
}
</style>