Shades of Rust #B05200
Tints of Rust #B05200
RGB
CMYK
RGB Variations
Color information
#B05200 (or 0xB05200) is known color: Rust. HEX triplet: B0, 52 and 00. RGB value is (176,82,0). Sum of RGB (Red+Green+Blue) = 176+82+0=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B05200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05200 is #4FADFF. Grayscale: #656565. Windows color (decimal): -5221888 or 21168. OLE color: 21168.
HSL color Cylindrical-coordinate representation of color #B05200: hue angle of 27.95º 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 #B05200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.31 |
| HSL | 27.95º | 1% | 0.35% | - |
| HSV(B) | 27.95º | 1% | 0.69% | - |
| XYZ | 20.92 | 15.26 | 1.84 | - |
| YUV | 100.76 | 71.14 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 0 | 0 | 0.53 | 1 | 0.31 | 27.95 | 1 | 0.35 |
| Hex | B0 | 52 | 0 | 0 | 35 | 64 | 1F | 1C | 64 | 23 |
| Octal | 260 | 122 | 0 | 0 | 65 | 144 | 37 | 34 | 144 | 43 |
| Binary | 10110000 | 1010010 | 0 | 0 | 110101 | 1100100 | 11111 | 11100 | 1100100 | 100011 |
Color Harmonies of #B05200
Complementary color
Monochromatic Colors of #B05200
Black with #B05200
Text Example
Text Example
White with #B05200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05200; }
p { color: rgb(176,82,0); }
H1.HeaderClassName
{
color: #B05200;
}
.AnyTagClassName
{
color: #B05200;
}
</style>
background-color css
<style>
a { background-color: #B05200; }
a { background-color: rgb(176,82,0); }
div.DivClassName
{
background-color: #B05200;
}
.BgClassName
{
background-color: #B05200;
}
</style>
border-color css
<style>
span { border-color: #B05200; }
span { border-color: rgb(176,82,0); }
td.TdClassName
{
border-color: #B05200;
}
.TagClassName
{
border-color: #B05200;
}
</style>