Shades of Rust #BB5914
Tints of Rust #BB5914
RGB
CMYK
RGB Variations
Color information
#BB5914 (or 0xBB5914) is known color: Rust. HEX triplet: BB, 59 and 14. RGB value is (187,89,20). Sum of RGB (Red+Green+Blue) = 187+89+20=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5914 is #44A6EB. Grayscale: #6E6E6E. Windows color (decimal): -4499180 or 1333691. OLE color: 1333691.
HSL color Cylindrical-coordinate representation of color #BB5914: hue angle of 24.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5914 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 20 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.27 |
| HSL | 24.79º | 0.81% | 0.41% | - |
| HSV(B) | 24.79º | 0.89% | 0.73% | - |
| XYZ | 24.19 | 17.76 | 2.81 | - |
| YUV | 110.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 20 | 0 | 0.52 | 0.89 | 0.27 | 24.79 | 0.81 | 0.41 |
| Hex | BB | 59 | 14 | 0 | 34 | 59 | 1B | 19 | 51 | 29 |
| Octal | 273 | 131 | 24 | 0 | 64 | 131 | 33 | 31 | 121 | 51 |
| Binary | 10111011 | 1011001 | 10100 | 0 | 110100 | 1011001 | 11011 | 11001 | 1010001 | 101001 |
Color Harmonies of #BB5914
Complementary color
Monochromatic Colors of #BB5914
Black with #BB5914
Text Example
Text Example
White with #BB5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5914; }
p { color: rgb(187,89,20); }
H1.HeaderClassName
{
color: #BB5914;
}
.AnyTagClassName
{
color: #BB5914;
}
</style>
background-color css
<style>
a { background-color: #BB5914; }
a { background-color: rgb(187,89,20); }
div.DivClassName
{
background-color: #BB5914;
}
.BgClassName
{
background-color: #BB5914;
}
</style>
border-color css
<style>
span { border-color: #BB5914; }
span { border-color: rgb(187,89,20); }
td.TdClassName
{
border-color: #BB5914;
}
.TagClassName
{
border-color: #BB5914;
}
</style>