Shades of Rust #B0550F
Tints of Rust #B0550F
RGB
CMYK
RGB Variations
Color information
#B0550F (or 0xB0550F) is known color: Rust. HEX triplet: B0, 55 and 0F. RGB value is (176,85,15). Sum of RGB (Red+Green+Blue) = 176+85+15=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0550F is #4FAAF0. Grayscale: #686868. Windows color (decimal): -5221105 or 1004976. OLE color: 1004976.
HSL color Cylindrical-coordinate representation of color #B0550F: hue angle of 26.09º 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 #B0550F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 15 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.31 |
| HSL | 26.09º | 0.84% | 0.37% | - |
| HSV(B) | 26.09º | 0.91% | 0.69% | - |
| XYZ | 21.24 | 15.76 | 2.37 | - |
| YUV | 104.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 15 | 0 | 0.52 | 0.91 | 0.31 | 26.09 | 0.84 | 0.37 |
| Hex | B0 | 55 | F | 0 | 34 | 5B | 1F | 1A | 54 | 25 |
| Octal | 260 | 125 | 17 | 0 | 64 | 133 | 37 | 32 | 124 | 45 |
| Binary | 10110000 | 1010101 | 1111 | 0 | 110100 | 1011011 | 11111 | 11010 | 1010100 | 100101 |
Color Harmonies of #B0550F
Complementary color
Monochromatic Colors of #B0550F
Black with #B0550F
Text Example
Text Example
White with #B0550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0550F; }
p { color: rgb(176,85,15); }
H1.HeaderClassName
{
color: #B0550F;
}
.AnyTagClassName
{
color: #B0550F;
}
</style>
background-color css
<style>
a { background-color: #B0550F; }
a { background-color: rgb(176,85,15); }
div.DivClassName
{
background-color: #B0550F;
}
.BgClassName
{
background-color: #B0550F;
}
</style>
border-color css
<style>
span { border-color: #B0550F; }
span { border-color: rgb(176,85,15); }
td.TdClassName
{
border-color: #B0550F;
}
.TagClassName
{
border-color: #B0550F;
}
</style>