Shades of Rust #B14006
Tints of Rust #B14006
RGB
CMYK
RGB Variations
Color information
#B14006 (or 0xB14006) is known color: Rust. HEX triplet: B1, 40 and 06. RGB value is (177,64,6). Sum of RGB (Red+Green+Blue) = 177+64+6=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B14006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14006 is #4EBFF9. Grayscale: #5B5B5B. Windows color (decimal): -5160954 or 409777. OLE color: 409777.
HSL color Cylindrical-coordinate representation of color #B14006: hue angle of 20.35º 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 #B14006 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.31 |
| HSL | 20.35º | 0.93% | 0.36% | - |
| HSV(B) | 20.35º | 0.97% | 0.69% | - |
| XYZ | 20 | 13.03 | 1.63 | - |
| YUV | 91.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 6 | 0 | 0.64 | 0.97 | 0.31 | 20.35 | 0.93 | 0.36 |
| Hex | B1 | 40 | 6 | 0 | 40 | 61 | 1F | 14 | 5D | 24 |
| Octal | 261 | 100 | 6 | 0 | 100 | 141 | 37 | 24 | 135 | 44 |
| Binary | 10110001 | 1000000 | 110 | 0 | 1000000 | 1100001 | 11111 | 10100 | 1011101 | 100100 |
Color Harmonies of #B14006
Complementary color
Monochromatic Colors of #B14006
Black with #B14006
Text Example
Text Example
White with #B14006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14006; }
p { color: rgb(177,64,6); }
H1.HeaderClassName
{
color: #B14006;
}
.AnyTagClassName
{
color: #B14006;
}
</style>
background-color css
<style>
a { background-color: #B14006; }
a { background-color: rgb(177,64,6); }
div.DivClassName
{
background-color: #B14006;
}
.BgClassName
{
background-color: #B14006;
}
</style>
border-color css
<style>
span { border-color: #B14006; }
span { border-color: rgb(177,64,6); }
td.TdClassName
{
border-color: #B14006;
}
.TagClassName
{
border-color: #B14006;
}
</style>