Shades of Rust #B05508
Tints of Rust #B05508
RGB
CMYK
RGB Variations
Color information
#B05508 (or 0xB05508) is known color: Rust. HEX triplet: B0, 55 and 08. RGB value is (176,85,8). Sum of RGB (Red+Green+Blue) = 176+85+8=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B05508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05508 is #4FAAF7. Grayscale: #676767. Windows color (decimal): -5221112 or 546224. OLE color: 546224.
HSL color Cylindrical-coordinate representation of color #B05508: hue angle of 27.5º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B05508 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 8 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.31 |
| HSL | 27.5º | 0.91% | 0.36% | - |
| HSV(B) | 27.5º | 0.95% | 0.69% | - |
| XYZ | 21.2 | 15.74 | 2.15 | - |
| YUV | 103.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 8 | 0 | 0.52 | 0.95 | 0.31 | 27.5 | 0.91 | 0.36 |
| Hex | B0 | 55 | 8 | 0 | 34 | 5F | 1F | 1C | 5B | 24 |
| Octal | 260 | 125 | 10 | 0 | 64 | 137 | 37 | 34 | 133 | 44 |
| Binary | 10110000 | 1010101 | 1000 | 0 | 110100 | 1011111 | 11111 | 11100 | 1011011 | 100100 |
Color Harmonies of #B05508
Complementary color
Monochromatic Colors of #B05508
Black with #B05508
Text Example
Text Example
White with #B05508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05508; }
p { color: rgb(176,85,8); }
H1.HeaderClassName
{
color: #B05508;
}
.AnyTagClassName
{
color: #B05508;
}
</style>
background-color css
<style>
a { background-color: #B05508; }
a { background-color: rgb(176,85,8); }
div.DivClassName
{
background-color: #B05508;
}
.BgClassName
{
background-color: #B05508;
}
</style>
border-color css
<style>
span { border-color: #B05508; }
span { border-color: rgb(176,85,8); }
td.TdClassName
{
border-color: #B05508;
}
.TagClassName
{
border-color: #B05508;
}
</style>