Shades of Rust #B14705
Tints of Rust #B14705
RGB
CMYK
RGB Variations
Color information
#B14705 (or 0xB14705) is known color: Rust. HEX triplet: B1, 47 and 05. RGB value is (177,71,5). Sum of RGB (Red+Green+Blue) = 177+71+5=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B14705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14705 is #4EB8FA. Grayscale: #5F5F5F. Windows color (decimal): -5159163 or 346033. OLE color: 346033.
HSL color Cylindrical-coordinate representation of color #B14705: hue angle of 23.02º degrees, saturation: 0.95, 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 #B14705 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.31 |
| HSL | 23.02º | 0.95% | 0.36% | - |
| HSV(B) | 23.02º | 0.97% | 0.69% | - |
| XYZ | 20.41 | 13.86 | 1.74 | - |
| YUV | 95.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 5 | 0 | 0.60 | 0.97 | 0.31 | 23.02 | 0.95 | 0.36 |
| Hex | B1 | 47 | 5 | 0 | 3C | 61 | 1F | 17 | 5F | 24 |
| Octal | 261 | 107 | 5 | 0 | 74 | 141 | 37 | 27 | 137 | 44 |
| Binary | 10110001 | 1000111 | 101 | 0 | 111100 | 1100001 | 11111 | 10111 | 1011111 | 100100 |
Color Harmonies of #B14705
Complementary color
Monochromatic Colors of #B14705
Black with #B14705
Text Example
Text Example
White with #B14705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14705; }
p { color: rgb(177,71,5); }
H1.HeaderClassName
{
color: #B14705;
}
.AnyTagClassName
{
color: #B14705;
}
</style>
background-color css
<style>
a { background-color: #B14705; }
a { background-color: rgb(177,71,5); }
div.DivClassName
{
background-color: #B14705;
}
.BgClassName
{
background-color: #B14705;
}
</style>
border-color css
<style>
span { border-color: #B14705; }
span { border-color: rgb(177,71,5); }
td.TdClassName
{
border-color: #B14705;
}
.TagClassName
{
border-color: #B14705;
}
</style>