Shades of Rust #B0580F
Tints of Rust #B0580F
RGB
CMYK
RGB Variations
Color information
#B0580F (or 0xB0580F) is known color: Rust. HEX triplet: B0, 58 and 0F. RGB value is (176,88,15). Sum of RGB (Red+Green+Blue) = 176+88+15=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B0580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0580F is #4FA7F0. Grayscale: #6A6A6A. Windows color (decimal): -5220337 or 1005744. OLE color: 1005744.
HSL color Cylindrical-coordinate representation of color #B0580F: hue angle of 27.2º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0580F is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 15 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.31 |
| HSL | 27.2º | 0.84% | 0.37% | - |
| HSV(B) | 27.2º | 0.91% | 0.69% | - |
| XYZ | 21.48 | 16.24 | 2.46 | - |
| YUV | 105.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 15 | 0 | 0.50 | 0.91 | 0.31 | 27.2 | 0.84 | 0.37 |
| Hex | B0 | 58 | F | 0 | 32 | 5B | 1F | 1B | 54 | 25 |
| Octal | 260 | 130 | 17 | 0 | 62 | 133 | 37 | 33 | 124 | 45 |
| Binary | 10110000 | 1011000 | 1111 | 0 | 110010 | 1011011 | 11111 | 11011 | 1010100 | 100101 |
Color Harmonies of #B0580F
Complementary color
Monochromatic Colors of #B0580F
Black with #B0580F
Text Example
Text Example
White with #B0580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0580F; }
p { color: rgb(176,88,15); }
H1.HeaderClassName
{
color: #B0580F;
}
.AnyTagClassName
{
color: #B0580F;
}
</style>
background-color css
<style>
a { background-color: #B0580F; }
a { background-color: rgb(176,88,15); }
div.DivClassName
{
background-color: #B0580F;
}
.BgClassName
{
background-color: #B0580F;
}
</style>
border-color css
<style>
span { border-color: #B0580F; }
span { border-color: rgb(176,88,15); }
td.TdClassName
{
border-color: #B0580F;
}
.TagClassName
{
border-color: #B0580F;
}
</style>