Shades of Rust #B34706
Tints of Rust #B34706
RGB
CMYK
RGB Variations
Color information
#B34706 (or 0xB34706) is known color: Rust. HEX triplet: B3, 47 and 06. RGB value is (179,71,6). Sum of RGB (Red+Green+Blue) = 179+71+6=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B34706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34706 is #4CB8F9. Grayscale: #606060. Windows color (decimal): -5028090 or 411571. OLE color: 411571.
HSL color Cylindrical-coordinate representation of color #B34706: hue angle of 22.54º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B34706 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.30 |
| HSL | 22.54º | 0.94% | 0.36% | - |
| HSV(B) | 22.54º | 0.97% | 0.7% | - |
| XYZ | 20.88 | 14.1 | 1.79 | - |
| YUV | 95.88 | 77.28 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 6 | 0 | 0.60 | 0.97 | 0.30 | 22.54 | 0.94 | 0.36 |
| Hex | B3 | 47 | 6 | 0 | 3C | 61 | 1E | 17 | 5E | 24 |
| Octal | 263 | 107 | 6 | 0 | 74 | 141 | 36 | 27 | 136 | 44 |
| Binary | 10110011 | 1000111 | 110 | 0 | 111100 | 1100001 | 11110 | 10111 | 1011110 | 100100 |
Color Harmonies of #B34706
Complementary color
Monochromatic Colors of #B34706
Black with #B34706
Text Example
Text Example
White with #B34706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34706; }
p { color: rgb(179,71,6); }
H1.HeaderClassName
{
color: #B34706;
}
.AnyTagClassName
{
color: #B34706;
}
</style>
background-color css
<style>
a { background-color: #B34706; }
a { background-color: rgb(179,71,6); }
div.DivClassName
{
background-color: #B34706;
}
.BgClassName
{
background-color: #B34706;
}
</style>
border-color css
<style>
span { border-color: #B34706; }
span { border-color: rgb(179,71,6); }
td.TdClassName
{
border-color: #B34706;
}
.TagClassName
{
border-color: #B34706;
}
</style>