Shades of Rust #BB511C
Tints of Rust #BB511C
RGB
CMYK
RGB Variations
Color information
#BB511C (or 0xBB511C) is known color: Rust. HEX triplet: BB, 51 and 1C. RGB value is (187,81,28). Sum of RGB (Red+Green+Blue) = 187+81+28=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB511C is #44AEE3. Grayscale: #6A6A6A. Windows color (decimal): -4501220 or 1855931. OLE color: 1855931.
HSL color Cylindrical-coordinate representation of color #BB511C: hue angle of 20º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB511C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 28 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.27 |
| HSL | 20º | 0.74% | 0.42% | - |
| HSV(B) | 20º | 0.85% | 0.73% | - |
| XYZ | 23.65 | 16.53 | 3.04 | - |
| YUV | 106.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 28 | 0 | 0.57 | 0.85 | 0.27 | 20 | 0.74 | 0.42 |
| Hex | BB | 51 | 1C | 0 | 39 | 55 | 1B | 14 | 4A | 2A |
| Octal | 273 | 121 | 34 | 0 | 71 | 125 | 33 | 24 | 112 | 52 |
| Binary | 10111011 | 1010001 | 11100 | 0 | 111001 | 1010101 | 11011 | 10100 | 1001010 | 101010 |
Color Harmonies of #BB511C
Complementary color
Monochromatic Colors of #BB511C
Black with #BB511C
Text Example
Text Example
White with #BB511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB511C; }
p { color: rgb(187,81,28); }
H1.HeaderClassName
{
color: #BB511C;
}
.AnyTagClassName
{
color: #BB511C;
}
</style>
background-color css
<style>
a { background-color: #BB511C; }
a { background-color: rgb(187,81,28); }
div.DivClassName
{
background-color: #BB511C;
}
.BgClassName
{
background-color: #BB511C;
}
</style>
border-color css
<style>
span { border-color: #BB511C; }
span { border-color: rgb(187,81,28); }
td.TdClassName
{
border-color: #BB511C;
}
.TagClassName
{
border-color: #BB511C;
}
</style>