Shades of Rust #B04405
Tints of Rust #B04405
RGB
CMYK
RGB Variations
Color information
#B04405 (or 0xB04405) is known color: Rust. HEX triplet: B0, 44 and 05. RGB value is (176,68,5). Sum of RGB (Red+Green+Blue) = 176+68+5=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B04405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04405 is #4FBBFA. Grayscale: #5D5D5D. Windows color (decimal): -5225467 or 345264. OLE color: 345264.
HSL color Cylindrical-coordinate representation of color #B04405: hue angle of 22.11º 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 #B04405 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.31 |
| HSL | 22.11º | 0.94% | 0.35% | - |
| HSV(B) | 22.11º | 0.97% | 0.69% | - |
| XYZ | 20 | 13.38 | 1.67 | - |
| YUV | 93.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 5 | 0 | 0.61 | 0.97 | 0.31 | 22.11 | 0.94 | 0.35 |
| Hex | B0 | 44 | 5 | 0 | 3D | 61 | 1F | 16 | 5E | 23 |
| Octal | 260 | 104 | 5 | 0 | 75 | 141 | 37 | 26 | 136 | 43 |
| Binary | 10110000 | 1000100 | 101 | 0 | 111101 | 1100001 | 11111 | 10110 | 1011110 | 100011 |
Color Harmonies of #B04405
Complementary color
Monochromatic Colors of #B04405
Black with #B04405
Text Example
Text Example
White with #B04405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04405; }
p { color: rgb(176,68,5); }
H1.HeaderClassName
{
color: #B04405;
}
.AnyTagClassName
{
color: #B04405;
}
</style>
background-color css
<style>
a { background-color: #B04405; }
a { background-color: rgb(176,68,5); }
div.DivClassName
{
background-color: #B04405;
}
.BgClassName
{
background-color: #B04405;
}
</style>
border-color css
<style>
span { border-color: #B04405; }
span { border-color: rgb(176,68,5); }
td.TdClassName
{
border-color: #B04405;
}
.TagClassName
{
border-color: #B04405;
}
</style>