Shades of Rust #BB511B
Tints of Rust #BB511B
RGB
CMYK
RGB Variations
Color information
#BB511B (or 0xBB511B) is known color: Rust. HEX triplet: BB, 51 and 1B. RGB value is (187,81,27). Sum of RGB (Red+Green+Blue) = 187+81+27=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB511B is #44AEE4. Grayscale: #6A6A6A. Windows color (decimal): -4501221 or 1790395. OLE color: 1790395.
HSL color Cylindrical-coordinate representation of color #BB511B: hue angle of 20.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB511B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 27 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.27 |
| HSL | 20.25º | 0.75% | 0.42% | - |
| HSV(B) | 20.25º | 0.86% | 0.73% | - |
| XYZ | 23.63 | 16.53 | 2.98 | - |
| YUV | 106.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 27 | 0 | 0.57 | 0.86 | 0.27 | 20.25 | 0.75 | 0.42 |
| Hex | BB | 51 | 1B | 0 | 39 | 56 | 1B | 14 | 4B | 2A |
| Octal | 273 | 121 | 33 | 0 | 71 | 126 | 33 | 24 | 113 | 52 |
| Binary | 10111011 | 1010001 | 11011 | 0 | 111001 | 1010110 | 11011 | 10100 | 1001011 | 101010 |
Color Harmonies of #BB511B
Complementary color
Monochromatic Colors of #BB511B
Black with #BB511B
Text Example
Text Example
White with #BB511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB511B; }
p { color: rgb(187,81,27); }
H1.HeaderClassName
{
color: #BB511B;
}
.AnyTagClassName
{
color: #BB511B;
}
</style>
background-color css
<style>
a { background-color: #BB511B; }
a { background-color: rgb(187,81,27); }
div.DivClassName
{
background-color: #BB511B;
}
.BgClassName
{
background-color: #BB511B;
}
</style>
border-color css
<style>
span { border-color: #BB511B; }
span { border-color: rgb(187,81,27); }
td.TdClassName
{
border-color: #BB511B;
}
.TagClassName
{
border-color: #BB511B;
}
</style>