Shades of Rust #B15200
Tints of Rust #B15200
RGB
CMYK
RGB Variations
Color information
#B15200 (or 0xB15200) is known color: Rust. HEX triplet: B1, 52 and 00. RGB value is (177,82,0). Sum of RGB (Red+Green+Blue) = 177+82+0=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B15200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15200 is #4EADFF. Grayscale: #656565. Windows color (decimal): -5156352 or 21169. OLE color: 21169.
HSL color Cylindrical-coordinate representation of color #B15200: hue angle of 27.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B15200 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.31 |
| HSL | 27.8º | 1% | 0.35% | - |
| HSV(B) | 27.8º | 1% | 0.69% | - |
| XYZ | 21.15 | 15.38 | 1.85 | - |
| YUV | 101.06 | 70.97 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 0 | 0 | 0.54 | 1 | 0.31 | 27.8 | 1 | 0.35 |
| Hex | B1 | 52 | 0 | 0 | 36 | 64 | 1F | 1C | 64 | 23 |
| Octal | 261 | 122 | 0 | 0 | 66 | 144 | 37 | 34 | 144 | 43 |
| Binary | 10110001 | 1010010 | 0 | 0 | 110110 | 1100100 | 11111 | 11100 | 1100100 | 100011 |
Color Harmonies of #B15200
Complementary color
Monochromatic Colors of #B15200
Black with #B15200
Text Example
Text Example
White with #B15200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15200; }
p { color: rgb(177,82,0); }
H1.HeaderClassName
{
color: #B15200;
}
.AnyTagClassName
{
color: #B15200;
}
</style>
background-color css
<style>
a { background-color: #B15200; }
a { background-color: rgb(177,82,0); }
div.DivClassName
{
background-color: #B15200;
}
.BgClassName
{
background-color: #B15200;
}
</style>
border-color css
<style>
span { border-color: #B15200; }
span { border-color: rgb(177,82,0); }
td.TdClassName
{
border-color: #B15200;
}
.TagClassName
{
border-color: #B15200;
}
</style>