Shades of Rust #B05104
Tints of Rust #B05104
RGB
CMYK
RGB Variations
Color information
#B05104 (or 0xB05104) is known color: Rust. HEX triplet: B0, 51 and 04. RGB value is (176,81,4). Sum of RGB (Red+Green+Blue) = 176+81+4=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B05104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05104 is #4FAEFB. Grayscale: #656565. Windows color (decimal): -5222140 or 283056. OLE color: 283056.
HSL color Cylindrical-coordinate representation of color #B05104: hue angle of 26.86º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B05104 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.31 |
| HSL | 26.86º | 0.96% | 0.35% | - |
| HSV(B) | 26.86º | 0.98% | 0.69% | - |
| XYZ | 20.87 | 15.12 | 1.93 | - |
| YUV | 100.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 4 | 0 | 0.54 | 0.98 | 0.31 | 26.86 | 0.96 | 0.35 |
| Hex | B0 | 51 | 4 | 0 | 36 | 62 | 1F | 1B | 60 | 23 |
| Octal | 260 | 121 | 4 | 0 | 66 | 142 | 37 | 33 | 140 | 43 |
| Binary | 10110000 | 1010001 | 100 | 0 | 110110 | 1100010 | 11111 | 11011 | 1100000 | 100011 |
Color Harmonies of #B05104
Complementary color
Monochromatic Colors of #B05104
Black with #B05104
Text Example
Text Example
White with #B05104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05104; }
p { color: rgb(176,81,4); }
H1.HeaderClassName
{
color: #B05104;
}
.AnyTagClassName
{
color: #B05104;
}
</style>
background-color css
<style>
a { background-color: #B05104; }
a { background-color: rgb(176,81,4); }
div.DivClassName
{
background-color: #B05104;
}
.BgClassName
{
background-color: #B05104;
}
</style>
border-color css
<style>
span { border-color: #B05104; }
span { border-color: rgb(176,81,4); }
td.TdClassName
{
border-color: #B05104;
}
.TagClassName
{
border-color: #B05104;
}
</style>