Shades of Rust #B35608
Tints of Rust #B35608
RGB
CMYK
RGB Variations
Color information
#B35608 (or 0xB35608) is known color: Rust. HEX triplet: B3, 56 and 08. RGB value is (179,86,8). Sum of RGB (Red+Green+Blue) = 179+86+8=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B35608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35608 is #4CA9F7. Grayscale: #696969. Windows color (decimal): -5024248 or 546483. OLE color: 546483.
HSL color Cylindrical-coordinate representation of color #B35608: hue angle of 27.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B35608 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.30 |
| HSL | 27.37º | 0.91% | 0.37% | - |
| HSV(B) | 27.37º | 0.96% | 0.7% | - |
| XYZ | 21.96 | 16.26 | 2.21 | - |
| YUV | 104.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 8 | 0 | 0.52 | 0.96 | 0.30 | 27.37 | 0.91 | 0.37 |
| Hex | B3 | 56 | 8 | 0 | 34 | 60 | 1E | 1B | 5B | 25 |
| Octal | 263 | 126 | 10 | 0 | 64 | 140 | 36 | 33 | 133 | 45 |
| Binary | 10110011 | 1010110 | 1000 | 0 | 110100 | 1100000 | 11110 | 11011 | 1011011 | 100101 |
Color Harmonies of #B35608
Complementary color
Monochromatic Colors of #B35608
Black with #B35608
Text Example
Text Example
White with #B35608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35608; }
p { color: rgb(179,86,8); }
H1.HeaderClassName
{
color: #B35608;
}
.AnyTagClassName
{
color: #B35608;
}
</style>
background-color css
<style>
a { background-color: #B35608; }
a { background-color: rgb(179,86,8); }
div.DivClassName
{
background-color: #B35608;
}
.BgClassName
{
background-color: #B35608;
}
</style>
border-color css
<style>
span { border-color: #B35608; }
span { border-color: rgb(179,86,8); }
td.TdClassName
{
border-color: #B35608;
}
.TagClassName
{
border-color: #B35608;
}
</style>