Shades of Rust #B14616
Tints of Rust #B14616
RGB
CMYK
RGB Variations
Color information
#B14616 (or 0xB14616) is known color: Rust. HEX triplet: B1, 46 and 16. RGB value is (177,70,22). Sum of RGB (Red+Green+Blue) = 177+70+22=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B14616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14616 is #4EB9E9. Grayscale: #606060. Windows color (decimal): -5159402 or 1459889. OLE color: 1459889.
HSL color Cylindrical-coordinate representation of color #B14616: hue angle of 18.58º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B14616 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 22 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.31 |
| HSL | 18.58º | 0.78% | 0.39% | - |
| HSV(B) | 18.58º | 0.88% | 0.69% | - |
| XYZ | 20.47 | 13.79 | 2.34 | - |
| YUV | 96.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 22 | 0 | 0.60 | 0.88 | 0.31 | 18.58 | 0.78 | 0.39 |
| Hex | B1 | 46 | 16 | 0 | 3C | 58 | 1F | 13 | 4E | 27 |
| Octal | 261 | 106 | 26 | 0 | 74 | 130 | 37 | 23 | 116 | 47 |
| Binary | 10110001 | 1000110 | 10110 | 0 | 111100 | 1011000 | 11111 | 10011 | 1001110 | 100111 |
Color Harmonies of #B14616
Complementary color
Monochromatic Colors of #B14616
Black with #B14616
Text Example
Text Example
White with #B14616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14616; }
p { color: rgb(177,70,22); }
H1.HeaderClassName
{
color: #B14616;
}
.AnyTagClassName
{
color: #B14616;
}
</style>
background-color css
<style>
a { background-color: #B14616; }
a { background-color: rgb(177,70,22); }
div.DivClassName
{
background-color: #B14616;
}
.BgClassName
{
background-color: #B14616;
}
</style>
border-color css
<style>
span { border-color: #B14616; }
span { border-color: rgb(177,70,22); }
td.TdClassName
{
border-color: #B14616;
}
.TagClassName
{
border-color: #B14616;
}
</style>