Shades of Rust #B5550F
Tints of Rust #B5550F
RGB
CMYK
RGB Variations
Color information
#B5550F (or 0xB5550F) is known color: Rust. HEX triplet: B5, 55 and 0F. RGB value is (181,85,15). Sum of RGB (Red+Green+Blue) = 181+85+15=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5550F is #4AAAF0. Grayscale: #6A6A6A. Windows color (decimal): -4893425 or 1004981. OLE color: 1004981.
HSL color Cylindrical-coordinate representation of color #B5550F: hue angle of 25.3º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5550F is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 15 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.29 |
| HSL | 25.3º | 0.85% | 0.38% | - |
| HSV(B) | 25.3º | 0.92% | 0.71% | - |
| XYZ | 22.39 | 16.36 | 2.43 | - |
| YUV | 105.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 15 | 0 | 0.53 | 0.92 | 0.29 | 25.3 | 0.85 | 0.38 |
| Hex | B5 | 55 | F | 0 | 35 | 5C | 1D | 19 | 55 | 26 |
| Octal | 265 | 125 | 17 | 0 | 65 | 134 | 35 | 31 | 125 | 46 |
| Binary | 10110101 | 1010101 | 1111 | 0 | 110101 | 1011100 | 11101 | 11001 | 1010101 | 100110 |
Color Harmonies of #B5550F
Complementary color
Monochromatic Colors of #B5550F
Black with #B5550F
Text Example
Text Example
White with #B5550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5550F; }
p { color: rgb(181,85,15); }
H1.HeaderClassName
{
color: #B5550F;
}
.AnyTagClassName
{
color: #B5550F;
}
</style>
background-color css
<style>
a { background-color: #B5550F; }
a { background-color: rgb(181,85,15); }
div.DivClassName
{
background-color: #B5550F;
}
.BgClassName
{
background-color: #B5550F;
}
</style>
border-color css
<style>
span { border-color: #B5550F; }
span { border-color: rgb(181,85,15); }
td.TdClassName
{
border-color: #B5550F;
}
.TagClassName
{
border-color: #B5550F;
}
</style>