Shades of Rust #B14707
Tints of Rust #B14707
RGB
CMYK
RGB Variations
Color information
#B14707 (or 0xB14707) is known color: Rust. HEX triplet: B1, 47 and 07. RGB value is (177,71,7). Sum of RGB (Red+Green+Blue) = 177+71+7=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B14707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14707 is #4EB8F8. Grayscale: #5F5F5F. Windows color (decimal): -5159161 or 477105. OLE color: 477105.
HSL color Cylindrical-coordinate representation of color #B14707: hue angle of 22.59º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B14707 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.31 |
| HSL | 22.59º | 0.92% | 0.36% | - |
| HSV(B) | 22.59º | 0.96% | 0.69% | - |
| XYZ | 20.42 | 13.87 | 1.8 | - |
| YUV | 95.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 7 | 0 | 0.60 | 0.96 | 0.31 | 22.59 | 0.92 | 0.36 |
| Hex | B1 | 47 | 7 | 0 | 3C | 60 | 1F | 17 | 5C | 24 |
| Octal | 261 | 107 | 7 | 0 | 74 | 140 | 37 | 27 | 134 | 44 |
| Binary | 10110001 | 1000111 | 111 | 0 | 111100 | 1100000 | 11111 | 10111 | 1011100 | 100100 |
Color Harmonies of #B14707
Complementary color
Monochromatic Colors of #B14707
Black with #B14707
Text Example
Text Example
White with #B14707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14707; }
p { color: rgb(177,71,7); }
H1.HeaderClassName
{
color: #B14707;
}
.AnyTagClassName
{
color: #B14707;
}
</style>
background-color css
<style>
a { background-color: #B14707; }
a { background-color: rgb(177,71,7); }
div.DivClassName
{
background-color: #B14707;
}
.BgClassName
{
background-color: #B14707;
}
</style>
border-color css
<style>
span { border-color: #B14707; }
span { border-color: rgb(177,71,7); }
td.TdClassName
{
border-color: #B14707;
}
.TagClassName
{
border-color: #B14707;
}
</style>