Shades of Rust #B05504
Tints of Rust #B05504
RGB
CMYK
RGB Variations
Color information
#B05504 (or 0xB05504) is known color: Rust. HEX triplet: B0, 55 and 04. RGB value is (176,85,4). Sum of RGB (Red+Green+Blue) = 176+85+4=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05504 is #4FAAFB. Grayscale: #676767. Windows color (decimal): -5221116 or 284080. OLE color: 284080.
HSL color Cylindrical-coordinate representation of color #B05504: hue angle of 28.26º 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 #B05504 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.31 |
| HSL | 28.26º | 0.96% | 0.35% | - |
| HSV(B) | 28.26º | 0.98% | 0.69% | - |
| XYZ | 21.17 | 15.74 | 2.04 | - |
| YUV | 102.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 4 | 0 | 0.52 | 0.98 | 0.31 | 28.26 | 0.96 | 0.35 |
| Hex | B0 | 55 | 4 | 0 | 34 | 62 | 1F | 1C | 60 | 23 |
| Octal | 260 | 125 | 4 | 0 | 64 | 142 | 37 | 34 | 140 | 43 |
| Binary | 10110000 | 1010101 | 100 | 0 | 110100 | 1100010 | 11111 | 11100 | 1100000 | 100011 |
Color Harmonies of #B05504
Complementary color
Monochromatic Colors of #B05504
Black with #B05504
Text Example
Text Example
White with #B05504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05504; }
p { color: rgb(176,85,4); }
H1.HeaderClassName
{
color: #B05504;
}
.AnyTagClassName
{
color: #B05504;
}
</style>
background-color css
<style>
a { background-color: #B05504; }
a { background-color: rgb(176,85,4); }
div.DivClassName
{
background-color: #B05504;
}
.BgClassName
{
background-color: #B05504;
}
</style>
border-color css
<style>
span { border-color: #B05504; }
span { border-color: rgb(176,85,4); }
td.TdClassName
{
border-color: #B05504;
}
.TagClassName
{
border-color: #B05504;
}
</style>