Shades of Rust #B0580B
Tints of Rust #B0580B
RGB
CMYK
RGB Variations
Color information
#B0580B (or 0xB0580B) is known color: Rust. HEX triplet: B0, 58 and 0B. RGB value is (176,88,11). Sum of RGB (Red+Green+Blue) = 176+88+11=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0580B is #4FA7F4. Grayscale: #696969. Windows color (decimal): -5220341 or 743600. OLE color: 743600.
HSL color Cylindrical-coordinate representation of color #B0580B: hue angle of 28º 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 #B0580B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 11 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.31 |
| HSL | 28º | 0.88% | 0.37% | - |
| HSV(B) | 28º | 0.94% | 0.69% | - |
| XYZ | 21.45 | 16.23 | 2.32 | - |
| YUV | 105.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 11 | 0 | 0.50 | 0.94 | 0.31 | 28 | 0.88 | 0.37 |
| Hex | B0 | 58 | B | 0 | 32 | 5E | 1F | 1C | 58 | 25 |
| Octal | 260 | 130 | 13 | 0 | 62 | 136 | 37 | 34 | 130 | 45 |
| Binary | 10110000 | 1011000 | 1011 | 0 | 110010 | 1011110 | 11111 | 11100 | 1011000 | 100101 |
Color Harmonies of #B0580B
Complementary color
Monochromatic Colors of #B0580B
Black with #B0580B
Text Example
Text Example
White with #B0580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0580B; }
p { color: rgb(176,88,11); }
H1.HeaderClassName
{
color: #B0580B;
}
.AnyTagClassName
{
color: #B0580B;
}
</style>
background-color css
<style>
a { background-color: #B0580B; }
a { background-color: rgb(176,88,11); }
div.DivClassName
{
background-color: #B0580B;
}
.BgClassName
{
background-color: #B0580B;
}
</style>
border-color css
<style>
span { border-color: #B0580B; }
span { border-color: rgb(176,88,11); }
td.TdClassName
{
border-color: #B0580B;
}
.TagClassName
{
border-color: #B0580B;
}
</style>