Shades of Rust #BB4815
Tints of Rust #BB4815
RGB
CMYK
RGB Variations
Color information
#BB4815 (or 0xBB4815) is known color: Rust. HEX triplet: BB, 48 and 15. RGB value is (187,72,21). Sum of RGB (Red+Green+Blue) = 187+72+21=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4815 is #44B7EA. Grayscale: #646464. Windows color (decimal): -4503531 or 1394875. OLE color: 1394875.
HSL color Cylindrical-coordinate representation of color #BB4815: hue angle of 18.43º 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 #BB4815 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 21 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.27 |
| HSL | 18.43º | 0.8% | 0.41% | - |
| HSV(B) | 18.43º | 0.89% | 0.73% | - |
| XYZ | 22.95 | 15.25 | 2.44 | - |
| YUV | 100.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 21 | 0 | 0.61 | 0.89 | 0.27 | 18.43 | 0.8 | 0.41 |
| Hex | BB | 48 | 15 | 0 | 3D | 59 | 1B | 12 | 50 | 29 |
| Octal | 273 | 110 | 25 | 0 | 75 | 131 | 33 | 22 | 120 | 51 |
| Binary | 10111011 | 1001000 | 10101 | 0 | 111101 | 1011001 | 11011 | 10010 | 1010000 | 101001 |
Color Harmonies of #BB4815
Complementary color
Monochromatic Colors of #BB4815
Black with #BB4815
Text Example
Text Example
White with #BB4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4815; }
p { color: rgb(187,72,21); }
H1.HeaderClassName
{
color: #BB4815;
}
.AnyTagClassName
{
color: #BB4815;
}
</style>
background-color css
<style>
a { background-color: #BB4815; }
a { background-color: rgb(187,72,21); }
div.DivClassName
{
background-color: #BB4815;
}
.BgClassName
{
background-color: #BB4815;
}
</style>
border-color css
<style>
span { border-color: #BB4815; }
span { border-color: rgb(187,72,21); }
td.TdClassName
{
border-color: #BB4815;
}
.TagClassName
{
border-color: #BB4815;
}
</style>