Shades of Rust #BB3F15
Tints of Rust #BB3F15
RGB
CMYK
RGB Variations
Color information
#BB3F15 (or 0xBB3F15) is known color: Rust. HEX triplet: BB, 3F and 15. RGB value is (187,63,21). Sum of RGB (Red+Green+Blue) = 187+63+21=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3F15 is #44C0EA. Grayscale: #5F5F5F. Windows color (decimal): -4505835 or 1392571. OLE color: 1392571.
HSL color Cylindrical-coordinate representation of color #BB3F15: hue angle of 15.18º 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 #BB3F15 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.27 |
| HSL | 15.18º | 0.8% | 0.41% | - |
| HSV(B) | 15.18º | 0.89% | 0.73% | - |
| XYZ | 22.41 | 14.17 | 2.26 | - |
| YUV | 95.29 | 86.08 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 21 | 0 | 0.66 | 0.89 | 0.27 | 15.18 | 0.8 | 0.41 |
| Hex | BB | 3F | 15 | 0 | 42 | 59 | 1B | F | 50 | 29 |
| Octal | 273 | 77 | 25 | 0 | 102 | 131 | 33 | 17 | 120 | 51 |
| Binary | 10111011 | 111111 | 10101 | 0 | 1000010 | 1011001 | 11011 | 1111 | 1010000 | 101001 |
Color Harmonies of #BB3F15
Complementary color
Monochromatic Colors of #BB3F15
Black with #BB3F15
Text Example
Text Example
White with #BB3F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F15; }
p { color: rgb(187,63,21); }
H1.HeaderClassName
{
color: #BB3F15;
}
.AnyTagClassName
{
color: #BB3F15;
}
</style>
background-color css
<style>
a { background-color: #BB3F15; }
a { background-color: rgb(187,63,21); }
div.DivClassName
{
background-color: #BB3F15;
}
.BgClassName
{
background-color: #BB3F15;
}
</style>
border-color css
<style>
span { border-color: #BB3F15; }
span { border-color: rgb(187,63,21); }
td.TdClassName
{
border-color: #BB3F15;
}
.TagClassName
{
border-color: #BB3F15;
}
</style>