Shades of Rust #B04706
Tints of Rust #B04706
RGB
CMYK
RGB Variations
Color information
#B04706 (or 0xB04706) is known color: Rust. HEX triplet: B0, 47 and 06. RGB value is (176,71,6). Sum of RGB (Red+Green+Blue) = 176+71+6=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B04706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04706 is #4FB8F9. Grayscale: #5F5F5F. Windows color (decimal): -5224698 or 411568. OLE color: 411568.
HSL color Cylindrical-coordinate representation of color #B04706: hue angle of 22.94º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04706 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.31 |
| HSL | 22.94º | 0.93% | 0.36% | - |
| HSV(B) | 22.94º | 0.97% | 0.69% | - |
| XYZ | 20.19 | 13.75 | 1.76 | - |
| YUV | 94.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 6 | 0 | 0.60 | 0.97 | 0.31 | 22.94 | 0.93 | 0.36 |
| Hex | B0 | 47 | 6 | 0 | 3C | 61 | 1F | 17 | 5D | 24 |
| Octal | 260 | 107 | 6 | 0 | 74 | 141 | 37 | 27 | 135 | 44 |
| Binary | 10110000 | 1000111 | 110 | 0 | 111100 | 1100001 | 11111 | 10111 | 1011101 | 100100 |
Color Harmonies of #B04706
Complementary color
Monochromatic Colors of #B04706
Black with #B04706
Text Example
Text Example
White with #B04706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04706; }
p { color: rgb(176,71,6); }
H1.HeaderClassName
{
color: #B04706;
}
.AnyTagClassName
{
color: #B04706;
}
</style>
background-color css
<style>
a { background-color: #B04706; }
a { background-color: rgb(176,71,6); }
div.DivClassName
{
background-color: #B04706;
}
.BgClassName
{
background-color: #B04706;
}
</style>
border-color css
<style>
span { border-color: #B04706; }
span { border-color: rgb(176,71,6); }
td.TdClassName
{
border-color: #B04706;
}
.TagClassName
{
border-color: #B04706;
}
</style>