Shades of Rust #BB4907
Tints of Rust #BB4907
RGB
CMYK
RGB Variations
Color information
#BB4907 (or 0xBB4907) is known color: Rust. HEX triplet: BB, 49 and 07. RGB value is (187,73,7). Sum of RGB (Red+Green+Blue) = 187+73+7=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4907 is #44B6F8. Grayscale: #636363. Windows color (decimal): -4503289 or 477627. OLE color: 477627.
HSL color Cylindrical-coordinate representation of color #BB4907: hue angle of 22º 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 #BB4907 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.27 |
| HSL | 22º | 0.93% | 0.38% | - |
| HSV(B) | 22º | 0.96% | 0.73% | - |
| XYZ | 22.91 | 15.35 | 1.96 | - |
| YUV | 99.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 7 | 0 | 0.61 | 0.96 | 0.27 | 22 | 0.93 | 0.38 |
| Hex | BB | 49 | 7 | 0 | 3D | 60 | 1B | 16 | 5D | 26 |
| Octal | 273 | 111 | 7 | 0 | 75 | 140 | 33 | 26 | 135 | 46 |
| Binary | 10111011 | 1001001 | 111 | 0 | 111101 | 1100000 | 11011 | 10110 | 1011101 | 100110 |
Color Harmonies of #BB4907
Complementary color
Monochromatic Colors of #BB4907
Black with #BB4907
Text Example
Text Example
White with #BB4907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4907; }
p { color: rgb(187,73,7); }
H1.HeaderClassName
{
color: #BB4907;
}
.AnyTagClassName
{
color: #BB4907;
}
</style>
background-color css
<style>
a { background-color: #BB4907; }
a { background-color: rgb(187,73,7); }
div.DivClassName
{
background-color: #BB4907;
}
.BgClassName
{
background-color: #BB4907;
}
</style>
border-color css
<style>
span { border-color: #BB4907; }
span { border-color: rgb(187,73,7); }
td.TdClassName
{
border-color: #BB4907;
}
.TagClassName
{
border-color: #BB4907;
}
</style>