Shades of Rust #B14706
Tints of Rust #B14706
RGB
CMYK
RGB Variations
Color information
#B14706 (or 0xB14706) is known color: Rust. HEX triplet: B1, 47 and 06. RGB value is (177,71,6). Sum of RGB (Red+Green+Blue) = 177+71+6=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B14706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14706 is #4EB8F9. Grayscale: #5F5F5F. Windows color (decimal): -5159162 or 411569. OLE color: 411569.
HSL color Cylindrical-coordinate representation of color #B14706: hue angle of 22.81º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B14706 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.31 |
| HSL | 22.81º | 0.93% | 0.36% | - |
| HSV(B) | 22.81º | 0.97% | 0.69% | - |
| XYZ | 20.42 | 13.87 | 1.77 | - |
| YUV | 95.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 6 | 0 | 0.60 | 0.97 | 0.31 | 22.81 | 0.93 | 0.36 |
| Hex | B1 | 47 | 6 | 0 | 3C | 61 | 1F | 17 | 5D | 24 |
| Octal | 261 | 107 | 6 | 0 | 74 | 141 | 37 | 27 | 135 | 44 |
| Binary | 10110001 | 1000111 | 110 | 0 | 111100 | 1100001 | 11111 | 10111 | 1011101 | 100100 |
Color Harmonies of #B14706
Complementary color
Monochromatic Colors of #B14706
Black with #B14706
Text Example
Text Example
White with #B14706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14706; }
p { color: rgb(177,71,6); }
H1.HeaderClassName
{
color: #B14706;
}
.AnyTagClassName
{
color: #B14706;
}
</style>
background-color css
<style>
a { background-color: #B14706; }
a { background-color: rgb(177,71,6); }
div.DivClassName
{
background-color: #B14706;
}
.BgClassName
{
background-color: #B14706;
}
</style>
border-color css
<style>
span { border-color: #B14706; }
span { border-color: rgb(177,71,6); }
td.TdClassName
{
border-color: #B14706;
}
.TagClassName
{
border-color: #B14706;
}
</style>