Shades of Rust #BB390F
Tints of Rust #BB390F
RGB
CMYK
RGB Variations
Color information
#BB390F (or 0xBB390F) is known color: Rust. HEX triplet: BB, 39 and 0F. RGB value is (187,57,15). Sum of RGB (Red+Green+Blue) = 187+57+15=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB390F is #44C6F0. Grayscale: #5B5B5B. Windows color (decimal): -4507377 or 997819. OLE color: 997819.
HSL color Cylindrical-coordinate representation of color #BB390F: hue angle of 14.65º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB390F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.27 |
| HSL | 14.65º | 0.85% | 0.4% | - |
| HSV(B) | 14.65º | 0.92% | 0.73% | - |
| XYZ | 22.04 | 13.53 | 1.9 | - |
| YUV | 91.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 15 | 0 | 0.70 | 0.92 | 0.27 | 14.65 | 0.85 | 0.4 |
| Hex | BB | 39 | F | 0 | 46 | 5C | 1B | F | 55 | 28 |
| Octal | 273 | 71 | 17 | 0 | 106 | 134 | 33 | 17 | 125 | 50 |
| Binary | 10111011 | 111001 | 1111 | 0 | 1000110 | 1011100 | 11011 | 1111 | 1010101 | 101000 |
Color Harmonies of #BB390F
Complementary color
Monochromatic Colors of #BB390F
Black with #BB390F
Text Example
Text Example
White with #BB390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB390F; }
p { color: rgb(187,57,15); }
H1.HeaderClassName
{
color: #BB390F;
}
.AnyTagClassName
{
color: #BB390F;
}
</style>
background-color css
<style>
a { background-color: #BB390F; }
a { background-color: rgb(187,57,15); }
div.DivClassName
{
background-color: #BB390F;
}
.BgClassName
{
background-color: #BB390F;
}
</style>
border-color css
<style>
span { border-color: #BB390F; }
span { border-color: rgb(187,57,15); }
td.TdClassName
{
border-color: #BB390F;
}
.TagClassName
{
border-color: #BB390F;
}
</style>