Shades of Rust #B85517
Tints of Rust #B85517
RGB
CMYK
RGB Variations
Color information
#B85517 (or 0xB85517) is known color: Rust. HEX triplet: B8, 55 and 17. RGB value is (184,85,23). Sum of RGB (Red+Green+Blue) = 184+85+23=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B85517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85517 is #47AAE8. Grayscale: #6B6B6B. Windows color (decimal): -4696809 or 1529272. OLE color: 1529272.
HSL color Cylindrical-coordinate representation of color #B85517: hue angle of 23.11º 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 #B85517 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.28 |
| HSL | 23.11º | 0.78% | 0.41% | - |
| HSV(B) | 23.11º | 0.88% | 0.72% | - |
| XYZ | 23.17 | 16.75 | 2.82 | - |
| YUV | 107.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 23 | 0 | 0.54 | 0.88 | 0.28 | 23.11 | 0.78 | 0.41 |
| Hex | B8 | 55 | 17 | 0 | 36 | 58 | 1C | 17 | 4E | 29 |
| Octal | 270 | 125 | 27 | 0 | 66 | 130 | 34 | 27 | 116 | 51 |
| Binary | 10111000 | 1010101 | 10111 | 0 | 110110 | 1011000 | 11100 | 10111 | 1001110 | 101001 |
Color Harmonies of #B85517
Complementary color
Monochromatic Colors of #B85517
Black with #B85517
Text Example
Text Example
White with #B85517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85517; }
p { color: rgb(184,85,23); }
H1.HeaderClassName
{
color: #B85517;
}
.AnyTagClassName
{
color: #B85517;
}
</style>
background-color css
<style>
a { background-color: #B85517; }
a { background-color: rgb(184,85,23); }
div.DivClassName
{
background-color: #B85517;
}
.BgClassName
{
background-color: #B85517;
}
</style>
border-color css
<style>
span { border-color: #B85517; }
span { border-color: rgb(184,85,23); }
td.TdClassName
{
border-color: #B85517;
}
.TagClassName
{
border-color: #B85517;
}
</style>