Shades of Rust #B0580E
Tints of Rust #B0580E
RGB
CMYK
RGB Variations
Color information
#B0580E (or 0xB0580E) is known color: Rust. HEX triplet: B0, 58 and 0E. RGB value is (176,88,14). Sum of RGB (Red+Green+Blue) = 176+88+14=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B0580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0580E is #4FA7F1. Grayscale: #6A6A6A. Windows color (decimal): -5220338 or 940208. OLE color: 940208.
HSL color Cylindrical-coordinate representation of color #B0580E: hue angle of 27.41º 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 #B0580E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 14 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.31 |
| HSL | 27.41º | 0.85% | 0.37% | - |
| HSV(B) | 27.41º | 0.92% | 0.69% | - |
| XYZ | 21.47 | 16.24 | 2.42 | - |
| YUV | 105.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 14 | 0 | 0.50 | 0.92 | 0.31 | 27.41 | 0.85 | 0.37 |
| Hex | B0 | 58 | E | 0 | 32 | 5C | 1F | 1B | 55 | 25 |
| Octal | 260 | 130 | 16 | 0 | 62 | 134 | 37 | 33 | 125 | 45 |
| Binary | 10110000 | 1011000 | 1110 | 0 | 110010 | 1011100 | 11111 | 11011 | 1010101 | 100101 |
Color Harmonies of #B0580E
Complementary color
Monochromatic Colors of #B0580E
Black with #B0580E
Text Example
Text Example
White with #B0580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0580E; }
p { color: rgb(176,88,14); }
H1.HeaderClassName
{
color: #B0580E;
}
.AnyTagClassName
{
color: #B0580E;
}
</style>
background-color css
<style>
a { background-color: #B0580E; }
a { background-color: rgb(176,88,14); }
div.DivClassName
{
background-color: #B0580E;
}
.BgClassName
{
background-color: #B0580E;
}
</style>
border-color css
<style>
span { border-color: #B0580E; }
span { border-color: rgb(176,88,14); }
td.TdClassName
{
border-color: #B0580E;
}
.TagClassName
{
border-color: #B0580E;
}
</style>