Shades of Rust #BB511A
Tints of Rust #BB511A
RGB
CMYK
RGB Variations
Color information
#BB511A (or 0xBB511A) is known color: Rust. HEX triplet: BB, 51 and 1A. RGB value is (187,81,26). Sum of RGB (Red+Green+Blue) = 187+81+26=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB511A is #44AEE5. Grayscale: #6A6A6A. Windows color (decimal): -4501222 or 1724859. OLE color: 1724859.
HSL color Cylindrical-coordinate representation of color #BB511A: hue angle of 20.5º degrees, saturation: 0.76, 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 #BB511A is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 26 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.27 |
| HSL | 20.5º | 0.76% | 0.42% | - |
| HSV(B) | 20.5º | 0.86% | 0.73% | - |
| XYZ | 23.62 | 16.52 | 2.92 | - |
| YUV | 106.42 | 82.62 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 26 | 0 | 0.57 | 0.86 | 0.27 | 20.5 | 0.76 | 0.42 |
| Hex | BB | 51 | 1A | 0 | 39 | 56 | 1B | 14 | 4C | 2A |
| Octal | 273 | 121 | 32 | 0 | 71 | 126 | 33 | 24 | 114 | 52 |
| Binary | 10111011 | 1010001 | 11010 | 0 | 111001 | 1010110 | 11011 | 10100 | 1001100 | 101010 |
Color Harmonies of #BB511A
Complementary color
Monochromatic Colors of #BB511A
Black with #BB511A
Text Example
Text Example
White with #BB511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB511A; }
p { color: rgb(187,81,26); }
H1.HeaderClassName
{
color: #BB511A;
}
.AnyTagClassName
{
color: #BB511A;
}
</style>
background-color css
<style>
a { background-color: #BB511A; }
a { background-color: rgb(187,81,26); }
div.DivClassName
{
background-color: #BB511A;
}
.BgClassName
{
background-color: #BB511A;
}
</style>
border-color css
<style>
span { border-color: #BB511A; }
span { border-color: rgb(187,81,26); }
td.TdClassName
{
border-color: #BB511A;
}
.TagClassName
{
border-color: #BB511A;
}
</style>