Shades of Rust #B84306
Tints of Rust #B84306
RGB
CMYK
RGB Variations
Color information
#B84306 (or 0xB84306) is known color: Rust. HEX triplet: B8, 43 and 06. RGB value is (184,67,6). Sum of RGB (Red+Green+Blue) = 184+67+6=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B84306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84306 is #47BCF9. Grayscale: #5F5F5F. Windows color (decimal): -4701434 or 410552. OLE color: 410552.
HSL color Cylindrical-coordinate representation of color #B84306: hue angle of 20.56º 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 #B84306 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.28 |
| HSL | 20.56º | 0.94% | 0.37% | - |
| HSV(B) | 20.56º | 0.97% | 0.72% | - |
| XYZ | 21.81 | 14.22 | 1.77 | - |
| YUV | 95.03 | 77.76 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 6 | 0 | 0.64 | 0.97 | 0.28 | 20.56 | 0.94 | 0.37 |
| Hex | B8 | 43 | 6 | 0 | 40 | 61 | 1C | 15 | 5E | 25 |
| Octal | 270 | 103 | 6 | 0 | 100 | 141 | 34 | 25 | 136 | 45 |
| Binary | 10111000 | 1000011 | 110 | 0 | 1000000 | 1100001 | 11100 | 10101 | 1011110 | 100101 |
Color Harmonies of #B84306
Complementary color
Monochromatic Colors of #B84306
Black with #B84306
Text Example
Text Example
White with #B84306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84306; }
p { color: rgb(184,67,6); }
H1.HeaderClassName
{
color: #B84306;
}
.AnyTagClassName
{
color: #B84306;
}
</style>
background-color css
<style>
a { background-color: #B84306; }
a { background-color: rgb(184,67,6); }
div.DivClassName
{
background-color: #B84306;
}
.BgClassName
{
background-color: #B84306;
}
</style>
border-color css
<style>
span { border-color: #B84306; }
span { border-color: rgb(184,67,6); }
td.TdClassName
{
border-color: #B84306;
}
.TagClassName
{
border-color: #B84306;
}
</style>