Shades of Rust #B15011
Tints of Rust #B15011
RGB
CMYK
RGB Variations
Color information
#B15011 (or 0xB15011) is known color: Rust. HEX triplet: B1, 50 and 11. RGB value is (177,80,17). Sum of RGB (Red+Green+Blue) = 177+80+17=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B15011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15011 is #4EAFEE. Grayscale: #666666. Windows color (decimal): -5156847 or 1134769. OLE color: 1134769.
HSL color Cylindrical-coordinate representation of color #B15011: hue angle of 23.62º 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 #B15011 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 17 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.31 |
| HSL | 23.63º | 0.82% | 0.38% | - |
| HSV(B) | 23.63º | 0.9% | 0.69% | - |
| XYZ | 21.1 | 15.12 | 2.34 | - |
| YUV | 101.82 | 80.14 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 17 | 0 | 0.55 | 0.90 | 0.31 | 23.63 | 0.82 | 0.38 |
| Hex | B1 | 50 | 11 | 0 | 37 | 5A | 1F | 18 | 52 | 26 |
| Octal | 261 | 120 | 21 | 0 | 67 | 132 | 37 | 30 | 122 | 46 |
| Binary | 10110001 | 1010000 | 10001 | 0 | 110111 | 1011010 | 11111 | 11000 | 1010010 | 100110 |
Color Harmonies of #B15011
Complementary color
Monochromatic Colors of #B15011
Black with #B15011
Text Example
Text Example
White with #B15011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15011; }
p { color: rgb(177,80,17); }
H1.HeaderClassName
{
color: #B15011;
}
.AnyTagClassName
{
color: #B15011;
}
</style>
background-color css
<style>
a { background-color: #B15011; }
a { background-color: rgb(177,80,17); }
div.DivClassName
{
background-color: #B15011;
}
.BgClassName
{
background-color: #B15011;
}
</style>
border-color css
<style>
span { border-color: #B15011; }
span { border-color: rgb(177,80,17); }
td.TdClassName
{
border-color: #B15011;
}
.TagClassName
{
border-color: #B15011;
}
</style>