Shades of Rust #B3580F
Tints of Rust #B3580F
RGB
CMYK
RGB Variations
Color information
#B3580F (or 0xB3580F) is known color: Rust. HEX triplet: B3, 58 and 0F. RGB value is (179,88,15). Sum of RGB (Red+Green+Blue) = 179+88+15=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B3580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3580F is #4CA7F0. Grayscale: #6B6B6B. Windows color (decimal): -5023729 or 1005747. OLE color: 1005747.
HSL color Cylindrical-coordinate representation of color #B3580F: hue angle of 26.71º 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 #B3580F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 15 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.30 |
| HSL | 26.71º | 0.85% | 0.38% | - |
| HSV(B) | 26.71º | 0.92% | 0.7% | - |
| XYZ | 22.17 | 16.6 | 2.49 | - |
| YUV | 106.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 15 | 0 | 0.51 | 0.92 | 0.30 | 26.71 | 0.85 | 0.38 |
| Hex | B3 | 58 | F | 0 | 33 | 5C | 1E | 1B | 55 | 26 |
| Octal | 263 | 130 | 17 | 0 | 63 | 134 | 36 | 33 | 125 | 46 |
| Binary | 10110011 | 1011000 | 1111 | 0 | 110011 | 1011100 | 11110 | 11011 | 1010101 | 100110 |
Color Harmonies of #B3580F
Complementary color
Monochromatic Colors of #B3580F
Black with #B3580F
Text Example
Text Example
White with #B3580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3580F; }
p { color: rgb(179,88,15); }
H1.HeaderClassName
{
color: #B3580F;
}
.AnyTagClassName
{
color: #B3580F;
}
</style>
background-color css
<style>
a { background-color: #B3580F; }
a { background-color: rgb(179,88,15); }
div.DivClassName
{
background-color: #B3580F;
}
.BgClassName
{
background-color: #B3580F;
}
</style>
border-color css
<style>
span { border-color: #B3580F; }
span { border-color: rgb(179,88,15); }
td.TdClassName
{
border-color: #B3580F;
}
.TagClassName
{
border-color: #B3580F;
}
</style>