Shades of Rust #BB5015
Tints of Rust #BB5015
RGB
CMYK
RGB Variations
Color information
#BB5015 (or 0xBB5015) is known color: Rust. HEX triplet: BB, 50 and 15. RGB value is (187,80,21). Sum of RGB (Red+Green+Blue) = 187+80+21=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5015 is #44AFEA. Grayscale: #696969. Windows color (decimal): -4501483 or 1396923. OLE color: 1396923.
HSL color Cylindrical-coordinate representation of color #BB5015: hue angle of 21.33º degrees, saturation: 0.8, 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 #BB5015 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 21 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.27 |
| HSL | 21.33º | 0.8% | 0.41% | - |
| HSV(B) | 21.33º | 0.89% | 0.73% | - |
| XYZ | 23.5 | 16.36 | 2.63 | - |
| YUV | 105.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 21 | 0 | 0.57 | 0.89 | 0.27 | 21.33 | 0.8 | 0.41 |
| Hex | BB | 50 | 15 | 0 | 39 | 59 | 1B | 15 | 50 | 29 |
| Octal | 273 | 120 | 25 | 0 | 71 | 131 | 33 | 25 | 120 | 51 |
| Binary | 10111011 | 1010000 | 10101 | 0 | 111001 | 1011001 | 11011 | 10101 | 1010000 | 101001 |
Color Harmonies of #BB5015
Complementary color
Monochromatic Colors of #BB5015
Black with #BB5015
Text Example
Text Example
White with #BB5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5015; }
p { color: rgb(187,80,21); }
H1.HeaderClassName
{
color: #BB5015;
}
.AnyTagClassName
{
color: #BB5015;
}
</style>
background-color css
<style>
a { background-color: #BB5015; }
a { background-color: rgb(187,80,21); }
div.DivClassName
{
background-color: #BB5015;
}
.BgClassName
{
background-color: #BB5015;
}
</style>
border-color css
<style>
span { border-color: #BB5015; }
span { border-color: rgb(187,80,21); }
td.TdClassName
{
border-color: #BB5015;
}
.TagClassName
{
border-color: #BB5015;
}
</style>