Shades of Rust #B1380B
Tints of Rust #B1380B
RGB
CMYK
RGB Variations
Color information
#B1380B (or 0xB1380B) is known color: Rust. HEX triplet: B1, 38 and 0B. RGB value is (177,56,11). Sum of RGB (Red+Green+Blue) = 177+56+11=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B1380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1380B is #4EC7F4. Grayscale: #575757. Windows color (decimal): -5162997 or 735409. OLE color: 735409.
HSL color Cylindrical-coordinate representation of color #B1380B: hue angle of 16.27º degrees, saturation: 0.88, 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 #B1380B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.31 |
| HSL | 16.27º | 0.88% | 0.37% | - |
| HSV(B) | 16.27º | 0.94% | 0.69% | - |
| XYZ | 19.61 | 12.2 | 1.64 | - |
| YUV | 87.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 11 | 0 | 0.68 | 0.94 | 0.31 | 16.27 | 0.88 | 0.37 |
| Hex | B1 | 38 | B | 0 | 44 | 5E | 1F | 10 | 58 | 25 |
| Octal | 261 | 70 | 13 | 0 | 104 | 136 | 37 | 20 | 130 | 45 |
| Binary | 10110001 | 111000 | 1011 | 0 | 1000100 | 1011110 | 11111 | 10000 | 1011000 | 100101 |
Color Harmonies of #B1380B
Complementary color
Monochromatic Colors of #B1380B
Black with #B1380B
Text Example
Text Example
White with #B1380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1380B; }
p { color: rgb(177,56,11); }
H1.HeaderClassName
{
color: #B1380B;
}
.AnyTagClassName
{
color: #B1380B;
}
</style>
background-color css
<style>
a { background-color: #B1380B; }
a { background-color: rgb(177,56,11); }
div.DivClassName
{
background-color: #B1380B;
}
.BgClassName
{
background-color: #B1380B;
}
</style>
border-color css
<style>
span { border-color: #B1380B; }
span { border-color: rgb(177,56,11); }
td.TdClassName
{
border-color: #B1380B;
}
.TagClassName
{
border-color: #B1380B;
}
</style>