Shades of Rust #B05005
Tints of Rust #B05005
RGB
CMYK
RGB Variations
Color information
#B05005 (or 0xB05005) is known color: Rust. HEX triplet: B0, 50 and 05. RGB value is (176,80,5). Sum of RGB (Red+Green+Blue) = 176+80+5=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B05005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05005 is #4FAFFA. Grayscale: #646464. Windows color (decimal): -5222395 or 348336. OLE color: 348336.
HSL color Cylindrical-coordinate representation of color #B05005: hue angle of 26.32º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B05005 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.31 |
| HSL | 26.32º | 0.94% | 0.35% | - |
| HSV(B) | 26.32º | 0.97% | 0.69% | - |
| XYZ | 20.8 | 14.98 | 1.94 | - |
| YUV | 100.15 | 74.3 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 5 | 0 | 0.55 | 0.97 | 0.31 | 26.32 | 0.94 | 0.35 |
| Hex | B0 | 50 | 5 | 0 | 37 | 61 | 1F | 1A | 5E | 23 |
| Octal | 260 | 120 | 5 | 0 | 67 | 141 | 37 | 32 | 136 | 43 |
| Binary | 10110000 | 1010000 | 101 | 0 | 110111 | 1100001 | 11111 | 11010 | 1011110 | 100011 |
Color Harmonies of #B05005
Complementary color
Monochromatic Colors of #B05005
Black with #B05005
Text Example
Text Example
White with #B05005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05005; }
p { color: rgb(176,80,5); }
H1.HeaderClassName
{
color: #B05005;
}
.AnyTagClassName
{
color: #B05005;
}
</style>
background-color css
<style>
a { background-color: #B05005; }
a { background-color: rgb(176,80,5); }
div.DivClassName
{
background-color: #B05005;
}
.BgClassName
{
background-color: #B05005;
}
</style>
border-color css
<style>
span { border-color: #B05005; }
span { border-color: rgb(176,80,5); }
td.TdClassName
{
border-color: #B05005;
}
.TagClassName
{
border-color: #B05005;
}
</style>