Shades of Rust #B05607
Tints of Rust #B05607
RGB
CMYK
RGB Variations
Color information
#B05607 (or 0xB05607) is known color: Rust. HEX triplet: B0, 56 and 07. RGB value is (176,86,7). Sum of RGB (Red+Green+Blue) = 176+86+7=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B05607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05607 is #4FA9F8. Grayscale: #686868. Windows color (decimal): -5220857 or 480944. OLE color: 480944.
HSL color Cylindrical-coordinate representation of color #B05607: hue angle of 28.05º 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 #B05607 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 7 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.31 |
| HSL | 28.05º | 0.92% | 0.36% | - |
| HSV(B) | 28.05º | 0.96% | 0.69% | - |
| XYZ | 21.27 | 15.9 | 2.15 | - |
| YUV | 103.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 7 | 0 | 0.51 | 0.96 | 0.31 | 28.05 | 0.92 | 0.36 |
| Hex | B0 | 56 | 7 | 0 | 33 | 60 | 1F | 1C | 5C | 24 |
| Octal | 260 | 126 | 7 | 0 | 63 | 140 | 37 | 34 | 134 | 44 |
| Binary | 10110000 | 1010110 | 111 | 0 | 110011 | 1100000 | 11111 | 11100 | 1011100 | 100100 |
Color Harmonies of #B05607
Complementary color
Monochromatic Colors of #B05607
Black with #B05607
Text Example
Text Example
White with #B05607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05607; }
p { color: rgb(176,86,7); }
H1.HeaderClassName
{
color: #B05607;
}
.AnyTagClassName
{
color: #B05607;
}
</style>
background-color css
<style>
a { background-color: #B05607; }
a { background-color: rgb(176,86,7); }
div.DivClassName
{
background-color: #B05607;
}
.BgClassName
{
background-color: #B05607;
}
</style>
border-color css
<style>
span { border-color: #B05607; }
span { border-color: rgb(176,86,7); }
td.TdClassName
{
border-color: #B05607;
}
.TagClassName
{
border-color: #B05607;
}
</style>