Shades of Rust #B0530E
Tints of Rust #B0530E
RGB
CMYK
RGB Variations
Color information
#B0530E (or 0xB0530E) is known color: Rust. HEX triplet: B0, 53 and 0E. RGB value is (176,83,14). Sum of RGB (Red+Green+Blue) = 176+83+14=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0530E is #4FACF1. Grayscale: #676767. Windows color (decimal): -5221618 or 938928. OLE color: 938928.
HSL color Cylindrical-coordinate representation of color #B0530E: hue angle of 25.56º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0530E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 14 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.31 |
| HSL | 25.56º | 0.85% | 0.37% | - |
| HSV(B) | 25.56º | 0.92% | 0.69% | - |
| XYZ | 21.08 | 15.45 | 2.29 | - |
| YUV | 102.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 14 | 0 | 0.53 | 0.92 | 0.31 | 25.56 | 0.85 | 0.37 |
| Hex | B0 | 53 | E | 0 | 35 | 5C | 1F | 1A | 55 | 25 |
| Octal | 260 | 123 | 16 | 0 | 65 | 134 | 37 | 32 | 125 | 45 |
| Binary | 10110000 | 1010011 | 1110 | 0 | 110101 | 1011100 | 11111 | 11010 | 1010101 | 100101 |
Color Harmonies of #B0530E
Complementary color
Monochromatic Colors of #B0530E
Black with #B0530E
Text Example
Text Example
White with #B0530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0530E; }
p { color: rgb(176,83,14); }
H1.HeaderClassName
{
color: #B0530E;
}
.AnyTagClassName
{
color: #B0530E;
}
</style>
background-color css
<style>
a { background-color: #B0530E; }
a { background-color: rgb(176,83,14); }
div.DivClassName
{
background-color: #B0530E;
}
.BgClassName
{
background-color: #B0530E;
}
</style>
border-color css
<style>
span { border-color: #B0530E; }
span { border-color: rgb(176,83,14); }
td.TdClassName
{
border-color: #B0530E;
}
.TagClassName
{
border-color: #B0530E;
}
</style>