Shades of Rust #B55915
Tints of Rust #B55915
RGB
CMYK
RGB Variations
Color information
#B55915 (or 0xB55915) is known color: Rust. HEX triplet: B5, 59 and 15. RGB value is (181,89,21). Sum of RGB (Red+Green+Blue) = 181+89+21=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B55915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55915 is #4AA6EA. Grayscale: #6D6D6D. Windows color (decimal): -4892395 or 1399221. OLE color: 1399221.
HSL color Cylindrical-coordinate representation of color #B55915: hue angle of 25.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B55915 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 21 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.29 |
| HSL | 25.5º | 0.79% | 0.4% | - |
| HSV(B) | 25.5º | 0.88% | 0.71% | - |
| XYZ | 22.76 | 17.02 | 2.8 | - |
| YUV | 108.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 21 | 0 | 0.51 | 0.88 | 0.29 | 25.5 | 0.79 | 0.4 |
| Hex | B5 | 59 | 15 | 0 | 33 | 58 | 1D | 1A | 4F | 28 |
| Octal | 265 | 131 | 25 | 0 | 63 | 130 | 35 | 32 | 117 | 50 |
| Binary | 10110101 | 1011001 | 10101 | 0 | 110011 | 1011000 | 11101 | 11010 | 1001111 | 101000 |
Color Harmonies of #B55915
Complementary color
Monochromatic Colors of #B55915
Black with #B55915
Text Example
Text Example
White with #B55915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55915; }
p { color: rgb(181,89,21); }
H1.HeaderClassName
{
color: #B55915;
}
.AnyTagClassName
{
color: #B55915;
}
</style>
background-color css
<style>
a { background-color: #B55915; }
a { background-color: rgb(181,89,21); }
div.DivClassName
{
background-color: #B55915;
}
.BgClassName
{
background-color: #B55915;
}
</style>
border-color css
<style>
span { border-color: #B55915; }
span { border-color: rgb(181,89,21); }
td.TdClassName
{
border-color: #B55915;
}
.TagClassName
{
border-color: #B55915;
}
</style>