Shades of Rust #BB4F07
Tints of Rust #BB4F07
RGB
CMYK
RGB Variations
Color information
#BB4F07 (or 0xBB4F07) is known color: Rust. HEX triplet: BB, 4F and 07. RGB value is (187,79,7). Sum of RGB (Red+Green+Blue) = 187+79+7=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4F07 is #44B0F8. Grayscale: #676767. Windows color (decimal): -4501753 or 479163. OLE color: 479163.
HSL color Cylindrical-coordinate representation of color #BB4F07: hue angle of 24º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB4F07 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.27 |
| HSL | 24º | 0.93% | 0.38% | - |
| HSV(B) | 24º | 0.96% | 0.73% | - |
| XYZ | 23.33 | 16.17 | 2.09 | - |
| YUV | 103.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 7 | 0 | 0.58 | 0.96 | 0.27 | 24 | 0.93 | 0.38 |
| Hex | BB | 4F | 7 | 0 | 3A | 60 | 1B | 18 | 5D | 26 |
| Octal | 273 | 117 | 7 | 0 | 72 | 140 | 33 | 30 | 135 | 46 |
| Binary | 10111011 | 1001111 | 111 | 0 | 111010 | 1100000 | 11011 | 11000 | 1011101 | 100110 |
Color Harmonies of #BB4F07
Complementary color
Monochromatic Colors of #BB4F07
Black with #BB4F07
Text Example
Text Example
White with #BB4F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F07; }
p { color: rgb(187,79,7); }
H1.HeaderClassName
{
color: #BB4F07;
}
.AnyTagClassName
{
color: #BB4F07;
}
</style>
background-color css
<style>
a { background-color: #BB4F07; }
a { background-color: rgb(187,79,7); }
div.DivClassName
{
background-color: #BB4F07;
}
.BgClassName
{
background-color: #BB4F07;
}
</style>
border-color css
<style>
span { border-color: #BB4F07; }
span { border-color: rgb(187,79,7); }
td.TdClassName
{
border-color: #BB4F07;
}
.TagClassName
{
border-color: #BB4F07;
}
</style>