Shades of Rust #B0510B
Tints of Rust #B0510B
RGB
CMYK
RGB Variations
Color information
#B0510B (or 0xB0510B) is known color: Rust. HEX triplet: B0, 51 and 0B. RGB value is (176,81,11). Sum of RGB (Red+Green+Blue) = 176+81+11=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B0510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0510B is #4FAEF4. Grayscale: #656565. Windows color (decimal): -5222133 or 741808. OLE color: 741808.
HSL color Cylindrical-coordinate representation of color #B0510B: hue angle of 25.45º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0510B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.31 |
| HSL | 25.45º | 0.88% | 0.37% | - |
| HSV(B) | 25.45º | 0.94% | 0.69% | - |
| XYZ | 20.91 | 15.14 | 2.14 | - |
| YUV | 101.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 11 | 0 | 0.54 | 0.94 | 0.31 | 25.45 | 0.88 | 0.37 |
| Hex | B0 | 51 | B | 0 | 36 | 5E | 1F | 19 | 58 | 25 |
| Octal | 260 | 121 | 13 | 0 | 66 | 136 | 37 | 31 | 130 | 45 |
| Binary | 10110000 | 1010001 | 1011 | 0 | 110110 | 1011110 | 11111 | 11001 | 1011000 | 100101 |
Color Harmonies of #B0510B
Complementary color
Monochromatic Colors of #B0510B
Black with #B0510B
Text Example
Text Example
White with #B0510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0510B; }
p { color: rgb(176,81,11); }
H1.HeaderClassName
{
color: #B0510B;
}
.AnyTagClassName
{
color: #B0510B;
}
</style>
background-color css
<style>
a { background-color: #B0510B; }
a { background-color: rgb(176,81,11); }
div.DivClassName
{
background-color: #B0510B;
}
.BgClassName
{
background-color: #B0510B;
}
</style>
border-color css
<style>
span { border-color: #B0510B; }
span { border-color: rgb(176,81,11); }
td.TdClassName
{
border-color: #B0510B;
}
.TagClassName
{
border-color: #B0510B;
}
</style>