Shades of Rust #BB4415
Tints of Rust #BB4415
RGB
CMYK
RGB Variations
Color information
#BB4415 (or 0xBB4415) is known color: Rust. HEX triplet: BB, 44 and 15. RGB value is (187,68,21). Sum of RGB (Red+Green+Blue) = 187+68+21=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4415 is #44BBEA. Grayscale: #626262. Windows color (decimal): -4504555 or 1393851. OLE color: 1393851.
HSL color Cylindrical-coordinate representation of color #BB4415: hue angle of 16.99º 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 #BB4415 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 21 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.27 |
| HSL | 16.99º | 0.8% | 0.41% | - |
| HSV(B) | 16.99º | 0.89% | 0.73% | - |
| XYZ | 22.7 | 14.75 | 2.36 | - |
| YUV | 98.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 21 | 0 | 0.64 | 0.89 | 0.27 | 16.99 | 0.8 | 0.41 |
| Hex | BB | 44 | 15 | 0 | 40 | 59 | 1B | 11 | 50 | 29 |
| Octal | 273 | 104 | 25 | 0 | 100 | 131 | 33 | 21 | 120 | 51 |
| Binary | 10111011 | 1000100 | 10101 | 0 | 1000000 | 1011001 | 11011 | 10001 | 1010000 | 101001 |
Color Harmonies of #BB4415
Complementary color
Monochromatic Colors of #BB4415
Black with #BB4415
Text Example
Text Example
White with #BB4415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4415; }
p { color: rgb(187,68,21); }
H1.HeaderClassName
{
color: #BB4415;
}
.AnyTagClassName
{
color: #BB4415;
}
</style>
background-color css
<style>
a { background-color: #BB4415; }
a { background-color: rgb(187,68,21); }
div.DivClassName
{
background-color: #BB4415;
}
.BgClassName
{
background-color: #BB4415;
}
</style>
border-color css
<style>
span { border-color: #BB4415; }
span { border-color: rgb(187,68,21); }
td.TdClassName
{
border-color: #BB4415;
}
.TagClassName
{
border-color: #BB4415;
}
</style>