Shades of Rust #B0510D
Tints of Rust #B0510D
RGB
CMYK
RGB Variations
Color information
#B0510D (or 0xB0510D) is known color: Rust. HEX triplet: B0, 51 and 0D. RGB value is (176,81,13). Sum of RGB (Red+Green+Blue) = 176+81+13=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0510D is #4FAEF2. Grayscale: #666666. Windows color (decimal): -5222131 or 872880. OLE color: 872880.
HSL color Cylindrical-coordinate representation of color #B0510D: hue angle of 25.03º degrees, saturation: 0.86, 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 #B0510D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 13 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.31 |
| HSL | 25.03º | 0.86% | 0.37% | - |
| HSV(B) | 25.03º | 0.93% | 0.69% | - |
| XYZ | 20.92 | 15.14 | 2.2 | - |
| YUV | 101.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 13 | 0 | 0.54 | 0.93 | 0.31 | 25.03 | 0.86 | 0.37 |
| Hex | B0 | 51 | D | 0 | 36 | 5D | 1F | 19 | 56 | 25 |
| Octal | 260 | 121 | 15 | 0 | 66 | 135 | 37 | 31 | 126 | 45 |
| Binary | 10110000 | 1010001 | 1101 | 0 | 110110 | 1011101 | 11111 | 11001 | 1010110 | 100101 |
Color Harmonies of #B0510D
Complementary color
Monochromatic Colors of #B0510D
Black with #B0510D
Text Example
Text Example
White with #B0510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0510D; }
p { color: rgb(176,81,13); }
H1.HeaderClassName
{
color: #B0510D;
}
.AnyTagClassName
{
color: #B0510D;
}
</style>
background-color css
<style>
a { background-color: #B0510D; }
a { background-color: rgb(176,81,13); }
div.DivClassName
{
background-color: #B0510D;
}
.BgClassName
{
background-color: #B0510D;
}
</style>
border-color css
<style>
span { border-color: #B0510D; }
span { border-color: rgb(176,81,13); }
td.TdClassName
{
border-color: #B0510D;
}
.TagClassName
{
border-color: #B0510D;
}
</style>