Shades of Rust #B1580B
Tints of Rust #B1580B
RGB
CMYK
RGB Variations
Color information
#B1580B (or 0xB1580B) is known color: Rust. HEX triplet: B1, 58 and 0B. RGB value is (177,88,11). Sum of RGB (Red+Green+Blue) = 177+88+11=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1580B is #4EA7F4. Grayscale: #6A6A6A. Windows color (decimal): -5154805 or 743601. OLE color: 743601.
HSL color Cylindrical-coordinate representation of color #B1580B: hue angle of 27.83º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1580B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 11 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.31 |
| HSL | 27.83º | 0.88% | 0.37% | - |
| HSV(B) | 27.83º | 0.94% | 0.69% | - |
| XYZ | 21.68 | 16.35 | 2.33 | - |
| YUV | 105.83 | 74.49 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 11 | 0 | 0.50 | 0.94 | 0.31 | 27.83 | 0.88 | 0.37 |
| Hex | B1 | 58 | B | 0 | 32 | 5E | 1F | 1C | 58 | 25 |
| Octal | 261 | 130 | 13 | 0 | 62 | 136 | 37 | 34 | 130 | 45 |
| Binary | 10110001 | 1011000 | 1011 | 0 | 110010 | 1011110 | 11111 | 11100 | 1011000 | 100101 |
Color Harmonies of #B1580B
Complementary color
Monochromatic Colors of #B1580B
Black with #B1580B
Text Example
Text Example
White with #B1580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1580B; }
p { color: rgb(177,88,11); }
H1.HeaderClassName
{
color: #B1580B;
}
.AnyTagClassName
{
color: #B1580B;
}
</style>
background-color css
<style>
a { background-color: #B1580B; }
a { background-color: rgb(177,88,11); }
div.DivClassName
{
background-color: #B1580B;
}
.BgClassName
{
background-color: #B1580B;
}
</style>
border-color css
<style>
span { border-color: #B1580B; }
span { border-color: rgb(177,88,11); }
td.TdClassName
{
border-color: #B1580B;
}
.TagClassName
{
border-color: #B1580B;
}
</style>