Shades of Rust #B15009
Tints of Rust #B15009
RGB
CMYK
RGB Variations
Color information
#B15009 (or 0xB15009) is known color: Rust. HEX triplet: B1, 50 and 09. RGB value is (177,80,9). Sum of RGB (Red+Green+Blue) = 177+80+9=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B15009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15009 is #4EAFF6. Grayscale: #656565. Windows color (decimal): -5156855 or 610481. OLE color: 610481.
HSL color Cylindrical-coordinate representation of color #B15009: hue angle of 25.36º 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 #B15009 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 9 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.31 |
| HSL | 25.36º | 0.9% | 0.36% | - |
| HSV(B) | 25.36º | 0.95% | 0.69% | - |
| XYZ | 21.05 | 15.1 | 2.06 | - |
| YUV | 100.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 9 | 0 | 0.55 | 0.95 | 0.31 | 25.36 | 0.9 | 0.36 |
| Hex | B1 | 50 | 9 | 0 | 37 | 5F | 1F | 19 | 5A | 24 |
| Octal | 261 | 120 | 11 | 0 | 67 | 137 | 37 | 31 | 132 | 44 |
| Binary | 10110001 | 1010000 | 1001 | 0 | 110111 | 1011111 | 11111 | 11001 | 1011010 | 100100 |
Color Harmonies of #B15009
Complementary color
Monochromatic Colors of #B15009
Black with #B15009
Text Example
Text Example
White with #B15009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15009; }
p { color: rgb(177,80,9); }
H1.HeaderClassName
{
color: #B15009;
}
.AnyTagClassName
{
color: #B15009;
}
</style>
background-color css
<style>
a { background-color: #B15009; }
a { background-color: rgb(177,80,9); }
div.DivClassName
{
background-color: #B15009;
}
.BgClassName
{
background-color: #B15009;
}
</style>
border-color css
<style>
span { border-color: #B15009; }
span { border-color: rgb(177,80,9); }
td.TdClassName
{
border-color: #B15009;
}
.TagClassName
{
border-color: #B15009;
}
</style>