Shades of Rust #BB5218
Tints of Rust #BB5218
RGB
CMYK
RGB Variations
Color information
#BB5218 (or 0xBB5218) is known color: Rust. HEX triplet: BB, 52 and 18. RGB value is (187,82,24). Sum of RGB (Red+Green+Blue) = 187+82+24=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5218 is #44ADE7. Grayscale: #6B6B6B. Windows color (decimal): -4500968 or 1594043. OLE color: 1594043.
HSL color Cylindrical-coordinate representation of color #BB5218: hue angle of 21.35º 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 #BB5218 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 24 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.27 |
| HSL | 21.35º | 0.77% | 0.41% | - |
| HSV(B) | 21.35º | 0.87% | 0.73% | - |
| XYZ | 23.68 | 16.67 | 2.83 | - |
| YUV | 106.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 24 | 0 | 0.56 | 0.87 | 0.27 | 21.35 | 0.77 | 0.41 |
| Hex | BB | 52 | 18 | 0 | 38 | 57 | 1B | 15 | 4D | 29 |
| Octal | 273 | 122 | 30 | 0 | 70 | 127 | 33 | 25 | 115 | 51 |
| Binary | 10111011 | 1010010 | 11000 | 0 | 111000 | 1010111 | 11011 | 10101 | 1001101 | 101001 |
Color Harmonies of #BB5218
Complementary color
Monochromatic Colors of #BB5218
Black with #BB5218
Text Example
Text Example
White with #BB5218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5218; }
p { color: rgb(187,82,24); }
H1.HeaderClassName
{
color: #BB5218;
}
.AnyTagClassName
{
color: #BB5218;
}
</style>
background-color css
<style>
a { background-color: #BB5218; }
a { background-color: rgb(187,82,24); }
div.DivClassName
{
background-color: #BB5218;
}
.BgClassName
{
background-color: #BB5218;
}
</style>
border-color css
<style>
span { border-color: #BB5218; }
span { border-color: rgb(187,82,24); }
td.TdClassName
{
border-color: #BB5218;
}
.TagClassName
{
border-color: #BB5218;
}
</style>