Shades of Rust #B2580E
Tints of Rust #B2580E
RGB
CMYK
RGB Variations
Color information
#B2580E (or 0xB2580E) is known color: Rust. HEX triplet: B2, 58 and 0E. RGB value is (178,88,14). Sum of RGB (Red+Green+Blue) = 178+88+14=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2580E is #4DA7F1. Grayscale: #6A6A6A. Windows color (decimal): -5089266 or 940210. OLE color: 940210.
HSL color Cylindrical-coordinate representation of color #B2580E: hue angle of 27.07º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2580E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 14 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.30 |
| HSL | 27.07º | 0.85% | 0.38% | - |
| HSV(B) | 27.07º | 0.92% | 0.7% | - |
| XYZ | 21.93 | 16.48 | 2.44 | - |
| YUV | 106.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 14 | 0 | 0.51 | 0.92 | 0.30 | 27.07 | 0.85 | 0.38 |
| Hex | B2 | 58 | E | 0 | 33 | 5C | 1E | 1B | 55 | 26 |
| Octal | 262 | 130 | 16 | 0 | 63 | 134 | 36 | 33 | 125 | 46 |
| Binary | 10110010 | 1011000 | 1110 | 0 | 110011 | 1011100 | 11110 | 11011 | 1010101 | 100110 |
Color Harmonies of #B2580E
Complementary color
Monochromatic Colors of #B2580E
Black with #B2580E
Text Example
Text Example
White with #B2580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2580E; }
p { color: rgb(178,88,14); }
H1.HeaderClassName
{
color: #B2580E;
}
.AnyTagClassName
{
color: #B2580E;
}
</style>
background-color css
<style>
a { background-color: #B2580E; }
a { background-color: rgb(178,88,14); }
div.DivClassName
{
background-color: #B2580E;
}
.BgClassName
{
background-color: #B2580E;
}
</style>
border-color css
<style>
span { border-color: #B2580E; }
span { border-color: rgb(178,88,14); }
td.TdClassName
{
border-color: #B2580E;
}
.TagClassName
{
border-color: #B2580E;
}
</style>