Shades of Rust #B84900
Tints of Rust #B84900
RGB
CMYK
RGB Variations
Color information
#B84900 (or 0xB84900) is known color: Rust. HEX triplet: B8, 49 and 00. RGB value is (184,73,0). Sum of RGB (Red+Green+Blue) = 184+73+0=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B84900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84900 is #47B6FF. Grayscale: #626262. Windows color (decimal): -4699904 or 18872. OLE color: 18872.
HSL color Cylindrical-coordinate representation of color #B84900: hue angle of 23.8º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B84900 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.28 |
| HSL | 23.8º | 1% | 0.36% | - |
| HSV(B) | 23.8º | 1% | 0.72% | - |
| XYZ | 22.15 | 14.96 | 1.72 | - |
| YUV | 97.87 | 72.77 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 0 | 0 | 0.60 | 1 | 0.28 | 23.8 | 1 | 0.36 |
| Hex | B8 | 49 | 0 | 0 | 3C | 64 | 1C | 18 | 64 | 24 |
| Octal | 270 | 111 | 0 | 0 | 74 | 144 | 34 | 30 | 144 | 44 |
| Binary | 10111000 | 1001001 | 0 | 0 | 111100 | 1100100 | 11100 | 11000 | 1100100 | 100100 |
Color Harmonies of #B84900
Complementary color
Monochromatic Colors of #B84900
Black with #B84900
Text Example
Text Example
White with #B84900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84900; }
p { color: rgb(184,73,0); }
H1.HeaderClassName
{
color: #B84900;
}
.AnyTagClassName
{
color: #B84900;
}
</style>
background-color css
<style>
a { background-color: #B84900; }
a { background-color: rgb(184,73,0); }
div.DivClassName
{
background-color: #B84900;
}
.BgClassName
{
background-color: #B84900;
}
</style>
border-color css
<style>
span { border-color: #B84900; }
span { border-color: rgb(184,73,0); }
td.TdClassName
{
border-color: #B84900;
}
.TagClassName
{
border-color: #B84900;
}
</style>