Shades of Rust #B05112
Tints of Rust #B05112
RGB
CMYK
RGB Variations
Color information
#B05112 (or 0xB05112) is known color: Rust. HEX triplet: B0, 51 and 12. RGB value is (176,81,18). Sum of RGB (Red+Green+Blue) = 176+81+18=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B05112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05112 is #4FAEED. Grayscale: #666666. Windows color (decimal): -5222126 or 1200560. OLE color: 1200560.
HSL color Cylindrical-coordinate representation of color #B05112: hue angle of 23.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05112 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 18 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.31 |
| HSL | 23.92º | 0.81% | 0.38% | - |
| HSV(B) | 23.92º | 0.9% | 0.69% | - |
| XYZ | 20.96 | 15.16 | 2.39 | - |
| YUV | 102.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 18 | 0 | 0.54 | 0.90 | 0.31 | 23.92 | 0.81 | 0.38 |
| Hex | B0 | 51 | 12 | 0 | 36 | 5A | 1F | 18 | 51 | 26 |
| Octal | 260 | 121 | 22 | 0 | 66 | 132 | 37 | 30 | 121 | 46 |
| Binary | 10110000 | 1010001 | 10010 | 0 | 110110 | 1011010 | 11111 | 11000 | 1010001 | 100110 |
Color Harmonies of #B05112
Complementary color
Monochromatic Colors of #B05112
Black with #B05112
Text Example
Text Example
White with #B05112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05112; }
p { color: rgb(176,81,18); }
H1.HeaderClassName
{
color: #B05112;
}
.AnyTagClassName
{
color: #B05112;
}
</style>
background-color css
<style>
a { background-color: #B05112; }
a { background-color: rgb(176,81,18); }
div.DivClassName
{
background-color: #B05112;
}
.BgClassName
{
background-color: #B05112;
}
</style>
border-color css
<style>
span { border-color: #B05112; }
span { border-color: rgb(176,81,18); }
td.TdClassName
{
border-color: #B05112;
}
.TagClassName
{
border-color: #B05112;
}
</style>