Shades of Rust #B13611
Tints of Rust #B13611
RGB
CMYK
RGB Variations
Color information
#B13611 (or 0xB13611) is known color: Rust. HEX triplet: B1, 36 and 11. RGB value is (177,54,17). Sum of RGB (Red+Green+Blue) = 177+54+17=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B13611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13611 is #4EC9EE. Grayscale: #565656. Windows color (decimal): -5163503 or 1128113. OLE color: 1128113.
HSL color Cylindrical-coordinate representation of color #B13611: hue angle of 13.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B13611 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 17 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.31 |
| HSL | 13.88º | 0.82% | 0.38% | - |
| HSV(B) | 13.88º | 0.9% | 0.69% | - |
| XYZ | 19.55 | 12.03 | 1.82 | - |
| YUV | 86.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 17 | 0 | 0.69 | 0.90 | 0.31 | 13.88 | 0.82 | 0.38 |
| Hex | B1 | 36 | 11 | 0 | 45 | 5A | 1F | E | 52 | 26 |
| Octal | 261 | 66 | 21 | 0 | 105 | 132 | 37 | 16 | 122 | 46 |
| Binary | 10110001 | 110110 | 10001 | 0 | 1000101 | 1011010 | 11111 | 1110 | 1010010 | 100110 |
Color Harmonies of #B13611
Complementary color
Monochromatic Colors of #B13611
Black with #B13611
Text Example
Text Example
White with #B13611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13611; }
p { color: rgb(177,54,17); }
H1.HeaderClassName
{
color: #B13611;
}
.AnyTagClassName
{
color: #B13611;
}
</style>
background-color css
<style>
a { background-color: #B13611; }
a { background-color: rgb(177,54,17); }
div.DivClassName
{
background-color: #B13611;
}
.BgClassName
{
background-color: #B13611;
}
</style>
border-color css
<style>
span { border-color: #B13611; }
span { border-color: rgb(177,54,17); }
td.TdClassName
{
border-color: #B13611;
}
.TagClassName
{
border-color: #B13611;
}
</style>