Shades of Rust #BB5612
Tints of Rust #BB5612
RGB
CMYK
RGB Variations
Color information
#BB5612 (or 0xBB5612) is known color: Rust. HEX triplet: BB, 56 and 12. RGB value is (187,86,18). Sum of RGB (Red+Green+Blue) = 187+86+18=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5612 is #44A9ED. Grayscale: #6C6C6C. Windows color (decimal): -4499950 or 1201851. OLE color: 1201851.
HSL color Cylindrical-coordinate representation of color #BB5612: hue angle of 24.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB5612 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 18 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.27 |
| HSL | 24.14º | 0.82% | 0.4% | - |
| HSV(B) | 24.14º | 0.9% | 0.73% | - |
| XYZ | 23.93 | 17.26 | 2.64 | - |
| YUV | 108.45 | 76.96 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 18 | 0 | 0.54 | 0.90 | 0.27 | 24.14 | 0.82 | 0.4 |
| Hex | BB | 56 | 12 | 0 | 36 | 5A | 1B | 18 | 52 | 28 |
| Octal | 273 | 126 | 22 | 0 | 66 | 132 | 33 | 30 | 122 | 50 |
| Binary | 10111011 | 1010110 | 10010 | 0 | 110110 | 1011010 | 11011 | 11000 | 1010010 | 101000 |
Color Harmonies of #BB5612
Complementary color
Monochromatic Colors of #BB5612
Black with #BB5612
Text Example
Text Example
White with #BB5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5612; }
p { color: rgb(187,86,18); }
H1.HeaderClassName
{
color: #BB5612;
}
.AnyTagClassName
{
color: #BB5612;
}
</style>
background-color css
<style>
a { background-color: #BB5612; }
a { background-color: rgb(187,86,18); }
div.DivClassName
{
background-color: #BB5612;
}
.BgClassName
{
background-color: #BB5612;
}
</style>
border-color css
<style>
span { border-color: #BB5612; }
span { border-color: rgb(187,86,18); }
td.TdClassName
{
border-color: #BB5612;
}
.TagClassName
{
border-color: #BB5612;
}
</style>