Shades of Rust #B0460B
Tints of Rust #B0460B
RGB
CMYK
RGB Variations
Color information
#B0460B (or 0xB0460B) is known color: Rust. HEX triplet: B0, 46 and 0B. RGB value is (176,70,11). Sum of RGB (Red+Green+Blue) = 176+70+11=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0460B is #4FB9F4. Grayscale: #5F5F5F. Windows color (decimal): -5224949 or 738992. OLE color: 738992.
HSL color Cylindrical-coordinate representation of color #B0460B: hue angle of 21.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 #B0460B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 11 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.31 |
| HSL | 21.45º | 0.88% | 0.37% | - |
| HSV(B) | 21.45º | 0.94% | 0.69% | - |
| XYZ | 20.16 | 13.63 | 1.89 | - |
| YUV | 94.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 11 | 0 | 0.60 | 0.94 | 0.31 | 21.45 | 0.88 | 0.37 |
| Hex | B0 | 46 | B | 0 | 3C | 5E | 1F | 15 | 58 | 25 |
| Octal | 260 | 106 | 13 | 0 | 74 | 136 | 37 | 25 | 130 | 45 |
| Binary | 10110000 | 1000110 | 1011 | 0 | 111100 | 1011110 | 11111 | 10101 | 1011000 | 100101 |
Color Harmonies of #B0460B
Complementary color
Monochromatic Colors of #B0460B
Black with #B0460B
Text Example
Text Example
White with #B0460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0460B; }
p { color: rgb(176,70,11); }
H1.HeaderClassName
{
color: #B0460B;
}
.AnyTagClassName
{
color: #B0460B;
}
</style>
background-color css
<style>
a { background-color: #B0460B; }
a { background-color: rgb(176,70,11); }
div.DivClassName
{
background-color: #B0460B;
}
.BgClassName
{
background-color: #B0460B;
}
</style>
border-color css
<style>
span { border-color: #B0460B; }
span { border-color: rgb(176,70,11); }
td.TdClassName
{
border-color: #B0460B;
}
.TagClassName
{
border-color: #B0460B;
}
</style>