Shades of Rust #B05510
Tints of Rust #B05510
RGB
CMYK
RGB Variations
Color information
#B05510 (or 0xB05510) is known color: Rust. HEX triplet: B0, 55 and 10. RGB value is (176,85,16). Sum of RGB (Red+Green+Blue) = 176+85+16=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B05510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05510 is #4FAAEF. Grayscale: #686868. Windows color (decimal): -5221104 or 1070512. OLE color: 1070512.
HSL color Cylindrical-coordinate representation of color #B05510: hue angle of 25.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B05510 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 16 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.31 |
| HSL | 25.88º | 0.83% | 0.38% | - |
| HSV(B) | 25.88º | 0.91% | 0.69% | - |
| XYZ | 21.25 | 15.76 | 2.41 | - |
| YUV | 104.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 16 | 0 | 0.52 | 0.91 | 0.31 | 25.88 | 0.83 | 0.38 |
| Hex | B0 | 55 | 10 | 0 | 34 | 5B | 1F | 1A | 53 | 26 |
| Octal | 260 | 125 | 20 | 0 | 64 | 133 | 37 | 32 | 123 | 46 |
| Binary | 10110000 | 1010101 | 10000 | 0 | 110100 | 1011011 | 11111 | 11010 | 1010011 | 100110 |
Color Harmonies of #B05510
Complementary color
Monochromatic Colors of #B05510
Black with #B05510
Text Example
Text Example
White with #B05510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05510; }
p { color: rgb(176,85,16); }
H1.HeaderClassName
{
color: #B05510;
}
.AnyTagClassName
{
color: #B05510;
}
</style>
background-color css
<style>
a { background-color: #B05510; }
a { background-color: rgb(176,85,16); }
div.DivClassName
{
background-color: #B05510;
}
.BgClassName
{
background-color: #B05510;
}
</style>
border-color css
<style>
span { border-color: #B05510; }
span { border-color: rgb(176,85,16); }
td.TdClassName
{
border-color: #B05510;
}
.TagClassName
{
border-color: #B05510;
}
</style>