Shades of Rust #B1460A
Tints of Rust #B1460A
RGB
CMYK
RGB Variations
Color information
#B1460A (or 0xB1460A) is known color: Rust. HEX triplet: B1, 46 and 0A. RGB value is (177,70,10). Sum of RGB (Red+Green+Blue) = 177+70+10=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1460A is #4EB9F5. Grayscale: #5F5F5F. Windows color (decimal): -5159414 or 673457. OLE color: 673457.
HSL color Cylindrical-coordinate representation of color #B1460A: hue angle of 21.56º 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 #B1460A is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 10 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.31 |
| HSL | 21.56º | 0.89% | 0.37% | - |
| HSV(B) | 21.56º | 0.94% | 0.69% | - |
| XYZ | 20.38 | 13.75 | 1.87 | - |
| YUV | 95.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 10 | 0 | 0.60 | 0.94 | 0.31 | 21.56 | 0.89 | 0.37 |
| Hex | B1 | 46 | A | 0 | 3C | 5E | 1F | 16 | 59 | 25 |
| Octal | 261 | 106 | 12 | 0 | 74 | 136 | 37 | 26 | 131 | 45 |
| Binary | 10110001 | 1000110 | 1010 | 0 | 111100 | 1011110 | 11111 | 10110 | 1011001 | 100101 |
Color Harmonies of #B1460A
Complementary color
Monochromatic Colors of #B1460A
Black with #B1460A
Text Example
Text Example
White with #B1460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1460A; }
p { color: rgb(177,70,10); }
H1.HeaderClassName
{
color: #B1460A;
}
.AnyTagClassName
{
color: #B1460A;
}
</style>
background-color css
<style>
a { background-color: #B1460A; }
a { background-color: rgb(177,70,10); }
div.DivClassName
{
background-color: #B1460A;
}
.BgClassName
{
background-color: #B1460A;
}
</style>
border-color css
<style>
span { border-color: #B1460A; }
span { border-color: rgb(177,70,10); }
td.TdClassName
{
border-color: #B1460A;
}
.TagClassName
{
border-color: #B1460A;
}
</style>