Shades of Rust #B05204
Tints of Rust #B05204
RGB
CMYK
RGB Variations
Color information
#B05204 (or 0xB05204) is known color: Rust. HEX triplet: B0, 52 and 04. RGB value is (176,82,4). Sum of RGB (Red+Green+Blue) = 176+82+4=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B05204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05204 is #4FADFB. Grayscale: #656565. Windows color (decimal): -5221884 or 283312. OLE color: 283312.
HSL color Cylindrical-coordinate representation of color #B05204: hue angle of 27.21º 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 #B05204 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.31 |
| HSL | 27.21º | 0.96% | 0.35% | - |
| HSV(B) | 27.21º | 0.98% | 0.69% | - |
| XYZ | 20.94 | 15.27 | 1.96 | - |
| YUV | 101.21 | 73.14 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 4 | 0 | 0.53 | 0.98 | 0.31 | 27.21 | 0.96 | 0.35 |
| Hex | B0 | 52 | 4 | 0 | 35 | 62 | 1F | 1B | 60 | 23 |
| Octal | 260 | 122 | 4 | 0 | 65 | 142 | 37 | 33 | 140 | 43 |
| Binary | 10110000 | 1010010 | 100 | 0 | 110101 | 1100010 | 11111 | 11011 | 1100000 | 100011 |
Color Harmonies of #B05204
Complementary color
Monochromatic Colors of #B05204
Black with #B05204
Text Example
Text Example
White with #B05204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05204; }
p { color: rgb(176,82,4); }
H1.HeaderClassName
{
color: #B05204;
}
.AnyTagClassName
{
color: #B05204;
}
</style>
background-color css
<style>
a { background-color: #B05204; }
a { background-color: rgb(176,82,4); }
div.DivClassName
{
background-color: #B05204;
}
.BgClassName
{
background-color: #B05204;
}
</style>
border-color css
<style>
span { border-color: #B05204; }
span { border-color: rgb(176,82,4); }
td.TdClassName
{
border-color: #B05204;
}
.TagClassName
{
border-color: #B05204;
}
</style>