Shades of Rust #B05407
Tints of Rust #B05407
RGB
CMYK
RGB Variations
Color information
#B05407 (or 0xB05407) is known color: Rust. HEX triplet: B0, 54 and 07. RGB value is (176,84,7). Sum of RGB (Red+Green+Blue) = 176+84+7=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B05407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05407 is #4FABF8. Grayscale: #676767. Windows color (decimal): -5221369 or 480432. OLE color: 480432.
HSL color Cylindrical-coordinate representation of color #B05407: hue angle of 27.34º 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 #B05407 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 7 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.31 |
| HSL | 27.34º | 0.92% | 0.36% | - |
| HSV(B) | 27.34º | 0.96% | 0.69% | - |
| XYZ | 21.11 | 15.59 | 2.1 | - |
| YUV | 102.73 | 73.98 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 7 | 0 | 0.52 | 0.96 | 0.31 | 27.34 | 0.92 | 0.36 |
| Hex | B0 | 54 | 7 | 0 | 34 | 60 | 1F | 1B | 5C | 24 |
| Octal | 260 | 124 | 7 | 0 | 64 | 140 | 37 | 33 | 134 | 44 |
| Binary | 10110000 | 1010100 | 111 | 0 | 110100 | 1100000 | 11111 | 11011 | 1011100 | 100100 |
Color Harmonies of #B05407
Complementary color
Monochromatic Colors of #B05407
Black with #B05407
Text Example
Text Example
White with #B05407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05407; }
p { color: rgb(176,84,7); }
H1.HeaderClassName
{
color: #B05407;
}
.AnyTagClassName
{
color: #B05407;
}
</style>
background-color css
<style>
a { background-color: #B05407; }
a { background-color: rgb(176,84,7); }
div.DivClassName
{
background-color: #B05407;
}
.BgClassName
{
background-color: #B05407;
}
</style>
border-color css
<style>
span { border-color: #B05407; }
span { border-color: rgb(176,84,7); }
td.TdClassName
{
border-color: #B05407;
}
.TagClassName
{
border-color: #B05407;
}
</style>