Shades of Rust #B55508
Tints of Rust #B55508
RGB
CMYK
RGB Variations
Color information
#B55508 (or 0xB55508) is known color: Rust. HEX triplet: B5, 55 and 08. RGB value is (181,85,8). Sum of RGB (Red+Green+Blue) = 181+85+8=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B55508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55508 is #4AAAF7. Grayscale: #696969. Windows color (decimal): -4893432 or 546229. OLE color: 546229.
HSL color Cylindrical-coordinate representation of color #B55508: hue angle of 26.71º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B55508 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 8 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.29 |
| HSL | 26.71º | 0.92% | 0.37% | - |
| HSV(B) | 26.71º | 0.96% | 0.71% | - |
| XYZ | 22.35 | 16.34 | 2.21 | - |
| YUV | 104.93 | 73.3 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 8 | 0 | 0.53 | 0.96 | 0.29 | 26.71 | 0.92 | 0.37 |
| Hex | B5 | 55 | 8 | 0 | 35 | 60 | 1D | 1B | 5C | 25 |
| Octal | 265 | 125 | 10 | 0 | 65 | 140 | 35 | 33 | 134 | 45 |
| Binary | 10110101 | 1010101 | 1000 | 0 | 110101 | 1100000 | 11101 | 11011 | 1011100 | 100101 |
Color Harmonies of #B55508
Complementary color
Monochromatic Colors of #B55508
Black with #B55508
Text Example
Text Example
White with #B55508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55508; }
p { color: rgb(181,85,8); }
H1.HeaderClassName
{
color: #B55508;
}
.AnyTagClassName
{
color: #B55508;
}
</style>
background-color css
<style>
a { background-color: #B55508; }
a { background-color: rgb(181,85,8); }
div.DivClassName
{
background-color: #B55508;
}
.BgClassName
{
background-color: #B55508;
}
</style>
border-color css
<style>
span { border-color: #B55508; }
span { border-color: rgb(181,85,8); }
td.TdClassName
{
border-color: #B55508;
}
.TagClassName
{
border-color: #B55508;
}
</style>