Shades of Rust #B05411
Tints of Rust #B05411
RGB
CMYK
RGB Variations
Color information
#B05411 (or 0xB05411) is known color: Rust. HEX triplet: B0, 54 and 11. RGB value is (176,84,17). Sum of RGB (Red+Green+Blue) = 176+84+17=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B05411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05411 is #4FABEE. Grayscale: #686868. Windows color (decimal): -5221359 or 1135792. OLE color: 1135792.
HSL color Cylindrical-coordinate representation of color #B05411: hue angle of 25.28º 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 #B05411 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 17 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.31 |
| HSL | 25.28º | 0.82% | 0.38% | - |
| HSV(B) | 25.28º | 0.9% | 0.69% | - |
| XYZ | 21.18 | 15.61 | 2.43 | - |
| YUV | 103.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 17 | 0 | 0.52 | 0.90 | 0.31 | 25.28 | 0.82 | 0.38 |
| Hex | B0 | 54 | 11 | 0 | 34 | 5A | 1F | 19 | 52 | 26 |
| Octal | 260 | 124 | 21 | 0 | 64 | 132 | 37 | 31 | 122 | 46 |
| Binary | 10110000 | 1010100 | 10001 | 0 | 110100 | 1011010 | 11111 | 11001 | 1010010 | 100110 |
Color Harmonies of #B05411
Complementary color
Monochromatic Colors of #B05411
Black with #B05411
Text Example
Text Example
White with #B05411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05411; }
p { color: rgb(176,84,17); }
H1.HeaderClassName
{
color: #B05411;
}
.AnyTagClassName
{
color: #B05411;
}
</style>
background-color css
<style>
a { background-color: #B05411; }
a { background-color: rgb(176,84,17); }
div.DivClassName
{
background-color: #B05411;
}
.BgClassName
{
background-color: #B05411;
}
</style>
border-color css
<style>
span { border-color: #B05411; }
span { border-color: rgb(176,84,17); }
td.TdClassName
{
border-color: #B05411;
}
.TagClassName
{
border-color: #B05411;
}
</style>