Shades of Rust #B3580C
Tints of Rust #B3580C
RGB
CMYK
RGB Variations
Color information
#B3580C (or 0xB3580C) is known color: Rust. HEX triplet: B3, 58 and 0C. RGB value is (179,88,12). Sum of RGB (Red+Green+Blue) = 179+88+12=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3580C is #4CA7F3. Grayscale: #6A6A6A. Windows color (decimal): -5023732 or 809139. OLE color: 809139.
HSL color Cylindrical-coordinate representation of color #B3580C: hue angle of 27.31º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3580C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.30 |
| HSL | 27.31º | 0.87% | 0.37% | - |
| HSV(B) | 27.31º | 0.93% | 0.7% | - |
| XYZ | 22.15 | 16.59 | 2.38 | - |
| YUV | 106.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 12 | 0 | 0.51 | 0.93 | 0.30 | 27.31 | 0.87 | 0.37 |
| Hex | B3 | 58 | C | 0 | 33 | 5D | 1E | 1B | 57 | 25 |
| Octal | 263 | 130 | 14 | 0 | 63 | 135 | 36 | 33 | 127 | 45 |
| Binary | 10110011 | 1011000 | 1100 | 0 | 110011 | 1011101 | 11110 | 11011 | 1010111 | 100101 |
Color Harmonies of #B3580C
Complementary color
Monochromatic Colors of #B3580C
Black with #B3580C
Text Example
Text Example
White with #B3580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3580C; }
p { color: rgb(179,88,12); }
H1.HeaderClassName
{
color: #B3580C;
}
.AnyTagClassName
{
color: #B3580C;
}
</style>
background-color css
<style>
a { background-color: #B3580C; }
a { background-color: rgb(179,88,12); }
div.DivClassName
{
background-color: #B3580C;
}
.BgClassName
{
background-color: #B3580C;
}
</style>
border-color css
<style>
span { border-color: #B3580C; }
span { border-color: rgb(179,88,12); }
td.TdClassName
{
border-color: #B3580C;
}
.TagClassName
{
border-color: #B3580C;
}
</style>