Shades of Rust #BB4905
Tints of Rust #BB4905
RGB
CMYK
RGB Variations
Color information
#BB4905 (or 0xBB4905) is known color: Rust. HEX triplet: BB, 49 and 05. RGB value is (187,73,5). Sum of RGB (Red+Green+Blue) = 187+73+5=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4905 is #44B6FA. Grayscale: #636363. Windows color (decimal): -4503291 or 346555. OLE color: 346555.
HSL color Cylindrical-coordinate representation of color #BB4905: hue angle of 22.42º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB4905 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.27 |
| HSL | 22.42º | 0.95% | 0.38% | - |
| HSV(B) | 22.42º | 0.97% | 0.73% | - |
| XYZ | 22.9 | 15.34 | 1.9 | - |
| YUV | 99.33 | 74.77 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 5 | 0 | 0.61 | 0.97 | 0.27 | 22.42 | 0.95 | 0.38 |
| Hex | BB | 49 | 5 | 0 | 3D | 61 | 1B | 16 | 5F | 26 |
| Octal | 273 | 111 | 5 | 0 | 75 | 141 | 33 | 26 | 137 | 46 |
| Binary | 10111011 | 1001001 | 101 | 0 | 111101 | 1100001 | 11011 | 10110 | 1011111 | 100110 |
Color Harmonies of #BB4905
Complementary color
Monochromatic Colors of #BB4905
Black with #BB4905
Text Example
Text Example
White with #BB4905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4905; }
p { color: rgb(187,73,5); }
H1.HeaderClassName
{
color: #BB4905;
}
.AnyTagClassName
{
color: #BB4905;
}
</style>
background-color css
<style>
a { background-color: #BB4905; }
a { background-color: rgb(187,73,5); }
div.DivClassName
{
background-color: #BB4905;
}
.BgClassName
{
background-color: #BB4905;
}
</style>
border-color css
<style>
span { border-color: #BB4905; }
span { border-color: rgb(187,73,5); }
td.TdClassName
{
border-color: #BB4905;
}
.TagClassName
{
border-color: #BB4905;
}
</style>