Shades of Rust #B84D13
Tints of Rust #B84D13
RGB
CMYK
RGB Variations
Color information
#B84D13 (or 0xB84D13) is known color: Rust. HEX triplet: B8, 4D and 13. RGB value is (184,77,19). Sum of RGB (Red+Green+Blue) = 184+77+19=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84D13 is #47B2EC. Grayscale: #666666. Windows color (decimal): -4698861 or 1265080. OLE color: 1265080.
HSL color Cylindrical-coordinate representation of color #B84D13: hue angle of 21.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84D13 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.28 |
| HSL | 21.09º | 0.81% | 0.4% | - |
| HSV(B) | 21.09º | 0.9% | 0.72% | - |
| XYZ | 22.54 | 15.55 | 2.43 | - |
| YUV | 102.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 19 | 0 | 0.58 | 0.90 | 0.28 | 21.09 | 0.81 | 0.4 |
| Hex | B8 | 4D | 13 | 0 | 3A | 5A | 1C | 15 | 51 | 28 |
| Octal | 270 | 115 | 23 | 0 | 72 | 132 | 34 | 25 | 121 | 50 |
| Binary | 10111000 | 1001101 | 10011 | 0 | 111010 | 1011010 | 11100 | 10101 | 1010001 | 101000 |
Color Harmonies of #B84D13
Complementary color
Monochromatic Colors of #B84D13
Black with #B84D13
Text Example
Text Example
White with #B84D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D13; }
p { color: rgb(184,77,19); }
H1.HeaderClassName
{
color: #B84D13;
}
.AnyTagClassName
{
color: #B84D13;
}
</style>
background-color css
<style>
a { background-color: #B84D13; }
a { background-color: rgb(184,77,19); }
div.DivClassName
{
background-color: #B84D13;
}
.BgClassName
{
background-color: #B84D13;
}
</style>
border-color css
<style>
span { border-color: #B84D13; }
span { border-color: rgb(184,77,19); }
td.TdClassName
{
border-color: #B84D13;
}
.TagClassName
{
border-color: #B84D13;
}
</style>