Shades of Rust #B0550D
Tints of Rust #B0550D
RGB
CMYK
RGB Variations
Color information
#B0550D (or 0xB0550D) is known color: Rust. HEX triplet: B0, 55 and 0D. RGB value is (176,85,13). Sum of RGB (Red+Green+Blue) = 176+85+13=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0550D is #4FAAF2. Grayscale: #686868. Windows color (decimal): -5221107 or 873904. OLE color: 873904.
HSL color Cylindrical-coordinate representation of color #B0550D: hue angle of 26.5º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0550D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.31 |
| HSL | 26.5º | 0.86% | 0.37% | - |
| HSV(B) | 26.5º | 0.93% | 0.69% | - |
| XYZ | 21.23 | 15.76 | 2.3 | - |
| YUV | 104 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 13 | 0 | 0.52 | 0.93 | 0.31 | 26.5 | 0.86 | 0.37 |
| Hex | B0 | 55 | D | 0 | 34 | 5D | 1F | 1B | 56 | 25 |
| Octal | 260 | 125 | 15 | 0 | 64 | 135 | 37 | 33 | 126 | 45 |
| Binary | 10110000 | 1010101 | 1101 | 0 | 110100 | 1011101 | 11111 | 11011 | 1010110 | 100101 |
Color Harmonies of #B0550D
Complementary color
Monochromatic Colors of #B0550D
Black with #B0550D
Text Example
Text Example
White with #B0550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0550D; }
p { color: rgb(176,85,13); }
H1.HeaderClassName
{
color: #B0550D;
}
.AnyTagClassName
{
color: #B0550D;
}
</style>
background-color css
<style>
a { background-color: #B0550D; }
a { background-color: rgb(176,85,13); }
div.DivClassName
{
background-color: #B0550D;
}
.BgClassName
{
background-color: #B0550D;
}
</style>
border-color css
<style>
span { border-color: #B0550D; }
span { border-color: rgb(176,85,13); }
td.TdClassName
{
border-color: #B0550D;
}
.TagClassName
{
border-color: #B0550D;
}
</style>