Shades of Rust #BB4606
Tints of Rust #BB4606
RGB
CMYK
RGB Variations
Color information
#BB4606 (or 0xBB4606) is known color: Rust. HEX triplet: BB, 46 and 06. RGB value is (187,70,6). Sum of RGB (Red+Green+Blue) = 187+70+6=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4606 is #44B9F9. Grayscale: #626262. Windows color (decimal): -4504058 or 411323. OLE color: 411323.
HSL color Cylindrical-coordinate representation of color #BB4606: hue angle of 21.22º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB4606 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.27 |
| HSL | 21.22º | 0.94% | 0.38% | - |
| HSV(B) | 21.22º | 0.97% | 0.73% | - |
| XYZ | 22.72 | 14.96 | 1.86 | - |
| YUV | 97.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 6 | 0 | 0.63 | 0.97 | 0.27 | 21.22 | 0.94 | 0.38 |
| Hex | BB | 46 | 6 | 0 | 3F | 61 | 1B | 15 | 5E | 26 |
| Octal | 273 | 106 | 6 | 0 | 77 | 141 | 33 | 25 | 136 | 46 |
| Binary | 10111011 | 1000110 | 110 | 0 | 111111 | 1100001 | 11011 | 10101 | 1011110 | 100110 |
Color Harmonies of #BB4606
Complementary color
Monochromatic Colors of #BB4606
Black with #BB4606
Text Example
Text Example
White with #BB4606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4606; }
p { color: rgb(187,70,6); }
H1.HeaderClassName
{
color: #BB4606;
}
.AnyTagClassName
{
color: #BB4606;
}
</style>
background-color css
<style>
a { background-color: #BB4606; }
a { background-color: rgb(187,70,6); }
div.DivClassName
{
background-color: #BB4606;
}
.BgClassName
{
background-color: #BB4606;
}
</style>
border-color css
<style>
span { border-color: #BB4606; }
span { border-color: rgb(187,70,6); }
td.TdClassName
{
border-color: #BB4606;
}
.TagClassName
{
border-color: #BB4606;
}
</style>