Shades of Rust #BB4911
Tints of Rust #BB4911
RGB
CMYK
RGB Variations
Color information
#BB4911 (or 0xBB4911) is known color: Rust. HEX triplet: BB, 49 and 11. RGB value is (187,73,17). Sum of RGB (Red+Green+Blue) = 187+73+17=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4911 is #44B6EE. Grayscale: #656565. Windows color (decimal): -4503279 or 1132987. OLE color: 1132987.
HSL color Cylindrical-coordinate representation of color #BB4911: hue angle of 19.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB4911 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 17 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.27 |
| HSL | 19.76º | 0.83% | 0.4% | - |
| HSV(B) | 19.76º | 0.91% | 0.73% | - |
| XYZ | 22.98 | 15.37 | 2.29 | - |
| YUV | 100.7 | 80.77 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 17 | 0 | 0.61 | 0.91 | 0.27 | 19.76 | 0.83 | 0.4 |
| Hex | BB | 49 | 11 | 0 | 3D | 5B | 1B | 14 | 53 | 28 |
| Octal | 273 | 111 | 21 | 0 | 75 | 133 | 33 | 24 | 123 | 50 |
| Binary | 10111011 | 1001001 | 10001 | 0 | 111101 | 1011011 | 11011 | 10100 | 1010011 | 101000 |
Color Harmonies of #BB4911
Complementary color
Monochromatic Colors of #BB4911
Black with #BB4911
Text Example
Text Example
White with #BB4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4911; }
p { color: rgb(187,73,17); }
H1.HeaderClassName
{
color: #BB4911;
}
.AnyTagClassName
{
color: #BB4911;
}
</style>
background-color css
<style>
a { background-color: #BB4911; }
a { background-color: rgb(187,73,17); }
div.DivClassName
{
background-color: #BB4911;
}
.BgClassName
{
background-color: #BB4911;
}
</style>
border-color css
<style>
span { border-color: #BB4911; }
span { border-color: rgb(187,73,17); }
td.TdClassName
{
border-color: #BB4911;
}
.TagClassName
{
border-color: #BB4911;
}
</style>