Shades of Rust #B5540B
Tints of Rust #B5540B
RGB
CMYK
RGB Variations
Color information
#B5540B (or 0xB5540B) is known color: Rust. HEX triplet: B5, 54 and 0B. RGB value is (181,84,11). Sum of RGB (Red+Green+Blue) = 181+84+11=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5540B is #4AABF4. Grayscale: #696969. Windows color (decimal): -4893685 or 742581. OLE color: 742581.
HSL color Cylindrical-coordinate representation of color #B5540B: hue angle of 25.76º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5540B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.29 |
| HSL | 25.76º | 0.89% | 0.38% | - |
| HSV(B) | 25.76º | 0.94% | 0.71% | - |
| XYZ | 22.29 | 16.19 | 2.27 | - |
| YUV | 104.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 11 | 0 | 0.54 | 0.94 | 0.29 | 25.76 | 0.89 | 0.38 |
| Hex | B5 | 54 | B | 0 | 36 | 5E | 1D | 1A | 59 | 26 |
| Octal | 265 | 124 | 13 | 0 | 66 | 136 | 35 | 32 | 131 | 46 |
| Binary | 10110101 | 1010100 | 1011 | 0 | 110110 | 1011110 | 11101 | 11010 | 1011001 | 100110 |
Color Harmonies of #B5540B
Complementary color
Monochromatic Colors of #B5540B
Black with #B5540B
Text Example
Text Example
White with #B5540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5540B; }
p { color: rgb(181,84,11); }
H1.HeaderClassName
{
color: #B5540B;
}
.AnyTagClassName
{
color: #B5540B;
}
</style>
background-color css
<style>
a { background-color: #B5540B; }
a { background-color: rgb(181,84,11); }
div.DivClassName
{
background-color: #B5540B;
}
.BgClassName
{
background-color: #B5540B;
}
</style>
border-color css
<style>
span { border-color: #B5540B; }
span { border-color: rgb(181,84,11); }
td.TdClassName
{
border-color: #B5540B;
}
.TagClassName
{
border-color: #B5540B;
}
</style>