Shades of Rust #BB510E
Tints of Rust #BB510E
RGB
CMYK
RGB Variations
Color information
#BB510E (or 0xBB510E) is known color: Rust. HEX triplet: BB, 51 and 0E. RGB value is (187,81,14). Sum of RGB (Red+Green+Blue) = 187+81+14=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB510E is #44AEF1. Grayscale: #696969. Windows color (decimal): -4501234 or 938427. OLE color: 938427.
HSL color Cylindrical-coordinate representation of color #BB510E: hue angle of 23.24º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB510E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.27 |
| HSL | 23.24º | 0.86% | 0.39% | - |
| HSV(B) | 23.24º | 0.93% | 0.73% | - |
| XYZ | 23.52 | 16.48 | 2.36 | - |
| YUV | 105.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 14 | 0 | 0.57 | 0.93 | 0.27 | 23.24 | 0.86 | 0.39 |
| Hex | BB | 51 | E | 0 | 39 | 5D | 1B | 17 | 56 | 27 |
| Octal | 273 | 121 | 16 | 0 | 71 | 135 | 33 | 27 | 126 | 47 |
| Binary | 10111011 | 1010001 | 1110 | 0 | 111001 | 1011101 | 11011 | 10111 | 1010110 | 100111 |
Color Harmonies of #BB510E
Complementary color
Monochromatic Colors of #BB510E
Black with #BB510E
Text Example
Text Example
White with #BB510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB510E; }
p { color: rgb(187,81,14); }
H1.HeaderClassName
{
color: #BB510E;
}
.AnyTagClassName
{
color: #BB510E;
}
</style>
background-color css
<style>
a { background-color: #BB510E; }
a { background-color: rgb(187,81,14); }
div.DivClassName
{
background-color: #BB510E;
}
.BgClassName
{
background-color: #BB510E;
}
</style>
border-color css
<style>
span { border-color: #BB510E; }
span { border-color: rgb(187,81,14); }
td.TdClassName
{
border-color: #BB510E;
}
.TagClassName
{
border-color: #BB510E;
}
</style>