Shades of Rust #B3580B
Tints of Rust #B3580B
RGB
CMYK
RGB Variations
Color information
#B3580B (or 0xB3580B) is known color: Rust. HEX triplet: B3, 58 and 0B. RGB value is (179,88,11). Sum of RGB (Red+Green+Blue) = 179+88+11=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3580B is #4CA7F4. Grayscale: #6A6A6A. Windows color (decimal): -5023733 or 743603. OLE color: 743603.
HSL color Cylindrical-coordinate representation of color #B3580B: hue angle of 27.5º 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 #B3580B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.30 |
| HSL | 27.5º | 0.88% | 0.37% | - |
| HSV(B) | 27.5º | 0.94% | 0.7% | - |
| XYZ | 22.14 | 16.59 | 2.35 | - |
| YUV | 106.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 11 | 0 | 0.51 | 0.94 | 0.30 | 27.5 | 0.88 | 0.37 |
| Hex | B3 | 58 | B | 0 | 33 | 5E | 1E | 1C | 58 | 25 |
| Octal | 263 | 130 | 13 | 0 | 63 | 136 | 36 | 34 | 130 | 45 |
| Binary | 10110011 | 1011000 | 1011 | 0 | 110011 | 1011110 | 11110 | 11100 | 1011000 | 100101 |
Color Harmonies of #B3580B
Complementary color
Monochromatic Colors of #B3580B
Black with #B3580B
Text Example
Text Example
White with #B3580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3580B; }
p { color: rgb(179,88,11); }
H1.HeaderClassName
{
color: #B3580B;
}
.AnyTagClassName
{
color: #B3580B;
}
</style>
background-color css
<style>
a { background-color: #B3580B; }
a { background-color: rgb(179,88,11); }
div.DivClassName
{
background-color: #B3580B;
}
.BgClassName
{
background-color: #B3580B;
}
</style>
border-color css
<style>
span { border-color: #B3580B; }
span { border-color: rgb(179,88,11); }
td.TdClassName
{
border-color: #B3580B;
}
.TagClassName
{
border-color: #B3580B;
}
</style>