Shades of Rust #B05410
Tints of Rust #B05410
RGB
CMYK
RGB Variations
Color information
#B05410 (or 0xB05410) is known color: Rust. HEX triplet: B0, 54 and 10. RGB value is (176,84,16). Sum of RGB (Red+Green+Blue) = 176+84+16=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B05410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05410 is #4FABEF. Grayscale: #686868. Windows color (decimal): -5221360 or 1070256. OLE color: 1070256.
HSL color Cylindrical-coordinate representation of color #B05410: hue angle of 25.5º 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 #B05410 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 16 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.31 |
| HSL | 25.5º | 0.83% | 0.38% | - |
| HSV(B) | 25.5º | 0.91% | 0.69% | - |
| XYZ | 21.17 | 15.61 | 2.39 | - |
| YUV | 103.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 16 | 0 | 0.52 | 0.91 | 0.31 | 25.5 | 0.83 | 0.38 |
| Hex | B0 | 54 | 10 | 0 | 34 | 5B | 1F | 1A | 53 | 26 |
| Octal | 260 | 124 | 20 | 0 | 64 | 133 | 37 | 32 | 123 | 46 |
| Binary | 10110000 | 1010100 | 10000 | 0 | 110100 | 1011011 | 11111 | 11010 | 1010011 | 100110 |
Color Harmonies of #B05410
Complementary color
Monochromatic Colors of #B05410
Black with #B05410
Text Example
Text Example
White with #B05410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05410; }
p { color: rgb(176,84,16); }
H1.HeaderClassName
{
color: #B05410;
}
.AnyTagClassName
{
color: #B05410;
}
</style>
background-color css
<style>
a { background-color: #B05410; }
a { background-color: rgb(176,84,16); }
div.DivClassName
{
background-color: #B05410;
}
.BgClassName
{
background-color: #B05410;
}
</style>
border-color css
<style>
span { border-color: #B05410; }
span { border-color: rgb(176,84,16); }
td.TdClassName
{
border-color: #B05410;
}
.TagClassName
{
border-color: #B05410;
}
</style>