Shades of Rust #B05000
Tints of Rust #B05000
RGB
CMYK
RGB Variations
Color information
#B05000 (or 0xB05000) is known color: Rust. HEX triplet: B0, 50 and 00. RGB value is (176,80,0). Sum of RGB (Red+Green+Blue) = 176+80+0=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B05000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05000 is #4FAFFF. Grayscale: #646464. Windows color (decimal): -5222400 or 20656. OLE color: 20656.
HSL color Cylindrical-coordinate representation of color #B05000: hue angle of 27.27º 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 #B05000 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.31 |
| HSL | 27.27º | 1% | 0.35% | - |
| HSV(B) | 27.27º | 1% | 0.69% | - |
| XYZ | 20.77 | 14.97 | 1.79 | - |
| YUV | 99.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 0 | 0 | 0.55 | 1 | 0.31 | 27.27 | 1 | 0.35 |
| Hex | B0 | 50 | 0 | 0 | 37 | 64 | 1F | 1B | 64 | 23 |
| Octal | 260 | 120 | 0 | 0 | 67 | 144 | 37 | 33 | 144 | 43 |
| Binary | 10110000 | 1010000 | 0 | 0 | 110111 | 1100100 | 11111 | 11011 | 1100100 | 100011 |
Color Harmonies of #B05000
Complementary color
Monochromatic Colors of #B05000
Black with #B05000
Text Example
Text Example
White with #B05000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05000; }
p { color: rgb(176,80,0); }
H1.HeaderClassName
{
color: #B05000;
}
.AnyTagClassName
{
color: #B05000;
}
</style>
background-color css
<style>
a { background-color: #B05000; }
a { background-color: rgb(176,80,0); }
div.DivClassName
{
background-color: #B05000;
}
.BgClassName
{
background-color: #B05000;
}
</style>
border-color css
<style>
span { border-color: #B05000; }
span { border-color: rgb(176,80,0); }
td.TdClassName
{
border-color: #B05000;
}
.TagClassName
{
border-color: #B05000;
}
</style>