Shades of Rust #B94705
Tints of Rust #B94705
RGB
CMYK
RGB Variations
Color information
#B94705 (or 0xB94705) is known color: Rust. HEX triplet: B9, 47 and 05. RGB value is (185,71,5). Sum of RGB (Red+Green+Blue) = 185+71+5=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B94705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94705 is #46B8FA. Grayscale: #616161. Windows color (decimal): -4634875 or 346041. OLE color: 346041.
HSL color Cylindrical-coordinate representation of color #B94705: hue angle of 22º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B94705 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.27 |
| HSL | 22º | 0.95% | 0.37% | - |
| HSV(B) | 22º | 0.97% | 0.73% | - |
| XYZ | 22.29 | 14.83 | 1.83 | - |
| YUV | 97.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 5 | 0 | 0.62 | 0.97 | 0.27 | 22 | 0.95 | 0.37 |
| Hex | B9 | 47 | 5 | 0 | 3E | 61 | 1B | 16 | 5F | 25 |
| Octal | 271 | 107 | 5 | 0 | 76 | 141 | 33 | 26 | 137 | 45 |
| Binary | 10111001 | 1000111 | 101 | 0 | 111110 | 1100001 | 11011 | 10110 | 1011111 | 100101 |
Color Harmonies of #B94705
Complementary color
Monochromatic Colors of #B94705
Black with #B94705
Text Example
Text Example
White with #B94705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94705; }
p { color: rgb(185,71,5); }
H1.HeaderClassName
{
color: #B94705;
}
.AnyTagClassName
{
color: #B94705;
}
</style>
background-color css
<style>
a { background-color: #B94705; }
a { background-color: rgb(185,71,5); }
div.DivClassName
{
background-color: #B94705;
}
.BgClassName
{
background-color: #B94705;
}
</style>
border-color css
<style>
span { border-color: #B94705; }
span { border-color: rgb(185,71,5); }
td.TdClassName
{
border-color: #B94705;
}
.TagClassName
{
border-color: #B94705;
}
</style>