Shades of Rust #B05611
Tints of Rust #B05611
RGB
CMYK
RGB Variations
Color information
#B05611 (or 0xB05611) is known color: Rust. HEX triplet: B0, 56 and 11. RGB value is (176,86,17). Sum of RGB (Red+Green+Blue) = 176+86+17=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B05611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05611 is #4FA9EE. Grayscale: #696969. Windows color (decimal): -5220847 or 1136304. OLE color: 1136304.
HSL color Cylindrical-coordinate representation of color #B05611: hue angle of 26.04º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05611 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 17 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.31 |
| HSL | 26.04º | 0.82% | 0.38% | - |
| HSV(B) | 26.04º | 0.9% | 0.69% | - |
| XYZ | 21.33 | 15.93 | 2.48 | - |
| YUV | 105.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 17 | 0 | 0.51 | 0.90 | 0.31 | 26.04 | 0.82 | 0.38 |
| Hex | B0 | 56 | 11 | 0 | 33 | 5A | 1F | 1A | 52 | 26 |
| Octal | 260 | 126 | 21 | 0 | 63 | 132 | 37 | 32 | 122 | 46 |
| Binary | 10110000 | 1010110 | 10001 | 0 | 110011 | 1011010 | 11111 | 11010 | 1010010 | 100110 |
Color Harmonies of #B05611
Complementary color
Monochromatic Colors of #B05611
Black with #B05611
Text Example
Text Example
White with #B05611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05611; }
p { color: rgb(176,86,17); }
H1.HeaderClassName
{
color: #B05611;
}
.AnyTagClassName
{
color: #B05611;
}
</style>
background-color css
<style>
a { background-color: #B05611; }
a { background-color: rgb(176,86,17); }
div.DivClassName
{
background-color: #B05611;
}
.BgClassName
{
background-color: #B05611;
}
</style>
border-color css
<style>
span { border-color: #B05611; }
span { border-color: rgb(176,86,17); }
td.TdClassName
{
border-color: #B05611;
}
.TagClassName
{
border-color: #B05611;
}
</style>