Shades of Rust #B1590E
Tints of Rust #B1590E
RGB
CMYK
RGB Variations
Color information
#B1590E (or 0xB1590E) is known color: Rust. HEX triplet: B1, 59 and 0E. RGB value is (177,89,14). Sum of RGB (Red+Green+Blue) = 177+89+14=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B1590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1590E is #4EA6F1. Grayscale: #6B6B6B. Windows color (decimal): -5154546 or 940465. OLE color: 940465.
HSL color Cylindrical-coordinate representation of color #B1590E: hue angle of 27.61º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1590E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 14 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.31 |
| HSL | 27.61º | 0.85% | 0.37% | - |
| HSV(B) | 27.61º | 0.92% | 0.69% | - |
| XYZ | 21.78 | 16.52 | 2.46 | - |
| YUV | 106.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 14 | 0 | 0.50 | 0.92 | 0.31 | 27.61 | 0.85 | 0.37 |
| Hex | B1 | 59 | E | 0 | 32 | 5C | 1F | 1C | 55 | 25 |
| Octal | 261 | 131 | 16 | 0 | 62 | 134 | 37 | 34 | 125 | 45 |
| Binary | 10110001 | 1011001 | 1110 | 0 | 110010 | 1011100 | 11111 | 11100 | 1010101 | 100101 |
Color Harmonies of #B1590E
Complementary color
Monochromatic Colors of #B1590E
Black with #B1590E
Text Example
Text Example
White with #B1590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1590E; }
p { color: rgb(177,89,14); }
H1.HeaderClassName
{
color: #B1590E;
}
.AnyTagClassName
{
color: #B1590E;
}
</style>
background-color css
<style>
a { background-color: #B1590E; }
a { background-color: rgb(177,89,14); }
div.DivClassName
{
background-color: #B1590E;
}
.BgClassName
{
background-color: #B1590E;
}
</style>
border-color css
<style>
span { border-color: #B1590E; }
span { border-color: rgb(177,89,14); }
td.TdClassName
{
border-color: #B1590E;
}
.TagClassName
{
border-color: #B1590E;
}
</style>