Shades of Rust #B0520A
Tints of Rust #B0520A
RGB
CMYK
RGB Variations
Color information
#B0520A (or 0xB0520A) is known color: Rust. HEX triplet: B0, 52 and 0A. RGB value is (176,82,10). Sum of RGB (Red+Green+Blue) = 176+82+10=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B0520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0520A is #4FADF5. Grayscale: #666666. Windows color (decimal): -5221878 or 676528. OLE color: 676528.
HSL color Cylindrical-coordinate representation of color #B0520A: hue angle of 26.02º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0520A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 10 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.31 |
| HSL | 26.02º | 0.89% | 0.36% | - |
| HSV(B) | 26.02º | 0.94% | 0.69% | - |
| XYZ | 20.98 | 15.29 | 2.13 | - |
| YUV | 101.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 10 | 0 | 0.53 | 0.94 | 0.31 | 26.02 | 0.89 | 0.36 |
| Hex | B0 | 52 | A | 0 | 35 | 5E | 1F | 1A | 59 | 24 |
| Octal | 260 | 122 | 12 | 0 | 65 | 136 | 37 | 32 | 131 | 44 |
| Binary | 10110000 | 1010010 | 1010 | 0 | 110101 | 1011110 | 11111 | 11010 | 1011001 | 100100 |
Color Harmonies of #B0520A
Complementary color
Monochromatic Colors of #B0520A
Black with #B0520A
Text Example
Text Example
White with #B0520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0520A; }
p { color: rgb(176,82,10); }
H1.HeaderClassName
{
color: #B0520A;
}
.AnyTagClassName
{
color: #B0520A;
}
</style>
background-color css
<style>
a { background-color: #B0520A; }
a { background-color: rgb(176,82,10); }
div.DivClassName
{
background-color: #B0520A;
}
.BgClassName
{
background-color: #B0520A;
}
</style>
border-color css
<style>
span { border-color: #B0520A; }
span { border-color: rgb(176,82,10); }
td.TdClassName
{
border-color: #B0520A;
}
.TagClassName
{
border-color: #B0520A;
}
</style>