Shades of Rust #B15209
Tints of Rust #B15209
RGB
CMYK
RGB Variations
Color information
#B15209 (or 0xB15209) is known color: Rust. HEX triplet: B1, 52 and 09. RGB value is (177,82,9). Sum of RGB (Red+Green+Blue) = 177+82+9=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B15209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15209 is #4EADF6. Grayscale: #666666. Windows color (decimal): -5156343 or 610993. OLE color: 610993.
HSL color Cylindrical-coordinate representation of color #B15209: hue angle of 26.07º 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 #B15209 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 9 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.31 |
| HSL | 26.07º | 0.9% | 0.36% | - |
| HSV(B) | 26.07º | 0.95% | 0.69% | - |
| XYZ | 21.2 | 15.4 | 2.11 | - |
| YUV | 102.08 | 75.47 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 9 | 0 | 0.54 | 0.95 | 0.31 | 26.07 | 0.9 | 0.36 |
| Hex | B1 | 52 | 9 | 0 | 36 | 5F | 1F | 1A | 5A | 24 |
| Octal | 261 | 122 | 11 | 0 | 66 | 137 | 37 | 32 | 132 | 44 |
| Binary | 10110001 | 1010010 | 1001 | 0 | 110110 | 1011111 | 11111 | 11010 | 1011010 | 100100 |
Color Harmonies of #B15209
Complementary color
Monochromatic Colors of #B15209
Black with #B15209
Text Example
Text Example
White with #B15209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15209; }
p { color: rgb(177,82,9); }
H1.HeaderClassName
{
color: #B15209;
}
.AnyTagClassName
{
color: #B15209;
}
</style>
background-color css
<style>
a { background-color: #B15209; }
a { background-color: rgb(177,82,9); }
div.DivClassName
{
background-color: #B15209;
}
.BgClassName
{
background-color: #B15209;
}
</style>
border-color css
<style>
span { border-color: #B15209; }
span { border-color: rgb(177,82,9); }
td.TdClassName
{
border-color: #B15209;
}
.TagClassName
{
border-color: #B15209;
}
</style>