Shades of Rust #B05109
Tints of Rust #B05109
RGB
CMYK
RGB Variations
Color information
#B05109 (or 0xB05109) is known color: Rust. HEX triplet: B0, 51 and 09. RGB value is (176,81,9). Sum of RGB (Red+Green+Blue) = 176+81+9=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B05109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05109 is #4FAEF6. Grayscale: #656565. Windows color (decimal): -5222135 or 610736. OLE color: 610736.
HSL color Cylindrical-coordinate representation of color #B05109: hue angle of 25.87º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B05109 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 9 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.31 |
| HSL | 25.87º | 0.9% | 0.36% | - |
| HSV(B) | 25.87º | 0.95% | 0.69% | - |
| XYZ | 20.9 | 15.13 | 2.08 | - |
| YUV | 101.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 9 | 0 | 0.54 | 0.95 | 0.31 | 25.87 | 0.9 | 0.36 |
| Hex | B0 | 51 | 9 | 0 | 36 | 5F | 1F | 1A | 5A | 24 |
| Octal | 260 | 121 | 11 | 0 | 66 | 137 | 37 | 32 | 132 | 44 |
| Binary | 10110000 | 1010001 | 1001 | 0 | 110110 | 1011111 | 11111 | 11010 | 1011010 | 100100 |
Color Harmonies of #B05109
Complementary color
Monochromatic Colors of #B05109
Black with #B05109
Text Example
Text Example
White with #B05109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05109; }
p { color: rgb(176,81,9); }
H1.HeaderClassName
{
color: #B05109;
}
.AnyTagClassName
{
color: #B05109;
}
</style>
background-color css
<style>
a { background-color: #B05109; }
a { background-color: rgb(176,81,9); }
div.DivClassName
{
background-color: #B05109;
}
.BgClassName
{
background-color: #B05109;
}
</style>
border-color css
<style>
span { border-color: #B05109; }
span { border-color: rgb(176,81,9); }
td.TdClassName
{
border-color: #B05109;
}
.TagClassName
{
border-color: #B05109;
}
</style>