Shades of Rust #BB5217
Tints of Rust #BB5217
RGB
CMYK
RGB Variations
Color information
#BB5217 (or 0xBB5217) is known color: Rust. HEX triplet: BB, 52 and 17. RGB value is (187,82,23). Sum of RGB (Red+Green+Blue) = 187+82+23=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5217 is #44ADE8. Grayscale: #6B6B6B. Windows color (decimal): -4500969 or 1528507. OLE color: 1528507.
HSL color Cylindrical-coordinate representation of color #BB5217: hue angle of 21.59º 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 #BB5217 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.27 |
| HSL | 21.59º | 0.78% | 0.41% | - |
| HSV(B) | 21.59º | 0.88% | 0.73% | - |
| XYZ | 23.67 | 16.66 | 2.78 | - |
| YUV | 106.67 | 80.79 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 23 | 0 | 0.56 | 0.88 | 0.27 | 21.59 | 0.78 | 0.41 |
| Hex | BB | 52 | 17 | 0 | 38 | 58 | 1B | 16 | 4E | 29 |
| Octal | 273 | 122 | 27 | 0 | 70 | 130 | 33 | 26 | 116 | 51 |
| Binary | 10111011 | 1010010 | 10111 | 0 | 111000 | 1011000 | 11011 | 10110 | 1001110 | 101001 |
Color Harmonies of #BB5217
Complementary color
Monochromatic Colors of #BB5217
Black with #BB5217
Text Example
Text Example
White with #BB5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5217; }
p { color: rgb(187,82,23); }
H1.HeaderClassName
{
color: #BB5217;
}
.AnyTagClassName
{
color: #BB5217;
}
</style>
background-color css
<style>
a { background-color: #BB5217; }
a { background-color: rgb(187,82,23); }
div.DivClassName
{
background-color: #BB5217;
}
.BgClassName
{
background-color: #BB5217;
}
</style>
border-color css
<style>
span { border-color: #BB5217; }
span { border-color: rgb(187,82,23); }
td.TdClassName
{
border-color: #BB5217;
}
.TagClassName
{
border-color: #BB5217;
}
</style>