Shades of Rust #B84607
Tints of Rust #B84607
RGB
CMYK
RGB Variations
Color information
#B84607 (or 0xB84607) is known color: Rust. HEX triplet: B8, 46 and 07. RGB value is (184,70,7). Sum of RGB (Red+Green+Blue) = 184+70+7=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B84607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84607 is #47B9F8. Grayscale: #616161. Windows color (decimal): -4700665 or 476856. OLE color: 476856.
HSL color Cylindrical-coordinate representation of color #B84607: hue angle of 21.36º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B84607 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.28 |
| HSL | 21.36º | 0.93% | 0.37% | - |
| HSV(B) | 21.36º | 0.96% | 0.72% | - |
| XYZ | 22 | 14.59 | 1.86 | - |
| YUV | 96.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 7 | 0 | 0.62 | 0.96 | 0.28 | 21.36 | 0.93 | 0.37 |
| Hex | B8 | 46 | 7 | 0 | 3E | 60 | 1C | 15 | 5D | 25 |
| Octal | 270 | 106 | 7 | 0 | 76 | 140 | 34 | 25 | 135 | 45 |
| Binary | 10111000 | 1000110 | 111 | 0 | 111110 | 1100000 | 11100 | 10101 | 1011101 | 100101 |
Color Harmonies of #B84607
Complementary color
Monochromatic Colors of #B84607
Black with #B84607
Text Example
Text Example
White with #B84607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84607; }
p { color: rgb(184,70,7); }
H1.HeaderClassName
{
color: #B84607;
}
.AnyTagClassName
{
color: #B84607;
}
</style>
background-color css
<style>
a { background-color: #B84607; }
a { background-color: rgb(184,70,7); }
div.DivClassName
{
background-color: #B84607;
}
.BgClassName
{
background-color: #B84607;
}
</style>
border-color css
<style>
span { border-color: #B84607; }
span { border-color: rgb(184,70,7); }
td.TdClassName
{
border-color: #B84607;
}
.TagClassName
{
border-color: #B84607;
}
</style>