Shades of Rust #B05113
Tints of Rust #B05113
RGB
CMYK
RGB Variations
Color information
#B05113 (or 0xB05113) is known color: Rust. HEX triplet: B0, 51 and 13. RGB value is (176,81,19). Sum of RGB (Red+Green+Blue) = 176+81+19=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B05113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05113 is #4FAEEC. Grayscale: #666666. Windows color (decimal): -5222125 or 1266096. OLE color: 1266096.
HSL color Cylindrical-coordinate representation of color #B05113: hue angle of 23.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B05113 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 19 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.31 |
| HSL | 23.69º | 0.81% | 0.38% | - |
| HSV(B) | 23.69º | 0.89% | 0.69% | - |
| XYZ | 20.96 | 15.16 | 2.44 | - |
| YUV | 102.34 | 80.97 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 19 | 0 | 0.54 | 0.89 | 0.31 | 23.69 | 0.81 | 0.38 |
| Hex | B0 | 51 | 13 | 0 | 36 | 59 | 1F | 18 | 51 | 26 |
| Octal | 260 | 121 | 23 | 0 | 66 | 131 | 37 | 30 | 121 | 46 |
| Binary | 10110000 | 1010001 | 10011 | 0 | 110110 | 1011001 | 11111 | 11000 | 1010001 | 100110 |
Color Harmonies of #B05113
Complementary color
Monochromatic Colors of #B05113
Black with #B05113
Text Example
Text Example
White with #B05113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05113; }
p { color: rgb(176,81,19); }
H1.HeaderClassName
{
color: #B05113;
}
.AnyTagClassName
{
color: #B05113;
}
</style>
background-color css
<style>
a { background-color: #B05113; }
a { background-color: rgb(176,81,19); }
div.DivClassName
{
background-color: #B05113;
}
.BgClassName
{
background-color: #B05113;
}
</style>
border-color css
<style>
span { border-color: #B05113; }
span { border-color: rgb(176,81,19); }
td.TdClassName
{
border-color: #B05113;
}
.TagClassName
{
border-color: #B05113;
}
</style>