Shades of Rust #B0550A
Tints of Rust #B0550A
RGB
CMYK
RGB Variations
Color information
#B0550A (or 0xB0550A) is known color: Rust. HEX triplet: B0, 55 and 0A. RGB value is (176,85,10). Sum of RGB (Red+Green+Blue) = 176+85+10=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0550A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0550A is #4FAAF5. Grayscale: #686868. Windows color (decimal): -5221110 or 677296. OLE color: 677296.
HSL color Cylindrical-coordinate representation of color #B0550A: hue angle of 27.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0550A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 10 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.31 |
| HSL | 27.11º | 0.89% | 0.36% | - |
| HSV(B) | 27.11º | 0.94% | 0.69% | - |
| XYZ | 21.21 | 15.75 | 2.21 | - |
| YUV | 103.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 10 | 0 | 0.52 | 0.94 | 0.31 | 27.11 | 0.89 | 0.36 |
| Hex | B0 | 55 | A | 0 | 34 | 5E | 1F | 1B | 59 | 24 |
| Octal | 260 | 125 | 12 | 0 | 64 | 136 | 37 | 33 | 131 | 44 |
| Binary | 10110000 | 1010101 | 1010 | 0 | 110100 | 1011110 | 11111 | 11011 | 1011001 | 100100 |
Color Harmonies of #B0550A
Complementary color
Monochromatic Colors of #B0550A
Black with #B0550A
Text Example
Text Example
White with #B0550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0550A; }
p { color: rgb(176,85,10); }
H1.HeaderClassName
{
color: #B0550A;
}
.AnyTagClassName
{
color: #B0550A;
}
</style>
background-color css
<style>
a { background-color: #B0550A; }
a { background-color: rgb(176,85,10); }
div.DivClassName
{
background-color: #B0550A;
}
.BgClassName
{
background-color: #B0550A;
}
</style>
border-color css
<style>
span { border-color: #B0550A; }
span { border-color: rgb(176,85,10); }
td.TdClassName
{
border-color: #B0550A;
}
.TagClassName
{
border-color: #B0550A;
}
</style>