Shades of Rust #BB521A
Tints of Rust #BB521A
RGB
CMYK
RGB Variations
Color information
#BB521A (or 0xBB521A) is known color: Rust. HEX triplet: BB, 52 and 1A. RGB value is (187,82,26). Sum of RGB (Red+Green+Blue) = 187+82+26=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB521A is #44ADE5. Grayscale: #6B6B6B. Windows color (decimal): -4500966 or 1725115. OLE color: 1725115.
HSL color Cylindrical-coordinate representation of color #BB521A: hue angle of 20.87º 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 #BB521A is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 26 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.27 |
| HSL | 20.87º | 0.76% | 0.42% | - |
| HSV(B) | 20.87º | 0.86% | 0.73% | - |
| XYZ | 23.7 | 16.67 | 2.95 | - |
| YUV | 107.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 26 | 0 | 0.56 | 0.86 | 0.27 | 20.87 | 0.76 | 0.42 |
| Hex | BB | 52 | 1A | 0 | 38 | 56 | 1B | 15 | 4C | 2A |
| Octal | 273 | 122 | 32 | 0 | 70 | 126 | 33 | 25 | 114 | 52 |
| Binary | 10111011 | 1010010 | 11010 | 0 | 111000 | 1010110 | 11011 | 10101 | 1001100 | 101010 |
Color Harmonies of #BB521A
Complementary color
Monochromatic Colors of #BB521A
Black with #BB521A
Text Example
Text Example
White with #BB521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB521A; }
p { color: rgb(187,82,26); }
H1.HeaderClassName
{
color: #BB521A;
}
.AnyTagClassName
{
color: #BB521A;
}
</style>
background-color css
<style>
a { background-color: #BB521A; }
a { background-color: rgb(187,82,26); }
div.DivClassName
{
background-color: #BB521A;
}
.BgClassName
{
background-color: #BB521A;
}
</style>
border-color css
<style>
span { border-color: #BB521A; }
span { border-color: rgb(187,82,26); }
td.TdClassName
{
border-color: #BB521A;
}
.TagClassName
{
border-color: #BB521A;
}
</style>