Shades of Rust #BB4111
Tints of Rust #BB4111
RGB
CMYK
RGB Variations
Color information
#BB4111 (or 0xBB4111) is known color: Rust. HEX triplet: BB, 41 and 11. RGB value is (187,65,17). Sum of RGB (Red+Green+Blue) = 187+65+17=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4111 is #44BEEE. Grayscale: #606060. Windows color (decimal): -4505327 or 1130939. OLE color: 1130939.
HSL color Cylindrical-coordinate representation of color #BB4111: hue angle of 16.94º 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 #BB4111 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 17 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.27 |
| HSL | 16.94º | 0.83% | 0.4% | - |
| HSV(B) | 16.94º | 0.91% | 0.73% | - |
| XYZ | 22.48 | 14.39 | 2.12 | - |
| YUV | 96.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 17 | 0 | 0.65 | 0.91 | 0.27 | 16.94 | 0.83 | 0.4 |
| Hex | BB | 41 | 11 | 0 | 41 | 5B | 1B | 11 | 53 | 28 |
| Octal | 273 | 101 | 21 | 0 | 101 | 133 | 33 | 21 | 123 | 50 |
| Binary | 10111011 | 1000001 | 10001 | 0 | 1000001 | 1011011 | 11011 | 10001 | 1010011 | 101000 |
Color Harmonies of #BB4111
Complementary color
Monochromatic Colors of #BB4111
Black with #BB4111
Text Example
Text Example
White with #BB4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4111; }
p { color: rgb(187,65,17); }
H1.HeaderClassName
{
color: #BB4111;
}
.AnyTagClassName
{
color: #BB4111;
}
</style>
background-color css
<style>
a { background-color: #BB4111; }
a { background-color: rgb(187,65,17); }
div.DivClassName
{
background-color: #BB4111;
}
.BgClassName
{
background-color: #BB4111;
}
</style>
border-color css
<style>
span { border-color: #BB4111; }
span { border-color: rgb(187,65,17); }
td.TdClassName
{
border-color: #BB4111;
}
.TagClassName
{
border-color: #BB4111;
}
</style>