Shades of Rust #B15508
Tints of Rust #B15508
RGB
CMYK
RGB Variations
Color information
#B15508 (or 0xB15508) is known color: Rust. HEX triplet: B1, 55 and 08. RGB value is (177,85,8). Sum of RGB (Red+Green+Blue) = 177+85+8=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B15508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15508 is #4EAAF7. Grayscale: #686868. Windows color (decimal): -5155576 or 546225. OLE color: 546225.
HSL color Cylindrical-coordinate representation of color #B15508: hue angle of 27.34º degrees, saturation: 0.91, 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 #B15508 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 8 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.31 |
| HSL | 27.34º | 0.91% | 0.36% | - |
| HSV(B) | 27.34º | 0.95% | 0.69% | - |
| XYZ | 21.42 | 15.86 | 2.16 | - |
| YUV | 103.73 | 73.98 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 8 | 0 | 0.52 | 0.95 | 0.31 | 27.34 | 0.91 | 0.36 |
| Hex | B1 | 55 | 8 | 0 | 34 | 5F | 1F | 1B | 5B | 24 |
| Octal | 261 | 125 | 10 | 0 | 64 | 137 | 37 | 33 | 133 | 44 |
| Binary | 10110001 | 1010101 | 1000 | 0 | 110100 | 1011111 | 11111 | 11011 | 1011011 | 100100 |
Color Harmonies of #B15508
Complementary color
Monochromatic Colors of #B15508
Black with #B15508
Text Example
Text Example
White with #B15508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15508; }
p { color: rgb(177,85,8); }
H1.HeaderClassName
{
color: #B15508;
}
.AnyTagClassName
{
color: #B15508;
}
</style>
background-color css
<style>
a { background-color: #B15508; }
a { background-color: rgb(177,85,8); }
div.DivClassName
{
background-color: #B15508;
}
.BgClassName
{
background-color: #B15508;
}
</style>
border-color css
<style>
span { border-color: #B15508; }
span { border-color: rgb(177,85,8); }
td.TdClassName
{
border-color: #B15508;
}
.TagClassName
{
border-color: #B15508;
}
</style>