Shades of Rust #B0550E
Tints of Rust #B0550E
RGB
CMYK
RGB Variations
Color information
#B0550E (or 0xB0550E) is known color: Rust. HEX triplet: B0, 55 and 0E. RGB value is (176,85,14). Sum of RGB (Red+Green+Blue) = 176+85+14=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0550E is #4FAAF1. Grayscale: #686868. Windows color (decimal): -5221106 or 939440. OLE color: 939440.
HSL color Cylindrical-coordinate representation of color #B0550E: hue angle of 26.3º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0550E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 14 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.31 |
| HSL | 26.3º | 0.85% | 0.37% | - |
| HSV(B) | 26.3º | 0.92% | 0.69% | - |
| XYZ | 21.23 | 15.76 | 2.34 | - |
| YUV | 104.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 14 | 0 | 0.52 | 0.92 | 0.31 | 26.3 | 0.85 | 0.37 |
| Hex | B0 | 55 | E | 0 | 34 | 5C | 1F | 1A | 55 | 25 |
| Octal | 260 | 125 | 16 | 0 | 64 | 134 | 37 | 32 | 125 | 45 |
| Binary | 10110000 | 1010101 | 1110 | 0 | 110100 | 1011100 | 11111 | 11010 | 1010101 | 100101 |
Color Harmonies of #B0550E
Complementary color
Monochromatic Colors of #B0550E
Black with #B0550E
Text Example
Text Example
White with #B0550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0550E; }
p { color: rgb(176,85,14); }
H1.HeaderClassName
{
color: #B0550E;
}
.AnyTagClassName
{
color: #B0550E;
}
</style>
background-color css
<style>
a { background-color: #B0550E; }
a { background-color: rgb(176,85,14); }
div.DivClassName
{
background-color: #B0550E;
}
.BgClassName
{
background-color: #B0550E;
}
</style>
border-color css
<style>
span { border-color: #B0550E; }
span { border-color: rgb(176,85,14); }
td.TdClassName
{
border-color: #B0550E;
}
.TagClassName
{
border-color: #B0550E;
}
</style>