Shades of Rust #B05108
Tints of Rust #B05108
RGB
CMYK
RGB Variations
Color information
#B05108 (or 0xB05108) is known color: Rust. HEX triplet: B0, 51 and 08. RGB value is (176,81,8). Sum of RGB (Red+Green+Blue) = 176+81+8=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05108 is #4FAEF7. Grayscale: #656565. Windows color (decimal): -5222136 or 545200. OLE color: 545200.
HSL color Cylindrical-coordinate representation of color #B05108: hue angle of 26.07º 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 #B05108 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 8 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.31 |
| HSL | 26.07º | 0.91% | 0.36% | - |
| HSV(B) | 26.07º | 0.95% | 0.69% | - |
| XYZ | 20.89 | 15.13 | 2.05 | - |
| YUV | 101.08 | 75.47 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 8 | 0 | 0.54 | 0.95 | 0.31 | 26.07 | 0.91 | 0.36 |
| Hex | B0 | 51 | 8 | 0 | 36 | 5F | 1F | 1A | 5B | 24 |
| Octal | 260 | 121 | 10 | 0 | 66 | 137 | 37 | 32 | 133 | 44 |
| Binary | 10110000 | 1010001 | 1000 | 0 | 110110 | 1011111 | 11111 | 11010 | 1011011 | 100100 |
Color Harmonies of #B05108
Complementary color
Monochromatic Colors of #B05108
Black with #B05108
Text Example
Text Example
White with #B05108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05108; }
p { color: rgb(176,81,8); }
H1.HeaderClassName
{
color: #B05108;
}
.AnyTagClassName
{
color: #B05108;
}
</style>
background-color css
<style>
a { background-color: #B05108; }
a { background-color: rgb(176,81,8); }
div.DivClassName
{
background-color: #B05108;
}
.BgClassName
{
background-color: #B05108;
}
</style>
border-color css
<style>
span { border-color: #B05108; }
span { border-color: rgb(176,81,8); }
td.TdClassName
{
border-color: #B05108;
}
.TagClassName
{
border-color: #B05108;
}
</style>