Shades of Rust #B85317
Tints of Rust #B85317
RGB
CMYK
RGB Variations
Color information
#B85317 (or 0xB85317) is known color: Rust. HEX triplet: B8, 53 and 17. RGB value is (184,83,23). Sum of RGB (Red+Green+Blue) = 184+83+23=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B85317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85317 is #47ACE8. Grayscale: #6A6A6A. Windows color (decimal): -4697321 or 1528760. OLE color: 1528760.
HSL color Cylindrical-coordinate representation of color #B85317: hue angle of 22.36º 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 #B85317 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 23 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.28 |
| HSL | 22.36º | 0.78% | 0.41% | - |
| HSV(B) | 22.36º | 0.88% | 0.72% | - |
| XYZ | 23.02 | 16.44 | 2.77 | - |
| YUV | 106.36 | 80.96 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 23 | 0 | 0.55 | 0.88 | 0.28 | 22.36 | 0.78 | 0.41 |
| Hex | B8 | 53 | 17 | 0 | 37 | 58 | 1C | 16 | 4E | 29 |
| Octal | 270 | 123 | 27 | 0 | 67 | 130 | 34 | 26 | 116 | 51 |
| Binary | 10111000 | 1010011 | 10111 | 0 | 110111 | 1011000 | 11100 | 10110 | 1001110 | 101001 |
Color Harmonies of #B85317
Complementary color
Monochromatic Colors of #B85317
Black with #B85317
Text Example
Text Example
White with #B85317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85317; }
p { color: rgb(184,83,23); }
H1.HeaderClassName
{
color: #B85317;
}
.AnyTagClassName
{
color: #B85317;
}
</style>
background-color css
<style>
a { background-color: #B85317; }
a { background-color: rgb(184,83,23); }
div.DivClassName
{
background-color: #B85317;
}
.BgClassName
{
background-color: #B85317;
}
</style>
border-color css
<style>
span { border-color: #B85317; }
span { border-color: rgb(184,83,23); }
td.TdClassName
{
border-color: #B85317;
}
.TagClassName
{
border-color: #B85317;
}
</style>