Shades of Rust #B84D0B
Tints of Rust #B84D0B
RGB
CMYK
RGB Variations
Color information
#B84D0B (or 0xB84D0B) is known color: Rust. HEX triplet: B8, 4D and 0B. RGB value is (184,77,11). Sum of RGB (Red+Green+Blue) = 184+77+11=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84D0B is #47B2F4. Grayscale: #656565. Windows color (decimal): -4698869 or 740792. OLE color: 740792.
HSL color Cylindrical-coordinate representation of color #B84D0B: hue angle of 22.89º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B84D0B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.28 |
| HSL | 22.89º | 0.89% | 0.38% | - |
| HSV(B) | 22.89º | 0.94% | 0.72% | - |
| XYZ | 22.48 | 15.52 | 2.13 | - |
| YUV | 101.47 | 76.95 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 11 | 0 | 0.58 | 0.94 | 0.28 | 22.89 | 0.89 | 0.38 |
| Hex | B8 | 4D | B | 0 | 3A | 5E | 1C | 17 | 59 | 26 |
| Octal | 270 | 115 | 13 | 0 | 72 | 136 | 34 | 27 | 131 | 46 |
| Binary | 10111000 | 1001101 | 1011 | 0 | 111010 | 1011110 | 11100 | 10111 | 1011001 | 100110 |
Color Harmonies of #B84D0B
Complementary color
Monochromatic Colors of #B84D0B
Black with #B84D0B
Text Example
Text Example
White with #B84D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D0B; }
p { color: rgb(184,77,11); }
H1.HeaderClassName
{
color: #B84D0B;
}
.AnyTagClassName
{
color: #B84D0B;
}
</style>
background-color css
<style>
a { background-color: #B84D0B; }
a { background-color: rgb(184,77,11); }
div.DivClassName
{
background-color: #B84D0B;
}
.BgClassName
{
background-color: #B84D0B;
}
</style>
border-color css
<style>
span { border-color: #B84D0B; }
span { border-color: rgb(184,77,11); }
td.TdClassName
{
border-color: #B84D0B;
}
.TagClassName
{
border-color: #B84D0B;
}
</style>