Shades of Rust #B05206
Tints of Rust #B05206
RGB
CMYK
RGB Variations
Color information
#B05206 (or 0xB05206) is known color: Rust. HEX triplet: B0, 52 and 06. RGB value is (176,82,6). Sum of RGB (Red+Green+Blue) = 176+82+6=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B05206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05206 is #4FADF9. Grayscale: #656565. Windows color (decimal): -5221882 or 414384. OLE color: 414384.
HSL color Cylindrical-coordinate representation of color #B05206: hue angle of 26.82º 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 #B05206 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.31 |
| HSL | 26.82º | 0.93% | 0.36% | - |
| HSV(B) | 26.82º | 0.97% | 0.69% | - |
| XYZ | 20.95 | 15.28 | 2.02 | - |
| YUV | 101.44 | 74.14 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 6 | 0 | 0.53 | 0.97 | 0.31 | 26.82 | 0.93 | 0.36 |
| Hex | B0 | 52 | 6 | 0 | 35 | 61 | 1F | 1B | 5D | 24 |
| Octal | 260 | 122 | 6 | 0 | 65 | 141 | 37 | 33 | 135 | 44 |
| Binary | 10110000 | 1010010 | 110 | 0 | 110101 | 1100001 | 11111 | 11011 | 1011101 | 100100 |
Color Harmonies of #B05206
Complementary color
Monochromatic Colors of #B05206
Black with #B05206
Text Example
Text Example
White with #B05206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05206; }
p { color: rgb(176,82,6); }
H1.HeaderClassName
{
color: #B05206;
}
.AnyTagClassName
{
color: #B05206;
}
</style>
background-color css
<style>
a { background-color: #B05206; }
a { background-color: rgb(176,82,6); }
div.DivClassName
{
background-color: #B05206;
}
.BgClassName
{
background-color: #B05206;
}
</style>
border-color css
<style>
span { border-color: #B05206; }
span { border-color: rgb(176,82,6); }
td.TdClassName
{
border-color: #B05206;
}
.TagClassName
{
border-color: #B05206;
}
</style>