Shades of Rust #B55010
Tints of Rust #B55010
RGB
CMYK
RGB Variations
Color information
#B55010 (or 0xB55010) is known color: Rust. HEX triplet: B5, 50 and 10. RGB value is (181,80,16). Sum of RGB (Red+Green+Blue) = 181+80+16=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B55010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55010 is #4AAFEF. Grayscale: #676767. Windows color (decimal): -4894704 or 1069237. OLE color: 1069237.
HSL color Cylindrical-coordinate representation of color #B55010: hue angle of 23.27º 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 #B55010 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 16 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.29 |
| HSL | 23.27º | 0.84% | 0.39% | - |
| HSV(B) | 23.27º | 0.91% | 0.71% | - |
| XYZ | 22.02 | 15.6 | 2.34 | - |
| YUV | 102.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 16 | 0 | 0.56 | 0.91 | 0.29 | 23.27 | 0.84 | 0.39 |
| Hex | B5 | 50 | 10 | 0 | 38 | 5B | 1D | 17 | 54 | 27 |
| Octal | 265 | 120 | 20 | 0 | 70 | 133 | 35 | 27 | 124 | 47 |
| Binary | 10110101 | 1010000 | 10000 | 0 | 111000 | 1011011 | 11101 | 10111 | 1010100 | 100111 |
Color Harmonies of #B55010
Complementary color
Monochromatic Colors of #B55010
Black with #B55010
Text Example
Text Example
White with #B55010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55010; }
p { color: rgb(181,80,16); }
H1.HeaderClassName
{
color: #B55010;
}
.AnyTagClassName
{
color: #B55010;
}
</style>
background-color css
<style>
a { background-color: #B55010; }
a { background-color: rgb(181,80,16); }
div.DivClassName
{
background-color: #B55010;
}
.BgClassName
{
background-color: #B55010;
}
</style>
border-color css
<style>
span { border-color: #B55010; }
span { border-color: rgb(181,80,16); }
td.TdClassName
{
border-color: #B55010;
}
.TagClassName
{
border-color: #B55010;
}
</style>