Shades of Rust #B2590B
Tints of Rust #B2590B
RGB
CMYK
RGB Variations
Color information
#B2590B (or 0xB2590B) is known color: Rust. HEX triplet: B2, 59 and 0B. RGB value is (178,89,11). Sum of RGB (Red+Green+Blue) = 178+89+11=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2590B is #4DA6F4. Grayscale: #6B6B6B. Windows color (decimal): -5089013 or 743858. OLE color: 743858.
HSL color Cylindrical-coordinate representation of color #B2590B: hue angle of 28.02º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2590B is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 11 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.30 |
| HSL | 28.02º | 0.88% | 0.37% | - |
| HSV(B) | 28.02º | 0.94% | 0.7% | - |
| XYZ | 21.99 | 16.63 | 2.37 | - |
| YUV | 106.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 11 | 0 | 0.5 | 0.94 | 0.30 | 28.02 | 0.88 | 0.37 |
| Hex | B2 | 59 | B | 0 | 32 | 5E | 1E | 1C | 58 | 25 |
| Octal | 262 | 131 | 13 | 0 | 62 | 136 | 36 | 34 | 130 | 45 |
| Binary | 10110010 | 1011001 | 1011 | 0 | 110010 | 1011110 | 11110 | 11100 | 1011000 | 100101 |
Color Harmonies of #B2590B
Complementary color
Monochromatic Colors of #B2590B
Black with #B2590B
Text Example
Text Example
White with #B2590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2590B; }
p { color: rgb(178,89,11); }
H1.HeaderClassName
{
color: #B2590B;
}
.AnyTagClassName
{
color: #B2590B;
}
</style>
background-color css
<style>
a { background-color: #B2590B; }
a { background-color: rgb(178,89,11); }
div.DivClassName
{
background-color: #B2590B;
}
.BgClassName
{
background-color: #B2590B;
}
</style>
border-color css
<style>
span { border-color: #B2590B; }
span { border-color: rgb(178,89,11); }
td.TdClassName
{
border-color: #B2590B;
}
.TagClassName
{
border-color: #B2590B;
}
</style>