Shades of Rust #BB4711
Tints of Rust #BB4711
RGB
CMYK
RGB Variations
Color information
#BB4711 (or 0xBB4711) is known color: Rust. HEX triplet: BB, 47 and 11. RGB value is (187,71,17). Sum of RGB (Red+Green+Blue) = 187+71+17=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4711 is #44B8EE. Grayscale: #636363. Windows color (decimal): -4503791 or 1132475. OLE color: 1132475.
HSL color Cylindrical-coordinate representation of color #BB4711: hue angle of 19.06º 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 #BB4711 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.27 |
| HSL | 19.06º | 0.83% | 0.4% | - |
| HSV(B) | 19.06º | 0.91% | 0.73% | - |
| XYZ | 22.85 | 15.11 | 2.24 | - |
| YUV | 99.53 | 81.43 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 17 | 0 | 0.62 | 0.91 | 0.27 | 19.06 | 0.83 | 0.4 |
| Hex | BB | 47 | 11 | 0 | 3E | 5B | 1B | 13 | 53 | 28 |
| Octal | 273 | 107 | 21 | 0 | 76 | 133 | 33 | 23 | 123 | 50 |
| Binary | 10111011 | 1000111 | 10001 | 0 | 111110 | 1011011 | 11011 | 10011 | 1010011 | 101000 |
Color Harmonies of #BB4711
Complementary color
Monochromatic Colors of #BB4711
Black with #BB4711
Text Example
Text Example
White with #BB4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4711; }
p { color: rgb(187,71,17); }
H1.HeaderClassName
{
color: #BB4711;
}
.AnyTagClassName
{
color: #BB4711;
}
</style>
background-color css
<style>
a { background-color: #BB4711; }
a { background-color: rgb(187,71,17); }
div.DivClassName
{
background-color: #BB4711;
}
.BgClassName
{
background-color: #BB4711;
}
</style>
border-color css
<style>
span { border-color: #BB4711; }
span { border-color: rgb(187,71,17); }
td.TdClassName
{
border-color: #BB4711;
}
.TagClassName
{
border-color: #BB4711;
}
</style>