Shades of Rust #B05507
Tints of Rust #B05507
RGB
CMYK
RGB Variations
Color information
#B05507 (or 0xB05507) is known color: Rust. HEX triplet: B0, 55 and 07. RGB value is (176,85,7). Sum of RGB (Red+Green+Blue) = 176+85+7=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B05507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05507 is #4FAAF8. Grayscale: #676767. Windows color (decimal): -5221113 or 480688. OLE color: 480688.
HSL color Cylindrical-coordinate representation of color #B05507: hue angle of 27.69º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B05507 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 7 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.31 |
| HSL | 27.69º | 0.92% | 0.36% | - |
| HSV(B) | 27.69º | 0.96% | 0.69% | - |
| XYZ | 21.19 | 15.74 | 2.12 | - |
| YUV | 103.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 7 | 0 | 0.52 | 0.96 | 0.31 | 27.69 | 0.92 | 0.36 |
| Hex | B0 | 55 | 7 | 0 | 34 | 60 | 1F | 1C | 5C | 24 |
| Octal | 260 | 125 | 7 | 0 | 64 | 140 | 37 | 34 | 134 | 44 |
| Binary | 10110000 | 1010101 | 111 | 0 | 110100 | 1100000 | 11111 | 11100 | 1011100 | 100100 |
Color Harmonies of #B05507
Complementary color
Monochromatic Colors of #B05507
Black with #B05507
Text Example
Text Example
White with #B05507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05507; }
p { color: rgb(176,85,7); }
H1.HeaderClassName
{
color: #B05507;
}
.AnyTagClassName
{
color: #B05507;
}
</style>
background-color css
<style>
a { background-color: #B05507; }
a { background-color: rgb(176,85,7); }
div.DivClassName
{
background-color: #B05507;
}
.BgClassName
{
background-color: #B05507;
}
</style>
border-color css
<style>
span { border-color: #B05507; }
span { border-color: rgb(176,85,7); }
td.TdClassName
{
border-color: #B05507;
}
.TagClassName
{
border-color: #B05507;
}
</style>