Shades of Rust #BB4006
Tints of Rust #BB4006
RGB
CMYK
RGB Variations
Color information
#BB4006 (or 0xBB4006) is known color: Rust. HEX triplet: BB, 40 and 06. RGB value is (187,64,6). Sum of RGB (Red+Green+Blue) = 187+64+6=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4006 is #44BFF9. Grayscale: #5E5E5E. Windows color (decimal): -4505594 or 409787. OLE color: 409787.
HSL color Cylindrical-coordinate representation of color #BB4006: hue angle of 19.23º 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 #BB4006 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.27 |
| HSL | 19.23º | 0.94% | 0.38% | - |
| HSV(B) | 19.23º | 0.97% | 0.73% | - |
| XYZ | 22.36 | 14.24 | 1.74 | - |
| YUV | 94.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 6 | 0 | 0.66 | 0.97 | 0.27 | 19.23 | 0.94 | 0.38 |
| Hex | BB | 40 | 6 | 0 | 42 | 61 | 1B | 13 | 5E | 26 |
| Octal | 273 | 100 | 6 | 0 | 102 | 141 | 33 | 23 | 136 | 46 |
| Binary | 10111011 | 1000000 | 110 | 0 | 1000010 | 1100001 | 11011 | 10011 | 1011110 | 100110 |
Color Harmonies of #BB4006
Complementary color
Monochromatic Colors of #BB4006
Black with #BB4006
Text Example
Text Example
White with #BB4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4006; }
p { color: rgb(187,64,6); }
H1.HeaderClassName
{
color: #BB4006;
}
.AnyTagClassName
{
color: #BB4006;
}
</style>
background-color css
<style>
a { background-color: #BB4006; }
a { background-color: rgb(187,64,6); }
div.DivClassName
{
background-color: #BB4006;
}
.BgClassName
{
background-color: #BB4006;
}
</style>
border-color css
<style>
span { border-color: #BB4006; }
span { border-color: rgb(187,64,6); }
td.TdClassName
{
border-color: #BB4006;
}
.TagClassName
{
border-color: #BB4006;
}
</style>