Shades of Rust #B05111
Tints of Rust #B05111
RGB
CMYK
RGB Variations
Color information
#B05111 (or 0xB05111) is known color: Rust. HEX triplet: B0, 51 and 11. RGB value is (176,81,17). Sum of RGB (Red+Green+Blue) = 176+81+17=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B05111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05111 is #4FAEEE. Grayscale: #666666. Windows color (decimal): -5222127 or 1135024. OLE color: 1135024.
HSL color Cylindrical-coordinate representation of color #B05111: hue angle of 24.15º degrees, saturation: 0.82, 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 #B05111 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 17 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.31 |
| HSL | 24.15º | 0.82% | 0.38% | - |
| HSV(B) | 24.15º | 0.9% | 0.69% | - |
| XYZ | 20.95 | 15.16 | 2.35 | - |
| YUV | 102.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 17 | 0 | 0.54 | 0.90 | 0.31 | 24.15 | 0.82 | 0.38 |
| Hex | B0 | 51 | 11 | 0 | 36 | 5A | 1F | 18 | 52 | 26 |
| Octal | 260 | 121 | 21 | 0 | 66 | 132 | 37 | 30 | 122 | 46 |
| Binary | 10110000 | 1010001 | 10001 | 0 | 110110 | 1011010 | 11111 | 11000 | 1010010 | 100110 |
Color Harmonies of #B05111
Complementary color
Monochromatic Colors of #B05111
Black with #B05111
Text Example
Text Example
White with #B05111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05111; }
p { color: rgb(176,81,17); }
H1.HeaderClassName
{
color: #B05111;
}
.AnyTagClassName
{
color: #B05111;
}
</style>
background-color css
<style>
a { background-color: #B05111; }
a { background-color: rgb(176,81,17); }
div.DivClassName
{
background-color: #B05111;
}
.BgClassName
{
background-color: #B05111;
}
</style>
border-color css
<style>
span { border-color: #B05111; }
span { border-color: rgb(176,81,17); }
td.TdClassName
{
border-color: #B05111;
}
.TagClassName
{
border-color: #B05111;
}
</style>