Shades of Rust #B1580E
Tints of Rust #B1580E
RGB
CMYK
RGB Variations
Color information
#B1580E (or 0xB1580E) is known color: Rust. HEX triplet: B1, 58 and 0E. RGB value is (177,88,14). Sum of RGB (Red+Green+Blue) = 177+88+14=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1580E is #4EA7F1. Grayscale: #6A6A6A. Windows color (decimal): -5154802 or 940209. OLE color: 940209.
HSL color Cylindrical-coordinate representation of color #B1580E: hue angle of 27.24º 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 #B1580E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 14 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.31 |
| HSL | 27.24º | 0.85% | 0.37% | - |
| HSV(B) | 27.24º | 0.92% | 0.69% | - |
| XYZ | 21.7 | 16.36 | 2.43 | - |
| YUV | 106.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 14 | 0 | 0.50 | 0.92 | 0.31 | 27.24 | 0.85 | 0.37 |
| Hex | B1 | 58 | E | 0 | 32 | 5C | 1F | 1B | 55 | 25 |
| Octal | 261 | 130 | 16 | 0 | 62 | 134 | 37 | 33 | 125 | 45 |
| Binary | 10110001 | 1011000 | 1110 | 0 | 110010 | 1011100 | 11111 | 11011 | 1010101 | 100101 |
Color Harmonies of #B1580E
Complementary color
Monochromatic Colors of #B1580E
Black with #B1580E
Text Example
Text Example
White with #B1580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1580E; }
p { color: rgb(177,88,14); }
H1.HeaderClassName
{
color: #B1580E;
}
.AnyTagClassName
{
color: #B1580E;
}
</style>
background-color css
<style>
a { background-color: #B1580E; }
a { background-color: rgb(177,88,14); }
div.DivClassName
{
background-color: #B1580E;
}
.BgClassName
{
background-color: #B1580E;
}
</style>
border-color css
<style>
span { border-color: #B1580E; }
span { border-color: rgb(177,88,14); }
td.TdClassName
{
border-color: #B1580E;
}
.TagClassName
{
border-color: #B1580E;
}
</style>