Shades of Rust #BB4916
Tints of Rust #BB4916
RGB
CMYK
RGB Variations
Color information
#BB4916 (or 0xBB4916) is known color: Rust. HEX triplet: BB, 49 and 16. RGB value is (187,73,22). Sum of RGB (Red+Green+Blue) = 187+73+22=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4916 is #44B6E9. Grayscale: #656565. Windows color (decimal): -4503274 or 1460667. OLE color: 1460667.
HSL color Cylindrical-coordinate representation of color #BB4916: hue angle of 18.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB4916 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 22 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.27 |
| HSL | 18.55º | 0.79% | 0.41% | - |
| HSV(B) | 18.55º | 0.88% | 0.73% | - |
| XYZ | 23.02 | 15.39 | 2.52 | - |
| YUV | 101.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 22 | 0 | 0.61 | 0.88 | 0.27 | 18.55 | 0.79 | 0.41 |
| Hex | BB | 49 | 16 | 0 | 3D | 58 | 1B | 13 | 4F | 29 |
| Octal | 273 | 111 | 26 | 0 | 75 | 130 | 33 | 23 | 117 | 51 |
| Binary | 10111011 | 1001001 | 10110 | 0 | 111101 | 1011000 | 11011 | 10011 | 1001111 | 101001 |
Color Harmonies of #BB4916
Complementary color
Monochromatic Colors of #BB4916
Black with #BB4916
Text Example
Text Example
White with #BB4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4916; }
p { color: rgb(187,73,22); }
H1.HeaderClassName
{
color: #BB4916;
}
.AnyTagClassName
{
color: #BB4916;
}
</style>
background-color css
<style>
a { background-color: #BB4916; }
a { background-color: rgb(187,73,22); }
div.DivClassName
{
background-color: #BB4916;
}
.BgClassName
{
background-color: #BB4916;
}
</style>
border-color css
<style>
span { border-color: #BB4916; }
span { border-color: rgb(187,73,22); }
td.TdClassName
{
border-color: #BB4916;
}
.TagClassName
{
border-color: #BB4916;
}
</style>