Shades of Rust #B5520F
Tints of Rust #B5520F
RGB
CMYK
RGB Variations
Color information
#B5520F (or 0xB5520F) is known color: Rust. HEX triplet: B5, 52 and 0F. RGB value is (181,82,15). Sum of RGB (Red+Green+Blue) = 181+82+15=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5520F is #4AADF0. Grayscale: #686868. Windows color (decimal): -4894193 or 1004213. OLE color: 1004213.
HSL color Cylindrical-coordinate representation of color #B5520F: hue angle of 24.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5520F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 15 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.29 |
| HSL | 24.22º | 0.85% | 0.38% | - |
| HSV(B) | 24.22º | 0.92% | 0.71% | - |
| XYZ | 22.16 | 15.89 | 2.35 | - |
| YUV | 103.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 15 | 0 | 0.55 | 0.92 | 0.29 | 24.22 | 0.85 | 0.38 |
| Hex | B5 | 52 | F | 0 | 37 | 5C | 1D | 18 | 55 | 26 |
| Octal | 265 | 122 | 17 | 0 | 67 | 134 | 35 | 30 | 125 | 46 |
| Binary | 10110101 | 1010010 | 1111 | 0 | 110111 | 1011100 | 11101 | 11000 | 1010101 | 100110 |
Color Harmonies of #B5520F
Complementary color
Monochromatic Colors of #B5520F
Black with #B5520F
Text Example
Text Example
White with #B5520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5520F; }
p { color: rgb(181,82,15); }
H1.HeaderClassName
{
color: #B5520F;
}
.AnyTagClassName
{
color: #B5520F;
}
</style>
background-color css
<style>
a { background-color: #B5520F; }
a { background-color: rgb(181,82,15); }
div.DivClassName
{
background-color: #B5520F;
}
.BgClassName
{
background-color: #B5520F;
}
</style>
border-color css
<style>
span { border-color: #B5520F; }
span { border-color: rgb(181,82,15); }
td.TdClassName
{
border-color: #B5520F;
}
.TagClassName
{
border-color: #B5520F;
}
</style>