Shades of Rust #BB510C
Tints of Rust #BB510C
RGB
CMYK
RGB Variations
Color information
#BB510C (or 0xBB510C) is known color: Rust. HEX triplet: BB, 51 and 0C. RGB value is (187,81,12). Sum of RGB (Red+Green+Blue) = 187+81+12=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB510C is #44AEF3. Grayscale: #696969. Windows color (decimal): -4501236 or 807355. OLE color: 807355.
HSL color Cylindrical-coordinate representation of color #BB510C: hue angle of 23.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB510C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.27 |
| HSL | 23.66º | 0.88% | 0.39% | - |
| HSV(B) | 23.66º | 0.94% | 0.73% | - |
| XYZ | 23.5 | 16.48 | 2.29 | - |
| YUV | 104.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 12 | 0 | 0.57 | 0.94 | 0.27 | 23.66 | 0.88 | 0.39 |
| Hex | BB | 51 | C | 0 | 39 | 5E | 1B | 18 | 58 | 27 |
| Octal | 273 | 121 | 14 | 0 | 71 | 136 | 33 | 30 | 130 | 47 |
| Binary | 10111011 | 1010001 | 1100 | 0 | 111001 | 1011110 | 11011 | 11000 | 1011000 | 100111 |
Color Harmonies of #BB510C
Complementary color
Monochromatic Colors of #BB510C
Black with #BB510C
Text Example
Text Example
White with #BB510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB510C; }
p { color: rgb(187,81,12); }
H1.HeaderClassName
{
color: #BB510C;
}
.AnyTagClassName
{
color: #BB510C;
}
</style>
background-color css
<style>
a { background-color: #BB510C; }
a { background-color: rgb(187,81,12); }
div.DivClassName
{
background-color: #BB510C;
}
.BgClassName
{
background-color: #BB510C;
}
</style>
border-color css
<style>
span { border-color: #BB510C; }
span { border-color: rgb(187,81,12); }
td.TdClassName
{
border-color: #BB510C;
}
.TagClassName
{
border-color: #BB510C;
}
</style>