Shades of Rust #B85108
Tints of Rust #B85108
RGB
CMYK
RGB Variations
Color information
#B85108 (or 0xB85108) is known color: Rust. HEX triplet: B8, 51 and 08. RGB value is (184,81,8). Sum of RGB (Red+Green+Blue) = 184+81+8=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B85108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85108 is #47AEF7. Grayscale: #676767. Windows color (decimal): -4697848 or 545208. OLE color: 545208.
HSL color Cylindrical-coordinate representation of color #B85108: hue angle of 24.89º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B85108 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.28 |
| HSL | 24.89º | 0.92% | 0.38% | - |
| HSV(B) | 24.89º | 0.96% | 0.72% | - |
| XYZ | 22.75 | 16.09 | 2.14 | - |
| YUV | 103.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 8 | 0 | 0.56 | 0.96 | 0.28 | 24.89 | 0.92 | 0.38 |
| Hex | B8 | 51 | 8 | 0 | 38 | 60 | 1C | 19 | 5C | 26 |
| Octal | 270 | 121 | 10 | 0 | 70 | 140 | 34 | 31 | 134 | 46 |
| Binary | 10111000 | 1010001 | 1000 | 0 | 111000 | 1100000 | 11100 | 11001 | 1011100 | 100110 |
Color Harmonies of #B85108
Complementary color
Monochromatic Colors of #B85108
Black with #B85108
Text Example
Text Example
White with #B85108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85108; }
p { color: rgb(184,81,8); }
H1.HeaderClassName
{
color: #B85108;
}
.AnyTagClassName
{
color: #B85108;
}
</style>
background-color css
<style>
a { background-color: #B85108; }
a { background-color: rgb(184,81,8); }
div.DivClassName
{
background-color: #B85108;
}
.BgClassName
{
background-color: #B85108;
}
</style>
border-color css
<style>
span { border-color: #B85108; }
span { border-color: rgb(184,81,8); }
td.TdClassName
{
border-color: #B85108;
}
.TagClassName
{
border-color: #B85108;
}
</style>