Shades of Rust #B05605
Tints of Rust #B05605
RGB
CMYK
RGB Variations
Color information
#B05605 (or 0xB05605) is known color: Rust. HEX triplet: B0, 56 and 05. RGB value is (176,86,5). Sum of RGB (Red+Green+Blue) = 176+86+5=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B05605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05605 is #4FA9FA. Grayscale: #686868. Windows color (decimal): -5220859 or 349872. OLE color: 349872.
HSL color Cylindrical-coordinate representation of color #B05605: hue angle of 28.42º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B05605 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.31 |
| HSL | 28.42º | 0.94% | 0.35% | - |
| HSV(B) | 28.42º | 0.97% | 0.69% | - |
| XYZ | 21.26 | 15.9 | 2.09 | - |
| YUV | 103.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 5 | 0 | 0.51 | 0.97 | 0.31 | 28.42 | 0.94 | 0.35 |
| Hex | B0 | 56 | 5 | 0 | 33 | 61 | 1F | 1C | 5E | 23 |
| Octal | 260 | 126 | 5 | 0 | 63 | 141 | 37 | 34 | 136 | 43 |
| Binary | 10110000 | 1010110 | 101 | 0 | 110011 | 1100001 | 11111 | 11100 | 1011110 | 100011 |
Color Harmonies of #B05605
Complementary color
Monochromatic Colors of #B05605
Black with #B05605
Text Example
Text Example
White with #B05605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05605; }
p { color: rgb(176,86,5); }
H1.HeaderClassName
{
color: #B05605;
}
.AnyTagClassName
{
color: #B05605;
}
</style>
background-color css
<style>
a { background-color: #B05605; }
a { background-color: rgb(176,86,5); }
div.DivClassName
{
background-color: #B05605;
}
.BgClassName
{
background-color: #B05605;
}
</style>
border-color css
<style>
span { border-color: #B05605; }
span { border-color: rgb(176,86,5); }
td.TdClassName
{
border-color: #B05605;
}
.TagClassName
{
border-color: #B05605;
}
</style>