Shades of Rust #B0590E
Tints of Rust #B0590E
RGB
CMYK
RGB Variations
Color information
#B0590E (or 0xB0590E) is known color: Rust. HEX triplet: B0, 59 and 0E. RGB value is (176,89,14). Sum of RGB (Red+Green+Blue) = 176+89+14=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B0590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0590E is #4FA6F1. Grayscale: #6A6A6A. Windows color (decimal): -5220082 or 940464. OLE color: 940464.
HSL color Cylindrical-coordinate representation of color #B0590E: hue angle of 27.78º 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 #B0590E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 14 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.31 |
| HSL | 27.78º | 0.85% | 0.37% | - |
| HSV(B) | 27.78º | 0.92% | 0.69% | - |
| XYZ | 21.56 | 16.41 | 2.45 | - |
| YUV | 106.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 14 | 0 | 0.49 | 0.92 | 0.31 | 27.78 | 0.85 | 0.37 |
| Hex | B0 | 59 | E | 0 | 31 | 5C | 1F | 1C | 55 | 25 |
| Octal | 260 | 131 | 16 | 0 | 61 | 134 | 37 | 34 | 125 | 45 |
| Binary | 10110000 | 1011001 | 1110 | 0 | 110001 | 1011100 | 11111 | 11100 | 1010101 | 100101 |
Color Harmonies of #B0590E
Complementary color
Monochromatic Colors of #B0590E
Black with #B0590E
Text Example
Text Example
White with #B0590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0590E; }
p { color: rgb(176,89,14); }
H1.HeaderClassName
{
color: #B0590E;
}
.AnyTagClassName
{
color: #B0590E;
}
</style>
background-color css
<style>
a { background-color: #B0590E; }
a { background-color: rgb(176,89,14); }
div.DivClassName
{
background-color: #B0590E;
}
.BgClassName
{
background-color: #B0590E;
}
</style>
border-color css
<style>
span { border-color: #B0590E; }
span { border-color: rgb(176,89,14); }
td.TdClassName
{
border-color: #B0590E;
}
.TagClassName
{
border-color: #B0590E;
}
</style>