Shades of Rust #B0530D
Tints of Rust #B0530D
RGB
CMYK
RGB Variations
Color information
#B0530D (or 0xB0530D) is known color: Rust. HEX triplet: B0, 53 and 0D. RGB value is (176,83,13). Sum of RGB (Red+Green+Blue) = 176+83+13=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0530D is #4FACF2. Grayscale: #676767. Windows color (decimal): -5221619 or 873392. OLE color: 873392.
HSL color Cylindrical-coordinate representation of color #B0530D: hue angle of 25.77º 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 #B0530D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 13 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.31 |
| HSL | 25.77º | 0.86% | 0.37% | - |
| HSV(B) | 25.77º | 0.93% | 0.69% | - |
| XYZ | 21.07 | 15.45 | 2.25 | - |
| YUV | 102.83 | 77.31 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 13 | 0 | 0.53 | 0.93 | 0.31 | 25.77 | 0.86 | 0.37 |
| Hex | B0 | 53 | D | 0 | 35 | 5D | 1F | 1A | 56 | 25 |
| Octal | 260 | 123 | 15 | 0 | 65 | 135 | 37 | 32 | 126 | 45 |
| Binary | 10110000 | 1010011 | 1101 | 0 | 110101 | 1011101 | 11111 | 11010 | 1010110 | 100101 |
Color Harmonies of #B0530D
Complementary color
Monochromatic Colors of #B0530D
Black with #B0530D
Text Example
Text Example
White with #B0530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0530D; }
p { color: rgb(176,83,13); }
H1.HeaderClassName
{
color: #B0530D;
}
.AnyTagClassName
{
color: #B0530D;
}
</style>
background-color css
<style>
a { background-color: #B0530D; }
a { background-color: rgb(176,83,13); }
div.DivClassName
{
background-color: #B0530D;
}
.BgClassName
{
background-color: #B0530D;
}
</style>
border-color css
<style>
span { border-color: #B0530D; }
span { border-color: rgb(176,83,13); }
td.TdClassName
{
border-color: #B0530D;
}
.TagClassName
{
border-color: #B0530D;
}
</style>