Shades of Rust #B5590D
Tints of Rust #B5590D
RGB
CMYK
RGB Variations
Color information
#B5590D (or 0xB5590D) is known color: Rust. HEX triplet: B5, 59 and 0D. RGB value is (181,89,13). Sum of RGB (Red+Green+Blue) = 181+89+13=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5590D is #4AA6F2. Grayscale: #6C6C6C. Windows color (decimal): -4892403 or 874933. OLE color: 874933.
HSL color Cylindrical-coordinate representation of color #B5590D: hue angle of 27.14º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5590D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 13 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.29 |
| HSL | 27.14º | 0.87% | 0.38% | - |
| HSV(B) | 27.14º | 0.93% | 0.71% | - |
| XYZ | 22.7 | 17 | 2.47 | - |
| YUV | 107.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 13 | 0 | 0.51 | 0.93 | 0.29 | 27.14 | 0.87 | 0.38 |
| Hex | B5 | 59 | D | 0 | 33 | 5D | 1D | 1B | 57 | 26 |
| Octal | 265 | 131 | 15 | 0 | 63 | 135 | 35 | 33 | 127 | 46 |
| Binary | 10110101 | 1011001 | 1101 | 0 | 110011 | 1011101 | 11101 | 11011 | 1010111 | 100110 |
Color Harmonies of #B5590D
Complementary color
Monochromatic Colors of #B5590D
Black with #B5590D
Text Example
Text Example
White with #B5590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5590D; }
p { color: rgb(181,89,13); }
H1.HeaderClassName
{
color: #B5590D;
}
.AnyTagClassName
{
color: #B5590D;
}
</style>
background-color css
<style>
a { background-color: #B5590D; }
a { background-color: rgb(181,89,13); }
div.DivClassName
{
background-color: #B5590D;
}
.BgClassName
{
background-color: #B5590D;
}
</style>
border-color css
<style>
span { border-color: #B5590D; }
span { border-color: rgb(181,89,13); }
td.TdClassName
{
border-color: #B5590D;
}
.TagClassName
{
border-color: #B5590D;
}
</style>