Shades of Rust #B05107
Tints of Rust #B05107
RGB
CMYK
RGB Variations
Color information
#B05107 (or 0xB05107) is known color: Rust. HEX triplet: B0, 51 and 07. RGB value is (176,81,7). Sum of RGB (Red+Green+Blue) = 176+81+7=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B05107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05107 is #4FAEF8. Grayscale: #656565. Windows color (decimal): -5222137 or 479664. OLE color: 479664.
HSL color Cylindrical-coordinate representation of color #B05107: hue angle of 26.27º 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 #B05107 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.31 |
| HSL | 26.27º | 0.92% | 0.36% | - |
| HSV(B) | 26.27º | 0.96% | 0.69% | - |
| XYZ | 20.89 | 15.13 | 2.02 | - |
| YUV | 100.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 7 | 0 | 0.54 | 0.96 | 0.31 | 26.27 | 0.92 | 0.36 |
| Hex | B0 | 51 | 7 | 0 | 36 | 60 | 1F | 1A | 5C | 24 |
| Octal | 260 | 121 | 7 | 0 | 66 | 140 | 37 | 32 | 134 | 44 |
| Binary | 10110000 | 1010001 | 111 | 0 | 110110 | 1100000 | 11111 | 11010 | 1011100 | 100100 |
Color Harmonies of #B05107
Complementary color
Monochromatic Colors of #B05107
Black with #B05107
Text Example
Text Example
White with #B05107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05107; }
p { color: rgb(176,81,7); }
H1.HeaderClassName
{
color: #B05107;
}
.AnyTagClassName
{
color: #B05107;
}
</style>
background-color css
<style>
a { background-color: #B05107; }
a { background-color: rgb(176,81,7); }
div.DivClassName
{
background-color: #B05107;
}
.BgClassName
{
background-color: #B05107;
}
</style>
border-color css
<style>
span { border-color: #B05107; }
span { border-color: rgb(176,81,7); }
td.TdClassName
{
border-color: #B05107;
}
.TagClassName
{
border-color: #B05107;
}
</style>