Shades of Rust #BB4306
Tints of Rust #BB4306
RGB
CMYK
RGB Variations
Color information
#BB4306 (or 0xBB4306) is known color: Rust. HEX triplet: BB, 43 and 06. RGB value is (187,67,6). Sum of RGB (Red+Green+Blue) = 187+67+6=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4306 is #44BCF9. Grayscale: #606060. Windows color (decimal): -4504826 or 410555. OLE color: 410555.
HSL color Cylindrical-coordinate representation of color #BB4306: hue angle of 20.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 #BB4306 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.27 |
| HSL | 20.22º | 0.94% | 0.38% | - |
| HSV(B) | 20.22º | 0.97% | 0.73% | - |
| XYZ | 22.53 | 14.59 | 1.8 | - |
| YUV | 95.93 | 77.26 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 6 | 0 | 0.64 | 0.97 | 0.27 | 20.22 | 0.94 | 0.38 |
| Hex | BB | 43 | 6 | 0 | 40 | 61 | 1B | 14 | 5E | 26 |
| Octal | 273 | 103 | 6 | 0 | 100 | 141 | 33 | 24 | 136 | 46 |
| Binary | 10111011 | 1000011 | 110 | 0 | 1000000 | 1100001 | 11011 | 10100 | 1011110 | 100110 |
Color Harmonies of #BB4306
Complementary color
Monochromatic Colors of #BB4306
Black with #BB4306
Text Example
Text Example
White with #BB4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4306; }
p { color: rgb(187,67,6); }
H1.HeaderClassName
{
color: #BB4306;
}
.AnyTagClassName
{
color: #BB4306;
}
</style>
background-color css
<style>
a { background-color: #BB4306; }
a { background-color: rgb(187,67,6); }
div.DivClassName
{
background-color: #BB4306;
}
.BgClassName
{
background-color: #BB4306;
}
</style>
border-color css
<style>
span { border-color: #BB4306; }
span { border-color: rgb(187,67,6); }
td.TdClassName
{
border-color: #BB4306;
}
.TagClassName
{
border-color: #BB4306;
}
</style>