Shades of Rust #B04205
Tints of Rust #B04205
RGB
CMYK
RGB Variations
Color information
#B04205 (or 0xB04205) is known color: Rust. HEX triplet: B0, 42 and 05. RGB value is (176,66,5). Sum of RGB (Red+Green+Blue) = 176+66+5=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B04205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04205 is #4FBDFA. Grayscale: #5C5C5C. Windows color (decimal): -5225979 or 344752. OLE color: 344752.
HSL color Cylindrical-coordinate representation of color #B04205: hue angle of 21.4º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04205 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.31 |
| HSL | 21.4º | 0.94% | 0.35% | - |
| HSV(B) | 21.4º | 0.97% | 0.69% | - |
| XYZ | 19.88 | 13.14 | 1.63 | - |
| YUV | 91.94 | 78.94 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 5 | 0 | 0.62 | 0.97 | 0.31 | 21.4 | 0.94 | 0.35 |
| Hex | B0 | 42 | 5 | 0 | 3E | 61 | 1F | 15 | 5E | 23 |
| Octal | 260 | 102 | 5 | 0 | 76 | 141 | 37 | 25 | 136 | 43 |
| Binary | 10110000 | 1000010 | 101 | 0 | 111110 | 1100001 | 11111 | 10101 | 1011110 | 100011 |
Color Harmonies of #B04205
Complementary color
Monochromatic Colors of #B04205
Black with #B04205
Text Example
Text Example
White with #B04205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04205; }
p { color: rgb(176,66,5); }
H1.HeaderClassName
{
color: #B04205;
}
.AnyTagClassName
{
color: #B04205;
}
</style>
background-color css
<style>
a { background-color: #B04205; }
a { background-color: rgb(176,66,5); }
div.DivClassName
{
background-color: #B04205;
}
.BgClassName
{
background-color: #B04205;
}
</style>
border-color css
<style>
span { border-color: #B04205; }
span { border-color: rgb(176,66,5); }
td.TdClassName
{
border-color: #B04205;
}
.TagClassName
{
border-color: #B04205;
}
</style>