Shades of Rust #B14211
Tints of Rust #B14211
RGB
CMYK
RGB Variations
Color information
#B14211 (or 0xB14211) is known color: Rust. HEX triplet: B1, 42 and 11. RGB value is (177,66,17). Sum of RGB (Red+Green+Blue) = 177+66+17=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B14211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14211 is #4EBDEE. Grayscale: #5D5D5D. Windows color (decimal): -5160431 or 1131185. OLE color: 1131185.
HSL color Cylindrical-coordinate representation of color #B14211: hue angle of 18.38º 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 #B14211 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 17 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.31 |
| HSL | 18.38º | 0.82% | 0.38% | - |
| HSV(B) | 18.38º | 0.9% | 0.69% | - |
| XYZ | 20.18 | 13.28 | 2.03 | - |
| YUV | 93.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 17 | 0 | 0.63 | 0.90 | 0.31 | 18.38 | 0.82 | 0.38 |
| Hex | B1 | 42 | 11 | 0 | 3F | 5A | 1F | 12 | 52 | 26 |
| Octal | 261 | 102 | 21 | 0 | 77 | 132 | 37 | 22 | 122 | 46 |
| Binary | 10110001 | 1000010 | 10001 | 0 | 111111 | 1011010 | 11111 | 10010 | 1010010 | 100110 |
Color Harmonies of #B14211
Complementary color
Monochromatic Colors of #B14211
Black with #B14211
Text Example
Text Example
White with #B14211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14211; }
p { color: rgb(177,66,17); }
H1.HeaderClassName
{
color: #B14211;
}
.AnyTagClassName
{
color: #B14211;
}
</style>
background-color css
<style>
a { background-color: #B14211; }
a { background-color: rgb(177,66,17); }
div.DivClassName
{
background-color: #B14211;
}
.BgClassName
{
background-color: #B14211;
}
</style>
border-color css
<style>
span { border-color: #B14211; }
span { border-color: rgb(177,66,17); }
td.TdClassName
{
border-color: #B14211;
}
.TagClassName
{
border-color: #B14211;
}
</style>