Shades of Rust #B35100
Tints of Rust #B35100
RGB
CMYK
RGB Variations
Color information
#B35100 (or 0xB35100) is known color: Rust. HEX triplet: B3, 51 and 00. RGB value is (179,81,0). Sum of RGB (Red+Green+Blue) = 179+81+0=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B35100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35100 is #4CAEFF. Grayscale: #656565. Windows color (decimal): -5025536 or 20915. OLE color: 20915.
HSL color Cylindrical-coordinate representation of color #B35100: hue angle of 27.15º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B35100 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.30 |
| HSL | 27.15º | 1% | 0.35% | - |
| HSV(B) | 27.15º | 1% | 0.7% | - |
| XYZ | 21.53 | 15.47 | 1.85 | - |
| YUV | 101.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 0 | 0 | 0.55 | 1 | 0.30 | 27.15 | 1 | 0.35 |
| Hex | B3 | 51 | 0 | 0 | 37 | 64 | 1E | 1B | 64 | 23 |
| Octal | 263 | 121 | 0 | 0 | 67 | 144 | 36 | 33 | 144 | 43 |
| Binary | 10110011 | 1010001 | 0 | 0 | 110111 | 1100100 | 11110 | 11011 | 1100100 | 100011 |
Color Harmonies of #B35100
Complementary color
Monochromatic Colors of #B35100
Black with #B35100
Text Example
Text Example
White with #B35100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35100; }
p { color: rgb(179,81,0); }
H1.HeaderClassName
{
color: #B35100;
}
.AnyTagClassName
{
color: #B35100;
}
</style>
background-color css
<style>
a { background-color: #B35100; }
a { background-color: rgb(179,81,0); }
div.DivClassName
{
background-color: #B35100;
}
.BgClassName
{
background-color: #B35100;
}
</style>
border-color css
<style>
span { border-color: #B35100; }
span { border-color: rgb(179,81,0); }
td.TdClassName
{
border-color: #B35100;
}
.TagClassName
{
border-color: #B35100;
}
</style>