Shades of Rust #B84906
Tints of Rust #B84906
RGB
CMYK
RGB Variations
Color information
#B84906 (or 0xB84906) is known color: Rust. HEX triplet: B8, 49 and 06. RGB value is (184,73,6). Sum of RGB (Red+Green+Blue) = 184+73+6=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B84906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84906 is #47B6F9. Grayscale: #626262. Windows color (decimal): -4699898 or 412088. OLE color: 412088.
HSL color Cylindrical-coordinate representation of color #B84906: hue angle of 22.58º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B84906 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.28 |
| HSL | 22.58º | 0.94% | 0.37% | - |
| HSV(B) | 22.58º | 0.97% | 0.72% | - |
| XYZ | 22.18 | 14.97 | 1.89 | - |
| YUV | 98.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 6 | 0 | 0.60 | 0.97 | 0.28 | 22.58 | 0.94 | 0.37 |
| Hex | B8 | 49 | 6 | 0 | 3C | 61 | 1C | 17 | 5E | 25 |
| Octal | 270 | 111 | 6 | 0 | 74 | 141 | 34 | 27 | 136 | 45 |
| Binary | 10111000 | 1001001 | 110 | 0 | 111100 | 1100001 | 11100 | 10111 | 1011110 | 100101 |
Color Harmonies of #B84906
Complementary color
Monochromatic Colors of #B84906
Black with #B84906
Text Example
Text Example
White with #B84906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84906; }
p { color: rgb(184,73,6); }
H1.HeaderClassName
{
color: #B84906;
}
.AnyTagClassName
{
color: #B84906;
}
</style>
background-color css
<style>
a { background-color: #B84906; }
a { background-color: rgb(184,73,6); }
div.DivClassName
{
background-color: #B84906;
}
.BgClassName
{
background-color: #B84906;
}
</style>
border-color css
<style>
span { border-color: #B84906; }
span { border-color: rgb(184,73,6); }
td.TdClassName
{
border-color: #B84906;
}
.TagClassName
{
border-color: #B84906;
}
</style>