Shades of Rust #B04406
Tints of Rust #B04406
RGB
CMYK
RGB Variations
Color information
#B04406 (or 0xB04406) is known color: Rust. HEX triplet: B0, 44 and 06. RGB value is (176,68,6). Sum of RGB (Red+Green+Blue) = 176+68+6=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B04406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04406 is #4FBBF9. Grayscale: #5D5D5D. Windows color (decimal): -5225466 or 410800. OLE color: 410800.
HSL color Cylindrical-coordinate representation of color #B04406: hue angle of 21.88º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04406 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.31 |
| HSL | 21.88º | 0.93% | 0.36% | - |
| HSV(B) | 21.88º | 0.97% | 0.69% | - |
| XYZ | 20 | 13.38 | 1.7 | - |
| YUV | 93.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 6 | 0 | 0.61 | 0.97 | 0.31 | 21.88 | 0.93 | 0.36 |
| Hex | B0 | 44 | 6 | 0 | 3D | 61 | 1F | 16 | 5D | 24 |
| Octal | 260 | 104 | 6 | 0 | 75 | 141 | 37 | 26 | 135 | 44 |
| Binary | 10110000 | 1000100 | 110 | 0 | 111101 | 1100001 | 11111 | 10110 | 1011101 | 100100 |
Color Harmonies of #B04406
Complementary color
Monochromatic Colors of #B04406
Black with #B04406
Text Example
Text Example
White with #B04406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04406; }
p { color: rgb(176,68,6); }
H1.HeaderClassName
{
color: #B04406;
}
.AnyTagClassName
{
color: #B04406;
}
</style>
background-color css
<style>
a { background-color: #B04406; }
a { background-color: rgb(176,68,6); }
div.DivClassName
{
background-color: #B04406;
}
.BgClassName
{
background-color: #B04406;
}
</style>
border-color css
<style>
span { border-color: #B04406; }
span { border-color: rgb(176,68,6); }
td.TdClassName
{
border-color: #B04406;
}
.TagClassName
{
border-color: #B04406;
}
</style>