Shades of Rust #BB4110
Tints of Rust #BB4110
RGB
CMYK
RGB Variations
Color information
#BB4110 (or 0xBB4110) is known color: Rust. HEX triplet: BB, 41 and 10. RGB value is (187,65,16). Sum of RGB (Red+Green+Blue) = 187+65+16=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4110 is #44BEEF. Grayscale: #606060. Windows color (decimal): -4505328 or 1065403. OLE color: 1065403.
HSL color Cylindrical-coordinate representation of color #BB4110: hue angle of 17.19º degrees, saturation: 0.84, 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 #BB4110 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 16 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.27 |
| HSL | 17.19º | 0.84% | 0.4% | - |
| HSV(B) | 17.19º | 0.91% | 0.73% | - |
| XYZ | 22.48 | 14.38 | 2.08 | - |
| YUV | 95.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 16 | 0 | 0.65 | 0.91 | 0.27 | 17.19 | 0.84 | 0.4 |
| Hex | BB | 41 | 10 | 0 | 41 | 5B | 1B | 11 | 54 | 28 |
| Octal | 273 | 101 | 20 | 0 | 101 | 133 | 33 | 21 | 124 | 50 |
| Binary | 10111011 | 1000001 | 10000 | 0 | 1000001 | 1011011 | 11011 | 10001 | 1010100 | 101000 |
Color Harmonies of #BB4110
Complementary color
Monochromatic Colors of #BB4110
Black with #BB4110
Text Example
Text Example
White with #BB4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4110; }
p { color: rgb(187,65,16); }
H1.HeaderClassName
{
color: #BB4110;
}
.AnyTagClassName
{
color: #BB4110;
}
</style>
background-color css
<style>
a { background-color: #BB4110; }
a { background-color: rgb(187,65,16); }
div.DivClassName
{
background-color: #BB4110;
}
.BgClassName
{
background-color: #BB4110;
}
</style>
border-color css
<style>
span { border-color: #BB4110; }
span { border-color: rgb(187,65,16); }
td.TdClassName
{
border-color: #BB4110;
}
.TagClassName
{
border-color: #BB4110;
}
</style>