Shades of Rust #B1390A
Tints of Rust #B1390A
RGB
CMYK
RGB Variations
Color information
#B1390A (or 0xB1390A) is known color: Rust. HEX triplet: B1, 39 and 0A. RGB value is (177,57,10). Sum of RGB (Red+Green+Blue) = 177+57+10=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B1390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1390A is #4EC6F5. Grayscale: #575757. Windows color (decimal): -5162742 or 670129. OLE color: 670129.
HSL color Cylindrical-coordinate representation of color #B1390A: hue angle of 16.89º 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 #B1390A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.31 |
| HSL | 16.89º | 0.89% | 0.37% | - |
| HSV(B) | 16.89º | 0.94% | 0.69% | - |
| XYZ | 19.65 | 12.3 | 1.62 | - |
| YUV | 87.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 10 | 0 | 0.68 | 0.94 | 0.31 | 16.89 | 0.89 | 0.37 |
| Hex | B1 | 39 | A | 0 | 44 | 5E | 1F | 11 | 59 | 25 |
| Octal | 261 | 71 | 12 | 0 | 104 | 136 | 37 | 21 | 131 | 45 |
| Binary | 10110001 | 111001 | 1010 | 0 | 1000100 | 1011110 | 11111 | 10001 | 1011001 | 100101 |
Color Harmonies of #B1390A
Complementary color
Monochromatic Colors of #B1390A
Black with #B1390A
Text Example
Text Example
White with #B1390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1390A; }
p { color: rgb(177,57,10); }
H1.HeaderClassName
{
color: #B1390A;
}
.AnyTagClassName
{
color: #B1390A;
}
</style>
background-color css
<style>
a { background-color: #B1390A; }
a { background-color: rgb(177,57,10); }
div.DivClassName
{
background-color: #B1390A;
}
.BgClassName
{
background-color: #B1390A;
}
</style>
border-color css
<style>
span { border-color: #B1390A; }
span { border-color: rgb(177,57,10); }
td.TdClassName
{
border-color: #B1390A;
}
.TagClassName
{
border-color: #B1390A;
}
</style>