Shades of Rust #BB4E0F
Tints of Rust #BB4E0F
RGB
CMYK
RGB Variations
Color information
#BB4E0F (or 0xBB4E0F) is known color: Rust. HEX triplet: BB, 4E and 0F. RGB value is (187,78,15). Sum of RGB (Red+Green+Blue) = 187+78+15=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4E0F is #44B1F0. Grayscale: #676767. Windows color (decimal): -4502001 or 1003195. OLE color: 1003195.
HSL color Cylindrical-coordinate representation of color #BB4E0F: hue angle of 21.98º 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 #BB4E0F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 15 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.27 |
| HSL | 21.98º | 0.85% | 0.4% | - |
| HSV(B) | 21.98º | 0.92% | 0.73% | - |
| XYZ | 23.3 | 16.05 | 2.32 | - |
| YUV | 103.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 15 | 0 | 0.58 | 0.92 | 0.27 | 21.98 | 0.85 | 0.4 |
| Hex | BB | 4E | F | 0 | 3A | 5C | 1B | 16 | 55 | 28 |
| Octal | 273 | 116 | 17 | 0 | 72 | 134 | 33 | 26 | 125 | 50 |
| Binary | 10111011 | 1001110 | 1111 | 0 | 111010 | 1011100 | 11011 | 10110 | 1010101 | 101000 |
Color Harmonies of #BB4E0F
Complementary color
Monochromatic Colors of #BB4E0F
Black with #BB4E0F
Text Example
Text Example
White with #BB4E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E0F; }
p { color: rgb(187,78,15); }
H1.HeaderClassName
{
color: #BB4E0F;
}
.AnyTagClassName
{
color: #BB4E0F;
}
</style>
background-color css
<style>
a { background-color: #BB4E0F; }
a { background-color: rgb(187,78,15); }
div.DivClassName
{
background-color: #BB4E0F;
}
.BgClassName
{
background-color: #BB4E0F;
}
</style>
border-color css
<style>
span { border-color: #BB4E0F; }
span { border-color: rgb(187,78,15); }
td.TdClassName
{
border-color: #BB4E0F;
}
.TagClassName
{
border-color: #BB4E0F;
}
</style>