Shades of Rust #B1490A
Tints of Rust #B1490A
RGB
CMYK
RGB Variations
Color information
#B1490A (or 0xB1490A) is known color: Rust. HEX triplet: B1, 49 and 0A. RGB value is (177,73,10). Sum of RGB (Red+Green+Blue) = 177+73+10=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1490A is #4EB6F5. Grayscale: #616161. Windows color (decimal): -5158646 or 674225. OLE color: 674225.
HSL color Cylindrical-coordinate representation of color #B1490A: hue angle of 22.63º degrees, saturation: 0.89, 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 #B1490A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 10 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.31 |
| HSL | 22.63º | 0.89% | 0.37% | - |
| HSV(B) | 22.63º | 0.94% | 0.69% | - |
| XYZ | 20.57 | 14.13 | 1.93 | - |
| YUV | 96.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 10 | 0 | 0.59 | 0.94 | 0.31 | 22.63 | 0.89 | 0.37 |
| Hex | B1 | 49 | A | 0 | 3B | 5E | 1F | 17 | 59 | 25 |
| Octal | 261 | 111 | 12 | 0 | 73 | 136 | 37 | 27 | 131 | 45 |
| Binary | 10110001 | 1001001 | 1010 | 0 | 111011 | 1011110 | 11111 | 10111 | 1011001 | 100101 |
Color Harmonies of #B1490A
Complementary color
Monochromatic Colors of #B1490A
Black with #B1490A
Text Example
Text Example
White with #B1490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1490A; }
p { color: rgb(177,73,10); }
H1.HeaderClassName
{
color: #B1490A;
}
.AnyTagClassName
{
color: #B1490A;
}
</style>
background-color css
<style>
a { background-color: #B1490A; }
a { background-color: rgb(177,73,10); }
div.DivClassName
{
background-color: #B1490A;
}
.BgClassName
{
background-color: #B1490A;
}
</style>
border-color css
<style>
span { border-color: #B1490A; }
span { border-color: rgb(177,73,10); }
td.TdClassName
{
border-color: #B1490A;
}
.TagClassName
{
border-color: #B1490A;
}
</style>