Shades of Rust #B04105
Tints of Rust #B04105
RGB
CMYK
RGB Variations
Color information
#B04105 (or 0xB04105) is known color: Rust. HEX triplet: B0, 41 and 05. RGB value is (176,65,5). Sum of RGB (Red+Green+Blue) = 176+65+5=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B04105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04105 is #4FBEFA. Grayscale: #5B5B5B. Windows color (decimal): -5226235 or 344496. OLE color: 344496.
HSL color Cylindrical-coordinate representation of color #B04105: hue angle of 21.05º 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 #B04105 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.31 |
| HSL | 21.05º | 0.94% | 0.35% | - |
| HSV(B) | 21.05º | 0.97% | 0.69% | - |
| XYZ | 19.82 | 13.02 | 1.61 | - |
| YUV | 91.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 5 | 0 | 0.63 | 0.97 | 0.31 | 21.05 | 0.94 | 0.35 |
| Hex | B0 | 41 | 5 | 0 | 3F | 61 | 1F | 15 | 5E | 23 |
| Octal | 260 | 101 | 5 | 0 | 77 | 141 | 37 | 25 | 136 | 43 |
| Binary | 10110000 | 1000001 | 101 | 0 | 111111 | 1100001 | 11111 | 10101 | 1011110 | 100011 |
Color Harmonies of #B04105
Complementary color
Monochromatic Colors of #B04105
Black with #B04105
Text Example
Text Example
White with #B04105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04105; }
p { color: rgb(176,65,5); }
H1.HeaderClassName
{
color: #B04105;
}
.AnyTagClassName
{
color: #B04105;
}
</style>
background-color css
<style>
a { background-color: #B04105; }
a { background-color: rgb(176,65,5); }
div.DivClassName
{
background-color: #B04105;
}
.BgClassName
{
background-color: #B04105;
}
</style>
border-color css
<style>
span { border-color: #B04105; }
span { border-color: rgb(176,65,5); }
td.TdClassName
{
border-color: #B04105;
}
.TagClassName
{
border-color: #B04105;
}
</style>