Shades of Rust #BB4D07
Tints of Rust #BB4D07
RGB
CMYK
RGB Variations
Color information
#BB4D07 (or 0xBB4D07) is known color: Rust. HEX triplet: BB, 4D and 07. RGB value is (187,77,7). Sum of RGB (Red+Green+Blue) = 187+77+7=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D07 is #44B2F8. Grayscale: #666666. Windows color (decimal): -4502265 or 478651. OLE color: 478651.
HSL color Cylindrical-coordinate representation of color #BB4D07: hue angle of 23.33º 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 #BB4D07 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 7 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.27 |
| HSL | 23.33º | 0.93% | 0.38% | - |
| HSV(B) | 23.33º | 0.96% | 0.73% | - |
| XYZ | 23.19 | 15.89 | 2.05 | - |
| YUV | 101.91 | 74.44 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 7 | 0 | 0.59 | 0.96 | 0.27 | 23.33 | 0.93 | 0.38 |
| Hex | BB | 4D | 7 | 0 | 3B | 60 | 1B | 17 | 5D | 26 |
| Octal | 273 | 115 | 7 | 0 | 73 | 140 | 33 | 27 | 135 | 46 |
| Binary | 10111011 | 1001101 | 111 | 0 | 111011 | 1100000 | 11011 | 10111 | 1011101 | 100110 |
Color Harmonies of #BB4D07
Complementary color
Monochromatic Colors of #BB4D07
Black with #BB4D07
Text Example
Text Example
White with #BB4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D07; }
p { color: rgb(187,77,7); }
H1.HeaderClassName
{
color: #BB4D07;
}
.AnyTagClassName
{
color: #BB4D07;
}
</style>
background-color css
<style>
a { background-color: #BB4D07; }
a { background-color: rgb(187,77,7); }
div.DivClassName
{
background-color: #BB4D07;
}
.BgClassName
{
background-color: #BB4D07;
}
</style>
border-color css
<style>
span { border-color: #BB4D07; }
span { border-color: rgb(187,77,7); }
td.TdClassName
{
border-color: #BB4D07;
}
.TagClassName
{
border-color: #BB4D07;
}
</style>