Shades of Rust #BB5518
Tints of Rust #BB5518
RGB
CMYK
RGB Variations
Color information
#BB5518 (or 0xBB5518) is known color: Rust. HEX triplet: BB, 55 and 18. RGB value is (187,85,24). Sum of RGB (Red+Green+Blue) = 187+85+24=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5518 is #44AAE7. Grayscale: #6C6C6C. Windows color (decimal): -4500200 or 1594811. OLE color: 1594811.
HSL color Cylindrical-coordinate representation of color #BB5518: hue angle of 22.45º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB5518 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 24 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.27 |
| HSL | 22.45º | 0.77% | 0.41% | - |
| HSV(B) | 22.45º | 0.87% | 0.73% | - |
| XYZ | 23.91 | 17.13 | 2.91 | - |
| YUV | 108.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 24 | 0 | 0.55 | 0.87 | 0.27 | 22.45 | 0.77 | 0.41 |
| Hex | BB | 55 | 18 | 0 | 37 | 57 | 1B | 16 | 4D | 29 |
| Octal | 273 | 125 | 30 | 0 | 67 | 127 | 33 | 26 | 115 | 51 |
| Binary | 10111011 | 1010101 | 11000 | 0 | 110111 | 1010111 | 11011 | 10110 | 1001101 | 101001 |
Color Harmonies of #BB5518
Complementary color
Monochromatic Colors of #BB5518
Black with #BB5518
Text Example
Text Example
White with #BB5518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5518; }
p { color: rgb(187,85,24); }
H1.HeaderClassName
{
color: #BB5518;
}
.AnyTagClassName
{
color: #BB5518;
}
</style>
background-color css
<style>
a { background-color: #BB5518; }
a { background-color: rgb(187,85,24); }
div.DivClassName
{
background-color: #BB5518;
}
.BgClassName
{
background-color: #BB5518;
}
</style>
border-color css
<style>
span { border-color: #BB5518; }
span { border-color: rgb(187,85,24); }
td.TdClassName
{
border-color: #BB5518;
}
.TagClassName
{
border-color: #BB5518;
}
</style>