Shades of Rust #B0590B
Tints of Rust #B0590B
RGB
CMYK
RGB Variations
Color information
#B0590B (or 0xB0590B) is known color: Rust. HEX triplet: B0, 59 and 0B. RGB value is (176,89,11). Sum of RGB (Red+Green+Blue) = 176+89+11=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0590B is #4FA6F4. Grayscale: #6A6A6A. Windows color (decimal): -5220085 or 743856. OLE color: 743856.
HSL color Cylindrical-coordinate representation of color #B0590B: hue angle of 28.36º 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 #B0590B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.31 |
| HSL | 28.36º | 0.88% | 0.37% | - |
| HSV(B) | 28.36º | 0.94% | 0.69% | - |
| XYZ | 21.54 | 16.4 | 2.35 | - |
| YUV | 106.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 11 | 0 | 0.49 | 0.94 | 0.31 | 28.36 | 0.88 | 0.37 |
| Hex | B0 | 59 | B | 0 | 31 | 5E | 1F | 1C | 58 | 25 |
| Octal | 260 | 131 | 13 | 0 | 61 | 136 | 37 | 34 | 130 | 45 |
| Binary | 10110000 | 1011001 | 1011 | 0 | 110001 | 1011110 | 11111 | 11100 | 1011000 | 100101 |
Color Harmonies of #B0590B
Complementary color
Monochromatic Colors of #B0590B
Black with #B0590B
Text Example
Text Example
White with #B0590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0590B; }
p { color: rgb(176,89,11); }
H1.HeaderClassName
{
color: #B0590B;
}
.AnyTagClassName
{
color: #B0590B;
}
</style>
background-color css
<style>
a { background-color: #B0590B; }
a { background-color: rgb(176,89,11); }
div.DivClassName
{
background-color: #B0590B;
}
.BgClassName
{
background-color: #B0590B;
}
</style>
border-color css
<style>
span { border-color: #B0590B; }
span { border-color: rgb(176,89,11); }
td.TdClassName
{
border-color: #B0590B;
}
.TagClassName
{
border-color: #B0590B;
}
</style>