Shades of Rust #BB460B
Tints of Rust #BB460B
RGB
CMYK
RGB Variations
Color information
#BB460B (or 0xBB460B) is known color: Rust. HEX triplet: BB, 46 and 0B. RGB value is (187,70,11). Sum of RGB (Red+Green+Blue) = 187+70+11=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB460B is #44B9F4. Grayscale: #626262. Windows color (decimal): -4504053 or 739003. OLE color: 739003.
HSL color Cylindrical-coordinate representation of color #BB460B: hue angle of 20.11º 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 #BB460B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.27 |
| HSL | 20.11º | 0.89% | 0.39% | - |
| HSV(B) | 20.11º | 0.94% | 0.73% | - |
| XYZ | 22.74 | 14.97 | 2.01 | - |
| YUV | 98.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 11 | 0 | 0.63 | 0.94 | 0.27 | 20.11 | 0.89 | 0.39 |
| Hex | BB | 46 | B | 0 | 3F | 5E | 1B | 14 | 59 | 27 |
| Octal | 273 | 106 | 13 | 0 | 77 | 136 | 33 | 24 | 131 | 47 |
| Binary | 10111011 | 1000110 | 1011 | 0 | 111111 | 1011110 | 11011 | 10100 | 1011001 | 100111 |
Color Harmonies of #BB460B
Complementary color
Monochromatic Colors of #BB460B
Black with #BB460B
Text Example
Text Example
White with #BB460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB460B; }
p { color: rgb(187,70,11); }
H1.HeaderClassName
{
color: #BB460B;
}
.AnyTagClassName
{
color: #BB460B;
}
</style>
background-color css
<style>
a { background-color: #BB460B; }
a { background-color: rgb(187,70,11); }
div.DivClassName
{
background-color: #BB460B;
}
.BgClassName
{
background-color: #BB460B;
}
</style>
border-color css
<style>
span { border-color: #BB460B; }
span { border-color: rgb(187,70,11); }
td.TdClassName
{
border-color: #BB460B;
}
.TagClassName
{
border-color: #BB460B;
}
</style>