Shades of Rust #BB470B
Tints of Rust #BB470B
RGB
CMYK
RGB Variations
Color information
#BB470B (or 0xBB470B) is known color: Rust. HEX triplet: BB, 47 and 0B. RGB value is (187,71,11). Sum of RGB (Red+Green+Blue) = 187+71+11=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB470B is #44B8F4. Grayscale: #636363. Windows color (decimal): -4503797 or 739259. OLE color: 739259.
HSL color Cylindrical-coordinate representation of color #BB470B: hue angle of 20.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB470B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.27 |
| HSL | 20.45º | 0.89% | 0.39% | - |
| HSV(B) | 20.45º | 0.94% | 0.73% | - |
| XYZ | 22.81 | 15.1 | 2.03 | - |
| YUV | 98.84 | 78.43 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 11 | 0 | 0.62 | 0.94 | 0.27 | 20.45 | 0.89 | 0.39 |
| Hex | BB | 47 | B | 0 | 3E | 5E | 1B | 14 | 59 | 27 |
| Octal | 273 | 107 | 13 | 0 | 76 | 136 | 33 | 24 | 131 | 47 |
| Binary | 10111011 | 1000111 | 1011 | 0 | 111110 | 1011110 | 11011 | 10100 | 1011001 | 100111 |
Color Harmonies of #BB470B
Complementary color
Monochromatic Colors of #BB470B
Black with #BB470B
Text Example
Text Example
White with #BB470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB470B; }
p { color: rgb(187,71,11); }
H1.HeaderClassName
{
color: #BB470B;
}
.AnyTagClassName
{
color: #BB470B;
}
</style>
background-color css
<style>
a { background-color: #BB470B; }
a { background-color: rgb(187,71,11); }
div.DivClassName
{
background-color: #BB470B;
}
.BgClassName
{
background-color: #BB470B;
}
</style>
border-color css
<style>
span { border-color: #BB470B; }
span { border-color: rgb(187,71,11); }
td.TdClassName
{
border-color: #BB470B;
}
.TagClassName
{
border-color: #BB470B;
}
</style>