Shades of Rust #B55215
Tints of Rust #B55215
RGB
CMYK
RGB Variations
Color information
#B55215 (or 0xB55215) is known color: Rust. HEX triplet: B5, 52 and 15. RGB value is (181,82,21). Sum of RGB (Red+Green+Blue) = 181+82+21=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B55215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55215 is #4AADEA. Grayscale: #686868. Windows color (decimal): -4894187 or 1397429. OLE color: 1397429.
HSL color Cylindrical-coordinate representation of color #B55215: hue angle of 22.88º 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 #B55215 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 21 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.29 |
| HSL | 22.88º | 0.79% | 0.4% | - |
| HSV(B) | 22.88º | 0.88% | 0.71% | - |
| XYZ | 22.21 | 15.91 | 2.61 | - |
| YUV | 104.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 21 | 0 | 0.55 | 0.88 | 0.29 | 22.88 | 0.79 | 0.4 |
| Hex | B5 | 52 | 15 | 0 | 37 | 58 | 1D | 17 | 4F | 28 |
| Octal | 265 | 122 | 25 | 0 | 67 | 130 | 35 | 27 | 117 | 50 |
| Binary | 10110101 | 1010010 | 10101 | 0 | 110111 | 1011000 | 11101 | 10111 | 1001111 | 101000 |
Color Harmonies of #B55215
Complementary color
Monochromatic Colors of #B55215
Black with #B55215
Text Example
Text Example
White with #B55215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55215; }
p { color: rgb(181,82,21); }
H1.HeaderClassName
{
color: #B55215;
}
.AnyTagClassName
{
color: #B55215;
}
</style>
background-color css
<style>
a { background-color: #B55215; }
a { background-color: rgb(181,82,21); }
div.DivClassName
{
background-color: #B55215;
}
.BgClassName
{
background-color: #B55215;
}
</style>
border-color css
<style>
span { border-color: #B55215; }
span { border-color: rgb(181,82,21); }
td.TdClassName
{
border-color: #B55215;
}
.TagClassName
{
border-color: #B55215;
}
</style>