Shades of Rust #BB5718
Tints of Rust #BB5718
RGB
CMYK
RGB Variations
Color information
#BB5718 (or 0xBB5718) is known color: Rust. HEX triplet: BB, 57 and 18. RGB value is (187,87,24). Sum of RGB (Red+Green+Blue) = 187+87+24=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5718 is #44A8E7. Grayscale: #6E6E6E. Windows color (decimal): -4499688 or 1595323. OLE color: 1595323.
HSL color Cylindrical-coordinate representation of color #BB5718: hue angle of 23.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB5718 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 24 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.27 |
| HSL | 23.19º | 0.77% | 0.41% | - |
| HSV(B) | 23.19º | 0.87% | 0.73% | - |
| XYZ | 24.07 | 17.45 | 2.96 | - |
| YUV | 109.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 24 | 0 | 0.53 | 0.87 | 0.27 | 23.19 | 0.77 | 0.41 |
| Hex | BB | 57 | 18 | 0 | 35 | 57 | 1B | 17 | 4D | 29 |
| Octal | 273 | 127 | 30 | 0 | 65 | 127 | 33 | 27 | 115 | 51 |
| Binary | 10111011 | 1010111 | 11000 | 0 | 110101 | 1010111 | 11011 | 10111 | 1001101 | 101001 |
Color Harmonies of #BB5718
Complementary color
Monochromatic Colors of #BB5718
Black with #BB5718
Text Example
Text Example
White with #BB5718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5718; }
p { color: rgb(187,87,24); }
H1.HeaderClassName
{
color: #BB5718;
}
.AnyTagClassName
{
color: #BB5718;
}
</style>
background-color css
<style>
a { background-color: #BB5718; }
a { background-color: rgb(187,87,24); }
div.DivClassName
{
background-color: #BB5718;
}
.BgClassName
{
background-color: #BB5718;
}
</style>
border-color css
<style>
span { border-color: #BB5718; }
span { border-color: rgb(187,87,24); }
td.TdClassName
{
border-color: #BB5718;
}
.TagClassName
{
border-color: #BB5718;
}
</style>