Shades of Rust #B85617
Tints of Rust #B85617
RGB
CMYK
RGB Variations
Color information
#B85617 (or 0xB85617) is known color: Rust. HEX triplet: B8, 56 and 17. RGB value is (184,86,23). Sum of RGB (Red+Green+Blue) = 184+86+23=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B85617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85617 is #47A9E8. Grayscale: #6C6C6C. Windows color (decimal): -4696553 or 1529528. OLE color: 1529528.
HSL color Cylindrical-coordinate representation of color #B85617: hue angle of 23.48º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B85617 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 23 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.28 |
| HSL | 23.48º | 0.78% | 0.41% | - |
| HSV(B) | 23.48º | 0.88% | 0.72% | - |
| XYZ | 23.25 | 16.91 | 2.85 | - |
| YUV | 108.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 23 | 0 | 0.53 | 0.88 | 0.28 | 23.48 | 0.78 | 0.41 |
| Hex | B8 | 56 | 17 | 0 | 35 | 58 | 1C | 17 | 4E | 29 |
| Octal | 270 | 126 | 27 | 0 | 65 | 130 | 34 | 27 | 116 | 51 |
| Binary | 10111000 | 1010110 | 10111 | 0 | 110101 | 1011000 | 11100 | 10111 | 1001110 | 101001 |
Color Harmonies of #B85617
Complementary color
Monochromatic Colors of #B85617
Black with #B85617
Text Example
Text Example
White with #B85617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85617; }
p { color: rgb(184,86,23); }
H1.HeaderClassName
{
color: #B85617;
}
.AnyTagClassName
{
color: #B85617;
}
</style>
background-color css
<style>
a { background-color: #B85617; }
a { background-color: rgb(184,86,23); }
div.DivClassName
{
background-color: #B85617;
}
.BgClassName
{
background-color: #B85617;
}
</style>
border-color css
<style>
span { border-color: #B85617; }
span { border-color: rgb(184,86,23); }
td.TdClassName
{
border-color: #B85617;
}
.TagClassName
{
border-color: #B85617;
}
</style>