Shades of Rust #B14711
Tints of Rust #B14711
RGB
CMYK
RGB Variations
Color information
#B14711 (or 0xB14711) is known color: Rust. HEX triplet: B1, 47 and 11. RGB value is (177,71,17). Sum of RGB (Red+Green+Blue) = 177+71+17=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B14711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14711 is #4EB8EE. Grayscale: #606060. Windows color (decimal): -5159151 or 1132465. OLE color: 1132465.
HSL color Cylindrical-coordinate representation of color #B14711: hue angle of 20.25º 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 #B14711 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 17 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.31 |
| HSL | 20.25º | 0.82% | 0.38% | - |
| HSV(B) | 20.25º | 0.9% | 0.69% | - |
| XYZ | 20.49 | 13.89 | 2.13 | - |
| YUV | 96.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 17 | 0 | 0.60 | 0.90 | 0.31 | 20.25 | 0.82 | 0.38 |
| Hex | B1 | 47 | 11 | 0 | 3C | 5A | 1F | 14 | 52 | 26 |
| Octal | 261 | 107 | 21 | 0 | 74 | 132 | 37 | 24 | 122 | 46 |
| Binary | 10110001 | 1000111 | 10001 | 0 | 111100 | 1011010 | 11111 | 10100 | 1010010 | 100110 |
Color Harmonies of #B14711
Complementary color
Monochromatic Colors of #B14711
Black with #B14711
Text Example
Text Example
White with #B14711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14711; }
p { color: rgb(177,71,17); }
H1.HeaderClassName
{
color: #B14711;
}
.AnyTagClassName
{
color: #B14711;
}
</style>
background-color css
<style>
a { background-color: #B14711; }
a { background-color: rgb(177,71,17); }
div.DivClassName
{
background-color: #B14711;
}
.BgClassName
{
background-color: #B14711;
}
</style>
border-color css
<style>
span { border-color: #B14711; }
span { border-color: rgb(177,71,17); }
td.TdClassName
{
border-color: #B14711;
}
.TagClassName
{
border-color: #B14711;
}
</style>