Shades of Rust #B15708
Tints of Rust #B15708
RGB
CMYK
RGB Variations
Color information
#B15708 (or 0xB15708) is known color: Rust. HEX triplet: B1, 57 and 08. RGB value is (177,87,8). Sum of RGB (Red+Green+Blue) = 177+87+8=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B15708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15708 is #4EA8F7. Grayscale: #696969. Windows color (decimal): -5155064 or 546737. OLE color: 546737.
HSL color Cylindrical-coordinate representation of color #B15708: hue angle of 28.05º 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 #B15708 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.31 |
| HSL | 28.05º | 0.91% | 0.36% | - |
| HSV(B) | 28.05º | 0.95% | 0.69% | - |
| XYZ | 21.58 | 16.18 | 2.22 | - |
| YUV | 104.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 8 | 0 | 0.51 | 0.95 | 0.31 | 28.05 | 0.91 | 0.36 |
| Hex | B1 | 57 | 8 | 0 | 33 | 5F | 1F | 1C | 5B | 24 |
| Octal | 261 | 127 | 10 | 0 | 63 | 137 | 37 | 34 | 133 | 44 |
| Binary | 10110001 | 1010111 | 1000 | 0 | 110011 | 1011111 | 11111 | 11100 | 1011011 | 100100 |
Color Harmonies of #B15708
Complementary color
Monochromatic Colors of #B15708
Black with #B15708
Text Example
Text Example
White with #B15708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15708; }
p { color: rgb(177,87,8); }
H1.HeaderClassName
{
color: #B15708;
}
.AnyTagClassName
{
color: #B15708;
}
</style>
background-color css
<style>
a { background-color: #B15708; }
a { background-color: rgb(177,87,8); }
div.DivClassName
{
background-color: #B15708;
}
.BgClassName
{
background-color: #B15708;
}
</style>
border-color css
<style>
span { border-color: #B15708; }
span { border-color: rgb(177,87,8); }
td.TdClassName
{
border-color: #B15708;
}
.TagClassName
{
border-color: #B15708;
}
</style>