Shades of Rust #B1490E
Tints of Rust #B1490E
RGB
CMYK
RGB Variations
Color information
#B1490E (or 0xB1490E) is known color: Rust. HEX triplet: B1, 49 and 0E. RGB value is (177,73,14). Sum of RGB (Red+Green+Blue) = 177+73+14=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B1490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1490E is #4EB6F1. Grayscale: #616161. Windows color (decimal): -5158642 or 936369. OLE color: 936369.
HSL color Cylindrical-coordinate representation of color #B1490E: hue angle of 21.72º 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 #B1490E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 14 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.31 |
| HSL | 21.72º | 0.85% | 0.37% | - |
| HSV(B) | 21.72º | 0.92% | 0.69% | - |
| XYZ | 20.59 | 14.14 | 2.06 | - |
| YUV | 97.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 14 | 0 | 0.59 | 0.92 | 0.31 | 21.72 | 0.85 | 0.37 |
| Hex | B1 | 49 | E | 0 | 3B | 5C | 1F | 16 | 55 | 25 |
| Octal | 261 | 111 | 16 | 0 | 73 | 134 | 37 | 26 | 125 | 45 |
| Binary | 10110001 | 1001001 | 1110 | 0 | 111011 | 1011100 | 11111 | 10110 | 1010101 | 100101 |
Color Harmonies of #B1490E
Complementary color
Monochromatic Colors of #B1490E
Black with #B1490E
Text Example
Text Example
White with #B1490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1490E; }
p { color: rgb(177,73,14); }
H1.HeaderClassName
{
color: #B1490E;
}
.AnyTagClassName
{
color: #B1490E;
}
</style>
background-color css
<style>
a { background-color: #B1490E; }
a { background-color: rgb(177,73,14); }
div.DivClassName
{
background-color: #B1490E;
}
.BgClassName
{
background-color: #B1490E;
}
</style>
border-color css
<style>
span { border-color: #B1490E; }
span { border-color: rgb(177,73,14); }
td.TdClassName
{
border-color: #B1490E;
}
.TagClassName
{
border-color: #B1490E;
}
</style>