Shades of Rust #BB4517
Tints of Rust #BB4517
RGB
CMYK
RGB Variations
Color information
#BB4517 (or 0xBB4517) is known color: Rust. HEX triplet: BB, 45 and 17. RGB value is (187,69,23). Sum of RGB (Red+Green+Blue) = 187+69+23=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4517 is #44BAE8. Grayscale: #636363. Windows color (decimal): -4504297 or 1525179. OLE color: 1525179.
HSL color Cylindrical-coordinate representation of color #BB4517: hue angle of 16.83º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB4517 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.27 |
| HSL | 16.83º | 0.78% | 0.41% | - |
| HSV(B) | 16.83º | 0.88% | 0.73% | - |
| XYZ | 22.78 | 14.88 | 2.48 | - |
| YUV | 99.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 23 | 0 | 0.63 | 0.88 | 0.27 | 16.83 | 0.78 | 0.41 |
| Hex | BB | 45 | 17 | 0 | 3F | 58 | 1B | 11 | 4E | 29 |
| Octal | 273 | 105 | 27 | 0 | 77 | 130 | 33 | 21 | 116 | 51 |
| Binary | 10111011 | 1000101 | 10111 | 0 | 111111 | 1011000 | 11011 | 10001 | 1001110 | 101001 |
Color Harmonies of #BB4517
Complementary color
Monochromatic Colors of #BB4517
Black with #BB4517
Text Example
Text Example
White with #BB4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4517; }
p { color: rgb(187,69,23); }
H1.HeaderClassName
{
color: #BB4517;
}
.AnyTagClassName
{
color: #BB4517;
}
</style>
background-color css
<style>
a { background-color: #BB4517; }
a { background-color: rgb(187,69,23); }
div.DivClassName
{
background-color: #BB4517;
}
.BgClassName
{
background-color: #BB4517;
}
</style>
border-color css
<style>
span { border-color: #BB4517; }
span { border-color: rgb(187,69,23); }
td.TdClassName
{
border-color: #BB4517;
}
.TagClassName
{
border-color: #BB4517;
}
</style>