Shades of Rust #B55515
Tints of Rust #B55515
RGB
CMYK
RGB Variations
Color information
#B55515 (or 0xB55515) is known color: Rust. HEX triplet: B5, 55 and 15. RGB value is (181,85,21). Sum of RGB (Red+Green+Blue) = 181+85+21=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B55515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55515 is #4AAAEA. Grayscale: #6A6A6A. Windows color (decimal): -4893419 or 1398197. OLE color: 1398197.
HSL color Cylindrical-coordinate representation of color #B55515: hue angle of 24º 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 #B55515 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 21 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.29 |
| HSL | 24º | 0.79% | 0.4% | - |
| HSV(B) | 24º | 0.88% | 0.71% | - |
| XYZ | 22.44 | 16.37 | 2.69 | - |
| YUV | 106.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 21 | 0 | 0.53 | 0.88 | 0.29 | 24 | 0.79 | 0.4 |
| Hex | B5 | 55 | 15 | 0 | 35 | 58 | 1D | 18 | 4F | 28 |
| Octal | 265 | 125 | 25 | 0 | 65 | 130 | 35 | 30 | 117 | 50 |
| Binary | 10110101 | 1010101 | 10101 | 0 | 110101 | 1011000 | 11101 | 11000 | 1001111 | 101000 |
Color Harmonies of #B55515
Complementary color
Monochromatic Colors of #B55515
Black with #B55515
Text Example
Text Example
White with #B55515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55515; }
p { color: rgb(181,85,21); }
H1.HeaderClassName
{
color: #B55515;
}
.AnyTagClassName
{
color: #B55515;
}
</style>
background-color css
<style>
a { background-color: #B55515; }
a { background-color: rgb(181,85,21); }
div.DivClassName
{
background-color: #B55515;
}
.BgClassName
{
background-color: #B55515;
}
</style>
border-color css
<style>
span { border-color: #B55515; }
span { border-color: rgb(181,85,21); }
td.TdClassName
{
border-color: #B55515;
}
.TagClassName
{
border-color: #B55515;
}
</style>