Shades of Rust #BB521B
Tints of Rust #BB521B
RGB
CMYK
RGB Variations
Color information
#BB521B (or 0xBB521B) is known color: Rust. HEX triplet: BB, 52 and 1B. RGB value is (187,82,27). Sum of RGB (Red+Green+Blue) = 187+82+27=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB521B is #44ADE4. Grayscale: #6B6B6B. Windows color (decimal): -4500965 or 1790651. OLE color: 1790651.
HSL color Cylindrical-coordinate representation of color #BB521B: hue angle of 20.62º 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 #BB521B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 27 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.27 |
| HSL | 20.63º | 0.75% | 0.42% | - |
| HSV(B) | 20.63º | 0.86% | 0.73% | - |
| XYZ | 23.71 | 16.68 | 3.01 | - |
| YUV | 107.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 27 | 0 | 0.56 | 0.86 | 0.27 | 20.63 | 0.75 | 0.42 |
| Hex | BB | 52 | 1B | 0 | 38 | 56 | 1B | 15 | 4B | 2A |
| Octal | 273 | 122 | 33 | 0 | 70 | 126 | 33 | 25 | 113 | 52 |
| Binary | 10111011 | 1010010 | 11011 | 0 | 111000 | 1010110 | 11011 | 10101 | 1001011 | 101010 |
Color Harmonies of #BB521B
Complementary color
Monochromatic Colors of #BB521B
Black with #BB521B
Text Example
Text Example
White with #BB521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB521B; }
p { color: rgb(187,82,27); }
H1.HeaderClassName
{
color: #BB521B;
}
.AnyTagClassName
{
color: #BB521B;
}
</style>
background-color css
<style>
a { background-color: #BB521B; }
a { background-color: rgb(187,82,27); }
div.DivClassName
{
background-color: #BB521B;
}
.BgClassName
{
background-color: #BB521B;
}
</style>
border-color css
<style>
span { border-color: #BB521B; }
span { border-color: rgb(187,82,27); }
td.TdClassName
{
border-color: #BB521B;
}
.TagClassName
{
border-color: #BB521B;
}
</style>