Shades of Rust #BB4D09
Tints of Rust #BB4D09
RGB
CMYK
RGB Variations
Color information
#BB4D09 (or 0xBB4D09) is known color: Rust. HEX triplet: BB, 4D and 09. RGB value is (187,77,9). Sum of RGB (Red+Green+Blue) = 187+77+9=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D09 is #44B2F6. Grayscale: #666666. Windows color (decimal): -4502263 or 609723. OLE color: 609723.
HSL color Cylindrical-coordinate representation of color #BB4D09: hue angle of 22.92º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB4D09 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 9 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.27 |
| HSL | 22.92º | 0.91% | 0.38% | - |
| HSV(B) | 22.92º | 0.95% | 0.73% | - |
| XYZ | 23.2 | 15.89 | 2.1 | - |
| YUV | 102.14 | 75.44 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 9 | 0 | 0.59 | 0.95 | 0.27 | 22.92 | 0.91 | 0.38 |
| Hex | BB | 4D | 9 | 0 | 3B | 5F | 1B | 17 | 5B | 26 |
| Octal | 273 | 115 | 11 | 0 | 73 | 137 | 33 | 27 | 133 | 46 |
| Binary | 10111011 | 1001101 | 1001 | 0 | 111011 | 1011111 | 11011 | 10111 | 1011011 | 100110 |
Color Harmonies of #BB4D09
Complementary color
Monochromatic Colors of #BB4D09
Black with #BB4D09
Text Example
Text Example
White with #BB4D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D09; }
p { color: rgb(187,77,9); }
H1.HeaderClassName
{
color: #BB4D09;
}
.AnyTagClassName
{
color: #BB4D09;
}
</style>
background-color css
<style>
a { background-color: #BB4D09; }
a { background-color: rgb(187,77,9); }
div.DivClassName
{
background-color: #BB4D09;
}
.BgClassName
{
background-color: #BB4D09;
}
</style>
border-color css
<style>
span { border-color: #BB4D09; }
span { border-color: rgb(187,77,9); }
td.TdClassName
{
border-color: #BB4D09;
}
.TagClassName
{
border-color: #BB4D09;
}
</style>