Shades of Rust #B14111
Tints of Rust #B14111
RGB
CMYK
RGB Variations
Color information
#B14111 (or 0xB14111) is known color: Rust. HEX triplet: B1, 41 and 11. RGB value is (177,65,17). Sum of RGB (Red+Green+Blue) = 177+65+17=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B14111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14111 is #4EBEEE. Grayscale: #5D5D5D. Windows color (decimal): -5160687 or 1130929. OLE color: 1130929.
HSL color Cylindrical-coordinate representation of color #B14111: hue angle of 18º 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 #B14111 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 17 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.31 |
| HSL | 18º | 0.82% | 0.38% | - |
| HSV(B) | 18º | 0.9% | 0.69% | - |
| XYZ | 20.12 | 13.17 | 2.01 | - |
| YUV | 93.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 17 | 0 | 0.63 | 0.90 | 0.31 | 18 | 0.82 | 0.38 |
| Hex | B1 | 41 | 11 | 0 | 3F | 5A | 1F | 12 | 52 | 26 |
| Octal | 261 | 101 | 21 | 0 | 77 | 132 | 37 | 22 | 122 | 46 |
| Binary | 10110001 | 1000001 | 10001 | 0 | 111111 | 1011010 | 11111 | 10010 | 1010010 | 100110 |
Color Harmonies of #B14111
Complementary color
Monochromatic Colors of #B14111
Black with #B14111
Text Example
Text Example
White with #B14111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14111; }
p { color: rgb(177,65,17); }
H1.HeaderClassName
{
color: #B14111;
}
.AnyTagClassName
{
color: #B14111;
}
</style>
background-color css
<style>
a { background-color: #B14111; }
a { background-color: rgb(177,65,17); }
div.DivClassName
{
background-color: #B14111;
}
.BgClassName
{
background-color: #B14111;
}
</style>
border-color css
<style>
span { border-color: #B14111; }
span { border-color: rgb(177,65,17); }
td.TdClassName
{
border-color: #B14111;
}
.TagClassName
{
border-color: #B14111;
}
</style>