Shades of Rust #B85109
Tints of Rust #B85109
RGB
CMYK
RGB Variations
Color information
#B85109 (or 0xB85109) is known color: Rust. HEX triplet: B8, 51 and 09. RGB value is (184,81,9). Sum of RGB (Red+Green+Blue) = 184+81+9=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B85109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85109 is #47AEF6. Grayscale: #676767. Windows color (decimal): -4697847 or 610744. OLE color: 610744.
HSL color Cylindrical-coordinate representation of color #B85109: hue angle of 24.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B85109 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 9 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.28 |
| HSL | 24.69º | 0.91% | 0.38% | - |
| HSV(B) | 24.69º | 0.95% | 0.72% | - |
| XYZ | 22.76 | 16.09 | 2.17 | - |
| YUV | 103.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 9 | 0 | 0.56 | 0.95 | 0.28 | 24.69 | 0.91 | 0.38 |
| Hex | B8 | 51 | 9 | 0 | 38 | 5F | 1C | 19 | 5B | 26 |
| Octal | 270 | 121 | 11 | 0 | 70 | 137 | 34 | 31 | 133 | 46 |
| Binary | 10111000 | 1010001 | 1001 | 0 | 111000 | 1011111 | 11100 | 11001 | 1011011 | 100110 |
Color Harmonies of #B85109
Complementary color
Monochromatic Colors of #B85109
Black with #B85109
Text Example
Text Example
White with #B85109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85109; }
p { color: rgb(184,81,9); }
H1.HeaderClassName
{
color: #B85109;
}
.AnyTagClassName
{
color: #B85109;
}
</style>
background-color css
<style>
a { background-color: #B85109; }
a { background-color: rgb(184,81,9); }
div.DivClassName
{
background-color: #B85109;
}
.BgClassName
{
background-color: #B85109;
}
</style>
border-color css
<style>
span { border-color: #B85109; }
span { border-color: rgb(184,81,9); }
td.TdClassName
{
border-color: #B85109;
}
.TagClassName
{
border-color: #B85109;
}
</style>