Shades of Rust #B5590F
Tints of Rust #B5590F
RGB
CMYK
RGB Variations
Color information
#B5590F (or 0xB5590F) is known color: Rust. HEX triplet: B5, 59 and 0F. RGB value is (181,89,15). Sum of RGB (Red+Green+Blue) = 181+89+15=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B5590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5590F is #4AA6F0. Grayscale: #6C6C6C. Windows color (decimal): -4892401 or 1006005. OLE color: 1006005.
HSL color Cylindrical-coordinate representation of color #B5590F: hue angle of 26.75º 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 #B5590F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 15 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.29 |
| HSL | 26.75º | 0.85% | 0.38% | - |
| HSV(B) | 26.75º | 0.92% | 0.71% | - |
| XYZ | 22.71 | 17 | 2.54 | - |
| YUV | 108.07 | 75.48 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 15 | 0 | 0.51 | 0.92 | 0.29 | 26.75 | 0.85 | 0.38 |
| Hex | B5 | 59 | F | 0 | 33 | 5C | 1D | 1B | 55 | 26 |
| Octal | 265 | 131 | 17 | 0 | 63 | 134 | 35 | 33 | 125 | 46 |
| Binary | 10110101 | 1011001 | 1111 | 0 | 110011 | 1011100 | 11101 | 11011 | 1010101 | 100110 |
Color Harmonies of #B5590F
Complementary color
Monochromatic Colors of #B5590F
Black with #B5590F
Text Example
Text Example
White with #B5590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5590F; }
p { color: rgb(181,89,15); }
H1.HeaderClassName
{
color: #B5590F;
}
.AnyTagClassName
{
color: #B5590F;
}
</style>
background-color css
<style>
a { background-color: #B5590F; }
a { background-color: rgb(181,89,15); }
div.DivClassName
{
background-color: #B5590F;
}
.BgClassName
{
background-color: #B5590F;
}
</style>
border-color css
<style>
span { border-color: #B5590F; }
span { border-color: rgb(181,89,15); }
td.TdClassName
{
border-color: #B5590F;
}
.TagClassName
{
border-color: #B5590F;
}
</style>