Shades of Rust #B05405
Tints of Rust #B05405
RGB
CMYK
RGB Variations
Color information
#B05405 (or 0xB05405) is known color: Rust. HEX triplet: B0, 54 and 05. RGB value is (176,84,5). Sum of RGB (Red+Green+Blue) = 176+84+5=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05405 is #4FABFA. Grayscale: #666666. Windows color (decimal): -5221371 or 349360. OLE color: 349360.
HSL color Cylindrical-coordinate representation of color #B05405: hue angle of 27.72º 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 #B05405 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.31 |
| HSL | 27.72º | 0.94% | 0.35% | - |
| HSV(B) | 27.72º | 0.97% | 0.69% | - |
| XYZ | 21.1 | 15.58 | 2.04 | - |
| YUV | 102.5 | 72.98 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 5 | 0 | 0.52 | 0.97 | 0.31 | 27.72 | 0.94 | 0.35 |
| Hex | B0 | 54 | 5 | 0 | 34 | 61 | 1F | 1C | 5E | 23 |
| Octal | 260 | 124 | 5 | 0 | 64 | 141 | 37 | 34 | 136 | 43 |
| Binary | 10110000 | 1010100 | 101 | 0 | 110100 | 1100001 | 11111 | 11100 | 1011110 | 100011 |
Color Harmonies of #B05405
Complementary color
Monochromatic Colors of #B05405
Black with #B05405
Text Example
Text Example
White with #B05405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05405; }
p { color: rgb(176,84,5); }
H1.HeaderClassName
{
color: #B05405;
}
.AnyTagClassName
{
color: #B05405;
}
</style>
background-color css
<style>
a { background-color: #B05405; }
a { background-color: rgb(176,84,5); }
div.DivClassName
{
background-color: #B05405;
}
.BgClassName
{
background-color: #B05405;
}
</style>
border-color css
<style>
span { border-color: #B05405; }
span { border-color: rgb(176,84,5); }
td.TdClassName
{
border-color: #B05405;
}
.TagClassName
{
border-color: #B05405;
}
</style>