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