Shades of Rust #B0530A
Tints of Rust #B0530A
RGB
CMYK
RGB Variations
Color information
#B0530A (or 0xB0530A) is known color: Rust. HEX triplet: B0, 53 and 0A. RGB value is (176,83,10). Sum of RGB (Red+Green+Blue) = 176+83+10=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0530A is #4FACF5. Grayscale: #666666. Windows color (decimal): -5221622 or 676784. OLE color: 676784.
HSL color Cylindrical-coordinate representation of color #B0530A: hue angle of 26.39º 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 #B0530A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 10 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.31 |
| HSL | 26.39º | 0.89% | 0.36% | - |
| HSV(B) | 26.39º | 0.94% | 0.69% | - |
| XYZ | 21.05 | 15.44 | 2.16 | - |
| YUV | 102.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 10 | 0 | 0.53 | 0.94 | 0.31 | 26.39 | 0.89 | 0.36 |
| Hex | B0 | 53 | A | 0 | 35 | 5E | 1F | 1A | 59 | 24 |
| Octal | 260 | 123 | 12 | 0 | 65 | 136 | 37 | 32 | 131 | 44 |
| Binary | 10110000 | 1010011 | 1010 | 0 | 110101 | 1011110 | 11111 | 11010 | 1011001 | 100100 |
Color Harmonies of #B0530A
Complementary color
Monochromatic Colors of #B0530A
Black with #B0530A
Text Example
Text Example
White with #B0530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0530A; }
p { color: rgb(176,83,10); }
H1.HeaderClassName
{
color: #B0530A;
}
.AnyTagClassName
{
color: #B0530A;
}
</style>
background-color css
<style>
a { background-color: #B0530A; }
a { background-color: rgb(176,83,10); }
div.DivClassName
{
background-color: #B0530A;
}
.BgClassName
{
background-color: #B0530A;
}
</style>
border-color css
<style>
span { border-color: #B0530A; }
span { border-color: rgb(176,83,10); }
td.TdClassName
{
border-color: #B0530A;
}
.TagClassName
{
border-color: #B0530A;
}
</style>