Shades of Rust #BB3711
Tints of Rust #BB3711
RGB
CMYK
RGB Variations
Color information
#BB3711 (or 0xBB3711) is known color: Rust. HEX triplet: BB, 37 and 11. RGB value is (187,55,17). Sum of RGB (Red+Green+Blue) = 187+55+17=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3711 is #44C8EE. Grayscale: #5A5A5A. Windows color (decimal): -4507887 or 1128379. OLE color: 1128379.
HSL color Cylindrical-coordinate representation of color #BB3711: hue angle of 13.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB3711 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 17 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.27 |
| HSL | 13.41º | 0.83% | 0.4% | - |
| HSV(B) | 13.41º | 0.91% | 0.73% | - |
| XYZ | 21.96 | 13.34 | 1.95 | - |
| YUV | 90.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 17 | 0 | 0.71 | 0.91 | 0.27 | 13.41 | 0.83 | 0.4 |
| Hex | BB | 37 | 11 | 0 | 47 | 5B | 1B | D | 53 | 28 |
| Octal | 273 | 67 | 21 | 0 | 107 | 133 | 33 | 15 | 123 | 50 |
| Binary | 10111011 | 110111 | 10001 | 0 | 1000111 | 1011011 | 11011 | 1101 | 1010011 | 101000 |
Color Harmonies of #BB3711
Complementary color
Monochromatic Colors of #BB3711
Black with #BB3711
Text Example
Text Example
White with #BB3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3711; }
p { color: rgb(187,55,17); }
H1.HeaderClassName
{
color: #BB3711;
}
.AnyTagClassName
{
color: #BB3711;
}
</style>
background-color css
<style>
a { background-color: #BB3711; }
a { background-color: rgb(187,55,17); }
div.DivClassName
{
background-color: #BB3711;
}
.BgClassName
{
background-color: #BB3711;
}
</style>
border-color css
<style>
span { border-color: #BB3711; }
span { border-color: rgb(187,55,17); }
td.TdClassName
{
border-color: #BB3711;
}
.TagClassName
{
border-color: #BB3711;
}
</style>