Shades of Rust #B04606
Tints of Rust #B04606
RGB
CMYK
RGB Variations
Color information
#B04606 (or 0xB04606) is known color: Rust. HEX triplet: B0, 46 and 06. RGB value is (176,70,6). Sum of RGB (Red+Green+Blue) = 176+70+6=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B04606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04606 is #4FB9F9. Grayscale: #5E5E5E. Windows color (decimal): -5224954 or 411312. OLE color: 411312.
HSL color Cylindrical-coordinate representation of color #B04606: hue angle of 22.59º 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 #B04606 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.31 |
| HSL | 22.59º | 0.93% | 0.36% | - |
| HSV(B) | 22.59º | 0.97% | 0.69% | - |
| XYZ | 20.13 | 13.62 | 1.74 | - |
| YUV | 94.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 6 | 0 | 0.60 | 0.97 | 0.31 | 22.59 | 0.93 | 0.36 |
| Hex | B0 | 46 | 6 | 0 | 3C | 61 | 1F | 17 | 5D | 24 |
| Octal | 260 | 106 | 6 | 0 | 74 | 141 | 37 | 27 | 135 | 44 |
| Binary | 10110000 | 1000110 | 110 | 0 | 111100 | 1100001 | 11111 | 10111 | 1011101 | 100100 |
Color Harmonies of #B04606
Complementary color
Monochromatic Colors of #B04606
Black with #B04606
Text Example
Text Example
White with #B04606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04606; }
p { color: rgb(176,70,6); }
H1.HeaderClassName
{
color: #B04606;
}
.AnyTagClassName
{
color: #B04606;
}
</style>
background-color css
<style>
a { background-color: #B04606; }
a { background-color: rgb(176,70,6); }
div.DivClassName
{
background-color: #B04606;
}
.BgClassName
{
background-color: #B04606;
}
</style>
border-color css
<style>
span { border-color: #B04606; }
span { border-color: rgb(176,70,6); }
td.TdClassName
{
border-color: #B04606;
}
.TagClassName
{
border-color: #B04606;
}
</style>