Shades of Rust #B55510
Tints of Rust #B55510
RGB
CMYK
RGB Variations
Color information
#B55510 (or 0xB55510) is known color: Rust. HEX triplet: B5, 55 and 10. RGB value is (181,85,16). Sum of RGB (Red+Green+Blue) = 181+85+16=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B55510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55510 is #4AAAEF. Grayscale: #6A6A6A. Windows color (decimal): -4893424 or 1070517. OLE color: 1070517.
HSL color Cylindrical-coordinate representation of color #B55510: hue angle of 25.09º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B55510 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.29 |
| HSL | 25.09º | 0.84% | 0.39% | - |
| HSV(B) | 25.09º | 0.91% | 0.71% | - |
| XYZ | 22.4 | 16.36 | 2.47 | - |
| YUV | 105.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 16 | 0 | 0.53 | 0.91 | 0.29 | 25.09 | 0.84 | 0.39 |
| Hex | B5 | 55 | 10 | 0 | 35 | 5B | 1D | 19 | 54 | 27 |
| Octal | 265 | 125 | 20 | 0 | 65 | 133 | 35 | 31 | 124 | 47 |
| Binary | 10110101 | 1010101 | 10000 | 0 | 110101 | 1011011 | 11101 | 11001 | 1010100 | 100111 |
Color Harmonies of #B55510
Complementary color
Monochromatic Colors of #B55510
Black with #B55510
Text Example
Text Example
White with #B55510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55510; }
p { color: rgb(181,85,16); }
H1.HeaderClassName
{
color: #B55510;
}
.AnyTagClassName
{
color: #B55510;
}
</style>
background-color css
<style>
a { background-color: #B55510; }
a { background-color: rgb(181,85,16); }
div.DivClassName
{
background-color: #B55510;
}
.BgClassName
{
background-color: #B55510;
}
</style>
border-color css
<style>
span { border-color: #B55510; }
span { border-color: rgb(181,85,16); }
td.TdClassName
{
border-color: #B55510;
}
.TagClassName
{
border-color: #B55510;
}
</style>