Shades of Rust #B0590D
Tints of Rust #B0590D
RGB
CMYK
RGB Variations
Color information
#B0590D (or 0xB0590D) is known color: Rust. HEX triplet: B0, 59 and 0D. RGB value is (176,89,13). Sum of RGB (Red+Green+Blue) = 176+89+13=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B0590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0590D is #4FA6F2. Grayscale: #6A6A6A. Windows color (decimal): -5220083 or 874928. OLE color: 874928.
HSL color Cylindrical-coordinate representation of color #B0590D: hue angle of 27.98º degrees, saturation: 0.86, 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 #B0590D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.31 |
| HSL | 27.98º | 0.86% | 0.37% | - |
| HSV(B) | 27.98º | 0.93% | 0.69% | - |
| XYZ | 21.55 | 16.4 | 2.41 | - |
| YUV | 106.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 13 | 0 | 0.49 | 0.93 | 0.31 | 27.98 | 0.86 | 0.37 |
| Hex | B0 | 59 | D | 0 | 31 | 5D | 1F | 1C | 56 | 25 |
| Octal | 260 | 131 | 15 | 0 | 61 | 135 | 37 | 34 | 126 | 45 |
| Binary | 10110000 | 1011001 | 1101 | 0 | 110001 | 1011101 | 11111 | 11100 | 1010110 | 100101 |
Color Harmonies of #B0590D
Complementary color
Monochromatic Colors of #B0590D
Black with #B0590D
Text Example
Text Example
White with #B0590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0590D; }
p { color: rgb(176,89,13); }
H1.HeaderClassName
{
color: #B0590D;
}
.AnyTagClassName
{
color: #B0590D;
}
</style>
background-color css
<style>
a { background-color: #B0590D; }
a { background-color: rgb(176,89,13); }
div.DivClassName
{
background-color: #B0590D;
}
.BgClassName
{
background-color: #B0590D;
}
</style>
border-color css
<style>
span { border-color: #B0590D; }
span { border-color: rgb(176,89,13); }
td.TdClassName
{
border-color: #B0590D;
}
.TagClassName
{
border-color: #B0590D;
}
</style>