Shades of Rust #B14806
Tints of Rust #B14806
RGB
CMYK
RGB Variations
Color information
#B14806 (or 0xB14806) is known color: Rust. HEX triplet: B1, 48 and 06. RGB value is (177,72,6). Sum of RGB (Red+Green+Blue) = 177+72+6=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B14806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14806 is #4EB7F9. Grayscale: #606060. Windows color (decimal): -5158906 or 411825. OLE color: 411825.
HSL color Cylindrical-coordinate representation of color #B14806: hue angle of 23.16º 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 #B14806 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 6 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.31 |
| HSL | 23.16º | 0.93% | 0.36% | - |
| HSV(B) | 23.16º | 0.97% | 0.69% | - |
| XYZ | 20.48 | 13.99 | 1.79 | - |
| YUV | 95.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 6 | 0 | 0.59 | 0.97 | 0.31 | 23.16 | 0.93 | 0.36 |
| Hex | B1 | 48 | 6 | 0 | 3B | 61 | 1F | 17 | 5D | 24 |
| Octal | 261 | 110 | 6 | 0 | 73 | 141 | 37 | 27 | 135 | 44 |
| Binary | 10110001 | 1001000 | 110 | 0 | 111011 | 1100001 | 11111 | 10111 | 1011101 | 100100 |
Color Harmonies of #B14806
Complementary color
Monochromatic Colors of #B14806
Black with #B14806
Text Example
Text Example
White with #B14806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14806; }
p { color: rgb(177,72,6); }
H1.HeaderClassName
{
color: #B14806;
}
.AnyTagClassName
{
color: #B14806;
}
</style>
background-color css
<style>
a { background-color: #B14806; }
a { background-color: rgb(177,72,6); }
div.DivClassName
{
background-color: #B14806;
}
.BgClassName
{
background-color: #B14806;
}
</style>
border-color css
<style>
span { border-color: #B14806; }
span { border-color: rgb(177,72,6); }
td.TdClassName
{
border-color: #B14806;
}
.TagClassName
{
border-color: #B14806;
}
</style>