Shades of Rust #B4590D
Tints of Rust #B4590D
RGB
CMYK
RGB Variations
Color information
#B4590D (or 0xB4590D) is known color: Rust. HEX triplet: B4, 59 and 0D. RGB value is (180,89,13). Sum of RGB (Red+Green+Blue) = 180+89+13=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4590D is #4BA6F2. Grayscale: #6B6B6B. Windows color (decimal): -4957939 or 874932. OLE color: 874932.
HSL color Cylindrical-coordinate representation of color #B4590D: hue angle of 27.31º 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 #B4590D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 13 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.29 |
| HSL | 27.31º | 0.87% | 0.38% | - |
| HSV(B) | 27.31º | 0.93% | 0.71% | - |
| XYZ | 22.47 | 16.88 | 2.45 | - |
| YUV | 107.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 13 | 0 | 0.51 | 0.93 | 0.29 | 27.31 | 0.87 | 0.38 |
| Hex | B4 | 59 | D | 0 | 33 | 5D | 1D | 1B | 57 | 26 |
| Octal | 264 | 131 | 15 | 0 | 63 | 135 | 35 | 33 | 127 | 46 |
| Binary | 10110100 | 1011001 | 1101 | 0 | 110011 | 1011101 | 11101 | 11011 | 1010111 | 100110 |
Color Harmonies of #B4590D
Complementary color
Monochromatic Colors of #B4590D
Black with #B4590D
Text Example
Text Example
White with #B4590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4590D; }
p { color: rgb(180,89,13); }
H1.HeaderClassName
{
color: #B4590D;
}
.AnyTagClassName
{
color: #B4590D;
}
</style>
background-color css
<style>
a { background-color: #B4590D; }
a { background-color: rgb(180,89,13); }
div.DivClassName
{
background-color: #B4590D;
}
.BgClassName
{
background-color: #B4590D;
}
</style>
border-color css
<style>
span { border-color: #B4590D; }
span { border-color: rgb(180,89,13); }
td.TdClassName
{
border-color: #B4590D;
}
.TagClassName
{
border-color: #B4590D;
}
</style>