Shades of Rust #B0510C
Tints of Rust #B0510C
RGB
CMYK
RGB Variations
Color information
#B0510C (or 0xB0510C) is known color: Rust. HEX triplet: B0, 51 and 0C. RGB value is (176,81,12). Sum of RGB (Red+Green+Blue) = 176+81+12=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0510C is #4FAEF3. Grayscale: #656565. Windows color (decimal): -5222132 or 807344. OLE color: 807344.
HSL color Cylindrical-coordinate representation of color #B0510C: hue angle of 25.24º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0510C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 12 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.31 |
| HSL | 25.24º | 0.87% | 0.37% | - |
| HSV(B) | 25.24º | 0.93% | 0.69% | - |
| XYZ | 20.91 | 15.14 | 2.17 | - |
| YUV | 101.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 12 | 0 | 0.54 | 0.93 | 0.31 | 25.24 | 0.87 | 0.37 |
| Hex | B0 | 51 | C | 0 | 36 | 5D | 1F | 19 | 57 | 25 |
| Octal | 260 | 121 | 14 | 0 | 66 | 135 | 37 | 31 | 127 | 45 |
| Binary | 10110000 | 1010001 | 1100 | 0 | 110110 | 1011101 | 11111 | 11001 | 1010111 | 100101 |
Color Harmonies of #B0510C
Complementary color
Monochromatic Colors of #B0510C
Black with #B0510C
Text Example
Text Example
White with #B0510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0510C; }
p { color: rgb(176,81,12); }
H1.HeaderClassName
{
color: #B0510C;
}
.AnyTagClassName
{
color: #B0510C;
}
</style>
background-color css
<style>
a { background-color: #B0510C; }
a { background-color: rgb(176,81,12); }
div.DivClassName
{
background-color: #B0510C;
}
.BgClassName
{
background-color: #B0510C;
}
</style>
border-color css
<style>
span { border-color: #B0510C; }
span { border-color: rgb(176,81,12); }
td.TdClassName
{
border-color: #B0510C;
}
.TagClassName
{
border-color: #B0510C;
}
</style>