Shades of Rust #B05414
Tints of Rust #B05414
RGB
CMYK
RGB Variations
Color information
#B05414 (or 0xB05414) is known color: Rust. HEX triplet: B0, 54 and 14. RGB value is (176,84,20). Sum of RGB (Red+Green+Blue) = 176+84+20=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B05414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05414 is #4FABEB. Grayscale: #686868. Windows color (decimal): -5221356 or 1332400. OLE color: 1332400.
HSL color Cylindrical-coordinate representation of color #B05414: hue angle of 24.62º 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 #B05414 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 20 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.31 |
| HSL | 24.62º | 0.8% | 0.38% | - |
| HSV(B) | 24.62º | 0.89% | 0.69% | - |
| XYZ | 21.2 | 15.62 | 2.56 | - |
| YUV | 104.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 20 | 0 | 0.52 | 0.89 | 0.31 | 24.62 | 0.8 | 0.38 |
| Hex | B0 | 54 | 14 | 0 | 34 | 59 | 1F | 19 | 50 | 26 |
| Octal | 260 | 124 | 24 | 0 | 64 | 131 | 37 | 31 | 120 | 46 |
| Binary | 10110000 | 1010100 | 10100 | 0 | 110100 | 1011001 | 11111 | 11001 | 1010000 | 100110 |
Color Harmonies of #B05414
Complementary color
Monochromatic Colors of #B05414
Black with #B05414
Text Example
Text Example
White with #B05414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05414; }
p { color: rgb(176,84,20); }
H1.HeaderClassName
{
color: #B05414;
}
.AnyTagClassName
{
color: #B05414;
}
</style>
background-color css
<style>
a { background-color: #B05414; }
a { background-color: rgb(176,84,20); }
div.DivClassName
{
background-color: #B05414;
}
.BgClassName
{
background-color: #B05414;
}
</style>
border-color css
<style>
span { border-color: #B05414; }
span { border-color: rgb(176,84,20); }
td.TdClassName
{
border-color: #B05414;
}
.TagClassName
{
border-color: #B05414;
}
</style>