Shades of Rust #B05114
Tints of Rust #B05114
RGB
CMYK
RGB Variations
Color information
#B05114 (or 0xB05114) is known color: Rust. HEX triplet: B0, 51 and 14. RGB value is (176,81,20). Sum of RGB (Red+Green+Blue) = 176+81+20=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B05114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05114 is #4FAEEB. Grayscale: #666666. Windows color (decimal): -5222124 or 1331632. OLE color: 1331632.
HSL color Cylindrical-coordinate representation of color #B05114: hue angle of 23.46º degrees, saturation: 0.8, 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 #B05114 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 20 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.31 |
| HSL | 23.46º | 0.8% | 0.38% | - |
| HSV(B) | 23.46º | 0.89% | 0.69% | - |
| XYZ | 20.97 | 15.17 | 2.48 | - |
| YUV | 102.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 20 | 0 | 0.54 | 0.89 | 0.31 | 23.46 | 0.8 | 0.38 |
| Hex | B0 | 51 | 14 | 0 | 36 | 59 | 1F | 17 | 50 | 26 |
| Octal | 260 | 121 | 24 | 0 | 66 | 131 | 37 | 27 | 120 | 46 |
| Binary | 10110000 | 1010001 | 10100 | 0 | 110110 | 1011001 | 11111 | 10111 | 1010000 | 100110 |
Color Harmonies of #B05114
Complementary color
Monochromatic Colors of #B05114
Black with #B05114
Text Example
Text Example
White with #B05114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05114; }
p { color: rgb(176,81,20); }
H1.HeaderClassName
{
color: #B05114;
}
.AnyTagClassName
{
color: #B05114;
}
</style>
background-color css
<style>
a { background-color: #B05114; }
a { background-color: rgb(176,81,20); }
div.DivClassName
{
background-color: #B05114;
}
.BgClassName
{
background-color: #B05114;
}
</style>
border-color css
<style>
span { border-color: #B05114; }
span { border-color: rgb(176,81,20); }
td.TdClassName
{
border-color: #B05114;
}
.TagClassName
{
border-color: #B05114;
}
</style>