Shades of Rust #BB4515
Tints of Rust #BB4515
RGB
CMYK
RGB Variations
Color information
#BB4515 (or 0xBB4515) is known color: Rust. HEX triplet: BB, 45 and 15. RGB value is (187,69,21). Sum of RGB (Red+Green+Blue) = 187+69+21=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4515 is #44BAEA. Grayscale: #636363. Windows color (decimal): -4504299 or 1394107. OLE color: 1394107.
HSL color Cylindrical-coordinate representation of color #BB4515: hue angle of 17.35º 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 #BB4515 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 21 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.27 |
| HSL | 17.35º | 0.8% | 0.41% | - |
| HSV(B) | 17.35º | 0.89% | 0.73% | - |
| XYZ | 22.76 | 14.88 | 2.38 | - |
| YUV | 98.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 21 | 0 | 0.63 | 0.89 | 0.27 | 17.35 | 0.8 | 0.41 |
| Hex | BB | 45 | 15 | 0 | 3F | 59 | 1B | 11 | 50 | 29 |
| Octal | 273 | 105 | 25 | 0 | 77 | 131 | 33 | 21 | 120 | 51 |
| Binary | 10111011 | 1000101 | 10101 | 0 | 111111 | 1011001 | 11011 | 10001 | 1010000 | 101001 |
Color Harmonies of #BB4515
Complementary color
Monochromatic Colors of #BB4515
Black with #BB4515
Text Example
Text Example
White with #BB4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4515; }
p { color: rgb(187,69,21); }
H1.HeaderClassName
{
color: #BB4515;
}
.AnyTagClassName
{
color: #BB4515;
}
</style>
background-color css
<style>
a { background-color: #BB4515; }
a { background-color: rgb(187,69,21); }
div.DivClassName
{
background-color: #BB4515;
}
.BgClassName
{
background-color: #BB4515;
}
</style>
border-color css
<style>
span { border-color: #BB4515; }
span { border-color: rgb(187,69,21); }
td.TdClassName
{
border-color: #BB4515;
}
.TagClassName
{
border-color: #BB4515;
}
</style>