Shades of Rust #B0570A
Tints of Rust #B0570A
RGB
CMYK
RGB Variations
Color information
#B0570A (or 0xB0570A) is known color: Rust. HEX triplet: B0, 57 and 0A. RGB value is (176,87,10). Sum of RGB (Red+Green+Blue) = 176+87+10=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0570A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0570A is #4FA8F5. Grayscale: #696969. Windows color (decimal): -5220598 or 677808. OLE color: 677808.
HSL color Cylindrical-coordinate representation of color #B0570A: hue angle of 27.83º 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 #B0570A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.31 |
| HSL | 27.83º | 0.89% | 0.36% | - |
| HSV(B) | 27.83º | 0.94% | 0.69% | - |
| XYZ | 21.37 | 16.07 | 2.26 | - |
| YUV | 104.83 | 74.49 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 10 | 0 | 0.51 | 0.94 | 0.31 | 27.83 | 0.89 | 0.36 |
| Hex | B0 | 57 | A | 0 | 33 | 5E | 1F | 1C | 59 | 24 |
| Octal | 260 | 127 | 12 | 0 | 63 | 136 | 37 | 34 | 131 | 44 |
| Binary | 10110000 | 1010111 | 1010 | 0 | 110011 | 1011110 | 11111 | 11100 | 1011001 | 100100 |
Color Harmonies of #B0570A
Complementary color
Monochromatic Colors of #B0570A
Black with #B0570A
Text Example
Text Example
White with #B0570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0570A; }
p { color: rgb(176,87,10); }
H1.HeaderClassName
{
color: #B0570A;
}
.AnyTagClassName
{
color: #B0570A;
}
</style>
background-color css
<style>
a { background-color: #B0570A; }
a { background-color: rgb(176,87,10); }
div.DivClassName
{
background-color: #B0570A;
}
.BgClassName
{
background-color: #B0570A;
}
</style>
border-color css
<style>
span { border-color: #B0570A; }
span { border-color: rgb(176,87,10); }
td.TdClassName
{
border-color: #B0570A;
}
.TagClassName
{
border-color: #B0570A;
}
</style>