Shades of Rust #B05006
Tints of Rust #B05006
RGB
CMYK
RGB Variations
Color information
#B05006 (or 0xB05006) is known color: Rust. HEX triplet: B0, 50 and 06. RGB value is (176,80,6). Sum of RGB (Red+Green+Blue) = 176+80+6=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B05006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05006 is #4FAFF9. Grayscale: #646464. Windows color (decimal): -5222394 or 413872. OLE color: 413872.
HSL color Cylindrical-coordinate representation of color #B05006: hue angle of 26.12º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B05006 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.31 |
| HSL | 26.12º | 0.93% | 0.36% | - |
| HSV(B) | 26.12º | 0.97% | 0.69% | - |
| XYZ | 20.81 | 14.98 | 1.97 | - |
| YUV | 100.27 | 74.8 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 6 | 0 | 0.55 | 0.97 | 0.31 | 26.12 | 0.93 | 0.36 |
| Hex | B0 | 50 | 6 | 0 | 37 | 61 | 1F | 1A | 5D | 24 |
| Octal | 260 | 120 | 6 | 0 | 67 | 141 | 37 | 32 | 135 | 44 |
| Binary | 10110000 | 1010000 | 110 | 0 | 110111 | 1100001 | 11111 | 11010 | 1011101 | 100100 |
Color Harmonies of #B05006
Complementary color
Monochromatic Colors of #B05006
Black with #B05006
Text Example
Text Example
White with #B05006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05006; }
p { color: rgb(176,80,6); }
H1.HeaderClassName
{
color: #B05006;
}
.AnyTagClassName
{
color: #B05006;
}
</style>
background-color css
<style>
a { background-color: #B05006; }
a { background-color: rgb(176,80,6); }
div.DivClassName
{
background-color: #B05006;
}
.BgClassName
{
background-color: #B05006;
}
</style>
border-color css
<style>
span { border-color: #B05006; }
span { border-color: rgb(176,80,6); }
td.TdClassName
{
border-color: #B05006;
}
.TagClassName
{
border-color: #B05006;
}
</style>