Shades of Rust #BB460E
Tints of Rust #BB460E
RGB
CMYK
RGB Variations
Color information
#BB460E (or 0xBB460E) is known color: Rust. HEX triplet: BB, 46 and 0E. RGB value is (187,70,14). Sum of RGB (Red+Green+Blue) = 187+70+14=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB460E is #44B9F1. Grayscale: #626262. Windows color (decimal): -4504050 or 935611. OLE color: 935611.
HSL color Cylindrical-coordinate representation of color #BB460E: hue angle of 19.42º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB460E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.27 |
| HSL | 19.42º | 0.86% | 0.39% | - |
| HSV(B) | 19.42º | 0.93% | 0.73% | - |
| XYZ | 22.76 | 14.98 | 2.11 | - |
| YUV | 98.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 14 | 0 | 0.63 | 0.93 | 0.27 | 19.42 | 0.86 | 0.39 |
| Hex | BB | 46 | E | 0 | 3F | 5D | 1B | 13 | 56 | 27 |
| Octal | 273 | 106 | 16 | 0 | 77 | 135 | 33 | 23 | 126 | 47 |
| Binary | 10111011 | 1000110 | 1110 | 0 | 111111 | 1011101 | 11011 | 10011 | 1010110 | 100111 |
Color Harmonies of #BB460E
Complementary color
Monochromatic Colors of #BB460E
Black with #BB460E
Text Example
Text Example
White with #BB460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB460E; }
p { color: rgb(187,70,14); }
H1.HeaderClassName
{
color: #BB460E;
}
.AnyTagClassName
{
color: #BB460E;
}
</style>
background-color css
<style>
a { background-color: #BB460E; }
a { background-color: rgb(187,70,14); }
div.DivClassName
{
background-color: #BB460E;
}
.BgClassName
{
background-color: #BB460E;
}
</style>
border-color css
<style>
span { border-color: #BB460E; }
span { border-color: rgb(187,70,14); }
td.TdClassName
{
border-color: #BB460E;
}
.TagClassName
{
border-color: #BB460E;
}
</style>