Shades of Rust #B0580C
Tints of Rust #B0580C
RGB
CMYK
RGB Variations
Color information
#B0580C (or 0xB0580C) is known color: Rust. HEX triplet: B0, 58 and 0C. RGB value is (176,88,12). Sum of RGB (Red+Green+Blue) = 176+88+12=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0580C is #4FA7F3. Grayscale: #6A6A6A. Windows color (decimal): -5220340 or 809136. OLE color: 809136.
HSL color Cylindrical-coordinate representation of color #B0580C: hue angle of 27.8º degrees, saturation: 0.87, 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 #B0580C is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 12 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.31 |
| HSL | 27.8º | 0.87% | 0.37% | - |
| HSV(B) | 27.8º | 0.93% | 0.69% | - |
| XYZ | 21.46 | 16.24 | 2.35 | - |
| YUV | 105.65 | 75.15 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 12 | 0 | 0.50 | 0.93 | 0.31 | 27.8 | 0.87 | 0.37 |
| Hex | B0 | 58 | C | 0 | 32 | 5D | 1F | 1C | 57 | 25 |
| Octal | 260 | 130 | 14 | 0 | 62 | 135 | 37 | 34 | 127 | 45 |
| Binary | 10110000 | 1011000 | 1100 | 0 | 110010 | 1011101 | 11111 | 11100 | 1010111 | 100101 |
Color Harmonies of #B0580C
Complementary color
Monochromatic Colors of #B0580C
Black with #B0580C
Text Example
Text Example
White with #B0580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0580C; }
p { color: rgb(176,88,12); }
H1.HeaderClassName
{
color: #B0580C;
}
.AnyTagClassName
{
color: #B0580C;
}
</style>
background-color css
<style>
a { background-color: #B0580C; }
a { background-color: rgb(176,88,12); }
div.DivClassName
{
background-color: #B0580C;
}
.BgClassName
{
background-color: #B0580C;
}
</style>
border-color css
<style>
span { border-color: #B0580C; }
span { border-color: rgb(176,88,12); }
td.TdClassName
{
border-color: #B0580C;
}
.TagClassName
{
border-color: #B0580C;
}
</style>